From: Daniel White Date: Wed, 27 Aug 2008 06:38:11 +0000 (+1000) Subject: Remove dashed form of git command still in comment X-Git-Tag: v0.15-rc1~163 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/ff3db0e4da2b61c858766adf5237c2877ffd411b?ds=sidebyside Remove dashed form of git command still in comment Signed-off-by: Daniel White Signed-off-by: Karl Hasselström --- diff --git a/stgit/commands/common.py b/stgit/commands/common.py index 780ff51..f6c6a35 100644 --- a/stgit/commands/common.py +++ b/stgit/commands/common.py @@ -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 ':' and can - be followed by standard symbols used by git-rev-parse. If + be followed by standard symbols used by git rev-parse. If is '{base}', it represents the bottom of the stack. """ # Try a [branch:]patch name first