X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a57bd72016d3cf3ee8e8fd7ae2c12e047999b602..1f3bb0172efa4e5edf43f5407306f0cf3e1b717e:/stgit/commands/new.py diff --git a/stgit/commands/new.py b/stgit/commands/new.py index b8e8446..2c1e94b 100644 --- a/stgit/commands/new.py +++ b/stgit/commands/new.py @@ -29,9 +29,11 @@ usage = """%prog [options] Create a new, empty patch and make it the topmost one. If the '--message' option is not passed, an editor is invoked with the -.git/patchdescr.tmpl file used a as template, together with generated -lines. By default, the local changes in the working tree are not included -in the patch. A 'refresh' command is needed for this.""" +.git/patchdescr.tmpl, ~/.stgit/templates/patchdescr.tmpl or +/usr/share/stgit/templates/patchdescr.tmpl file used a as template, +together with generated lines. By default, the local changes in the +working tree are not included in the patch. A 'refresh' command is +needed for this.""" options = [make_option('-m', '--message', help = 'use MESSAGE as the patch description'),