chiark / gitweb /
Push and pop don't have --to flags anymore
authorKarl Hasselström <kha@treskal.com>
Sun, 25 Nov 2007 08:52:04 +0000 (09:52 +0100)
committerKarl Hasselström <kha@treskal.com>
Sun, 25 Nov 2007 16:42:27 +0000 (17:42 +0100)
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/goto.py

index 7f9d45da1d137b5b655c8b967c0f5ef7e3cb9ad6..84b840b52fd2044b87f358ef4303d0268cc798de 100644 (file)
@@ -27,9 +27,8 @@ help = 'push or pop patches to the given one'
 usage = """%prog [options] <name>
 
 Push/pop patches to/from the stack until the one given on the command
-line becomes current. This is a shortcut for the 'push --to' or 'pop
---to' commands. There is no '--undo' option for 'goto'. Use the 'push'
-command for this."""
+line becomes current. There is no '--undo' option for 'goto'. Use the
+'push --undo' command for this."""
 
 directory = DirectoryGotoToplevel()
 options = [make_option('-k', '--keep',