Add urgency management.
authorDaniel Dehennin <daniel.dehennin@baby-gnu.org>
Mon, 21 Nov 2011 18:57:18 +0000 (19:57 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 6 Apr 2013 16:30:00 +0000 (18:30 +0200)
commit920053ee48d61df6166f21aa0f57e40480cc4cdc
tree930a36ad74b280050fad15f8edc7e85e34444b54
parentae4a3683c3becac1c6dcc8efb2eececb7a630c32
Add urgency management.

* tests/11_test_dch_main.py: test the new --urgency option to
  dch.main(). Add only meaningful tests, i.e. options alone and combined
  with --release and --snapshot.

* git-dch (fixup_section): Manage "urgency" option.
  (main): Add version_group option "-U" and "--urgency" to set the
  urgency level of the entry.

* docs/manpages/git-dch.sgml: Update documentation for new option.
docs/manpages/git-dch.sgml
gbp/scripts/dch.py
tests/11_test_dch_main.py