aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dehennin <daniel.dehennin@baby-gnu.org>2011-11-21 19:57:18 +0100
committerGuido Günther <agx@sigxcpu.org>2013-04-06 18:30:00 +0200
commit920053ee48d61df6166f21aa0f57e40480cc4cdc (patch)
tree930a36ad74b280050fad15f8edc7e85e34444b54 /docs
parentae4a3683c3becac1c6dcc8efb2eececb7a630c32 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/git-dch.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
index 0cccf09e..8f4bae1c 100644
--- a/docs/manpages/git-dch.sgml
+++ b/docs/manpages/git-dch.sgml
@@ -43,6 +43,7 @@
</group>
<arg><option>--distribution=</option><replaceable>name</replaceable></arg>
<arg><option>--force-distribution</option></arg>
+ <arg><option>--urgency=</option><replaceable>level</replaceable></arg>
<arg><option>--[no-]full</option></arg>
<arg><option>--[no-]meta</option></arg>
<arg><option>--meta-closes=bug-close-tags</option></arg>
@@ -240,6 +241,14 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--urgency=</option><replaceable>level</replaceable>
+ </term>
+ <listitem>
+ <para>Set the urgency field
+ to <replaceable>level</replaceable>.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--git-log=</option><replaceable>git-log-options</replaceable>
</term>
<listitem>