Mercurial > getan
annotate .hgignore @ 535:d5acadeef0f8
improve usage message & simply code
* Shorten help output for `--database` as the good option name is enough
to explain.
* Fix typo in help output for `--empty'
* Simplyied code by removing `dest` and `metavar` for add_argument
where it was not necessary because it was already the default if those
parameters are not given.
* Add Intevation and Magnus as rights holder and author for 2019 and 2020.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 08 Jan 2020 09:22:23 +0100 |
parents | c8310574ec92 |
children |
rev | line source |
---|---|
29 | 1 syntax: glob |
2 | |
3 *.orig | |
4 *.rej | |
5 *~ | |
6 *.pyc | |
7 *.swp | |
8 \#*\# | |
9 .\#* | |
10 getan.log | |
11 time.db | |
75 | 12 tags |
178
3f1ffb879ee8
Update hgignore file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
75
diff
changeset
|
13 getan.egg-info |
258
4f7cb3693d20
Ignore urwid subdirs in getan
Björn Ricks <bjoern.ricks@intevation.de>
parents:
178
diff
changeset
|
14 urwid* |
383
c8310574ec92
Ignore dist and build directories
Björn Ricks <bjoern.ricks@intevation.de>
parents:
258
diff
changeset
|
15 dist |
c8310574ec92
Ignore dist and build directories
Björn Ricks <bjoern.ricks@intevation.de>
parents:
258
diff
changeset
|
16 build |