* [StGit PATCH 0/2] Two small doc fixes
@ 2007-11-25 20:35 Karl Hasselström
2007-11-25 20:35 ` [StGit PATCH 1/2] Push and pop don't have --to flags anymore Karl Hasselström
2007-11-25 20:35 ` [StGit PATCH 2/2] Add missing switch to "stg uncommit" usage line Karl Hasselström
0 siblings, 2 replies; 3+ messages in thread
From: Karl Hasselström @ 2007-11-25 20:35 UTC (permalink / raw)
To: Catalin Marinas; +Cc: git
---
Also available from
git://repo.or.cz/stgit/kha.git safe
Karl Hasselström (2):
Add missing switch to "stg uncommit" usage line
Push and pop don't have --to flags anymore
stgit/commands/goto.py | 5 ++---
stgit/commands/uncommit.py | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
--
Karl Hasselström, kha@treskal.com
www.treskal.com/kalle
^ permalink raw reply [flat|nested] 3+ messages in thread
* [StGit PATCH 1/2] Push and pop don't have --to flags anymore
2007-11-25 20:35 [StGit PATCH 0/2] Two small doc fixes Karl Hasselström
@ 2007-11-25 20:35 ` Karl Hasselström
2007-11-25 20:35 ` [StGit PATCH 2/2] Add missing switch to "stg uncommit" usage line Karl Hasselström
1 sibling, 0 replies; 3+ messages in thread
From: Karl Hasselström @ 2007-11-25 20:35 UTC (permalink / raw)
To: Catalin Marinas; +Cc: git
Signed-off-by: Karl Hasselström <kha@treskal.com>
---
stgit/commands/goto.py | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/stgit/commands/goto.py b/stgit/commands/goto.py
index 7f9d45d..84b840b 100644
--- a/stgit/commands/goto.py
+++ b/stgit/commands/goto.py
@@ -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',
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [StGit PATCH 2/2] Add missing switch to "stg uncommit" usage line
2007-11-25 20:35 [StGit PATCH 0/2] Two small doc fixes Karl Hasselström
2007-11-25 20:35 ` [StGit PATCH 1/2] Push and pop don't have --to flags anymore Karl Hasselström
@ 2007-11-25 20:35 ` Karl Hasselström
1 sibling, 0 replies; 3+ messages in thread
From: Karl Hasselström @ 2007-11-25 20:35 UTC (permalink / raw)
To: Catalin Marinas; +Cc: git
Signed-off-by: Karl Hasselström <kha@treskal.com>
---
stgit/commands/uncommit.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/stgit/commands/uncommit.py b/stgit/commands/uncommit.py
index 9a46c94..ba3448f 100644
--- a/stgit/commands/uncommit.py
+++ b/stgit/commands/uncommit.py
@@ -26,7 +26,7 @@ from stgit.out import *
from stgit import stack, git
help = 'turn regular GIT commits into StGIT patches'
-usage = """%prog [<patchnames>] | -n NUM [<prefix>]] | -t <committish>
+usage = """%prog [<patchnames>] | -n NUM [<prefix>]] | -t <committish> [-x]
Take one or more git commits at the base of the current stack and turn
them into StGIT patches. The new patches are created as applied patches
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-11-25 20:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-25 20:35 [StGit PATCH 0/2] Two small doc fixes Karl Hasselström
2007-11-25 20:35 ` [StGit PATCH 1/2] Push and pop don't have --to flags anymore Karl Hasselström
2007-11-25 20:35 ` [StGit PATCH 2/2] Add missing switch to "stg uncommit" usage line Karl Hasselström
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).