annotate .hgignore @ 15:d0c439d1e833

Prepare for tracker entries without priority. * Extend issues_to_quantities to count entries with priority 'None'. The regular classic template enforces a priority value, but some trackers don't, e.g. the 'fast-decomposed' variant used by Intevation (https://hg.intevation.de/roundup/fast-decomposed/) uses other fields for a scrum like workflow that show the order of issues as a float value. In order to get all issues, we also have to collect them. Implement it in a backwards compatible manner for save_stats_in_db() by a keyword argument that is off by default. This is just a preparation as the database must also accept an additional column. * Cleanup some superfluous whitespace, remove an unused import and add copyright 208 year.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 06 Jul 2018 17:36:21 +0200
parents a1e71b5e4d68
children
rev   line source
0
3f139db894f1 initial commit
sean
parents:
diff changeset
1 syntax: regexp
3f139db894f1 initial commit
sean
parents:
diff changeset
2 ^\.idea/
3f139db894f1 initial commit
sean
parents:
diff changeset
3
3f139db894f1 initial commit
sean
parents:
diff changeset
4 syntax: glob
3f139db894f1 initial commit
sean
parents:
diff changeset
5 *.orig
3f139db894f1 initial commit
sean
parents:
diff changeset
6 *.pyc
3f139db894f1 initial commit
sean
parents:
diff changeset
7 *.pyo
3f139db894f1 initial commit
sean
parents:
diff changeset
8 *.swp
3f139db894f1 initial commit
sean
parents:
diff changeset
9 __pycache__
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)