From: Karl Hasselström Date: Mon, 4 Feb 2008 18:57:42 +0000 (+0100) Subject: Make documentation less confusing X-Git-Tag: v0.15-rc1~287 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/ed20728dff76be50247e5ba66f4ea499ae485930 Make documentation less confusing It's not just by default "stg new" doesn't do a refresh -- it never does. Signed-off-by: Karl Hasselström --- diff --git a/stgit/commands/new.py b/stgit/commands/new.py index 49c729d..6a8f086 100644 --- a/stgit/commands/new.py +++ b/stgit/commands/new.py @@ -31,9 +31,9 @@ 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, ~/.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. +together with generated lines. The local changes in the working tree +are not included in the patch; an "stg refresh" command is needed for +this. If no name is given for the new patch, one is generated from the first line of the commit message."""