X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3bd6274e247baa8c9f652fcdfd74180b0933773c..e45e1f855d8a7cd3b4183612122aa5c6de7f7b8d:/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'),