Remove dashed form of git command still in comment
authorDaniel White <daniel@whitehouse.id.au>
Wed, 27 Aug 2008 06:38:11 +0000 (16:38 +1000)
committerKarl Hasselström <kha@treskal.com>
Wed, 27 Aug 2008 19:40:51 +0000 (21:40 +0200)
Signed-off-by: Daniel White <daniel@whitehouse.id.au>
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/common.py

index 780ff51..f6c6a35 100644 (file)
@@ -57,7 +57,7 @@ def git_id(crt_series, rev):
 def git_commit(name, repository, branch_name = None):
     """Return the a Commit object if 'name' is a patch name or Git commit.
     The patch names allowed are in the form '<branch>:<patch>' and can
-    be followed by standard symbols used by git-rev-parse. If <patch>
+    be followed by standard symbols used by git rev-parse. If <patch>
     is '{base}', it represents the bottom of the stack.
     """
     # Try a [branch:]patch name first