Signed-off-by: Daniel White <daniel@xxxxxxxxxxxxxxxx> --- If this hasn't been pushed out yet, just squash into your patch. stgit/commands/common.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 '<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 -- Daniel White -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html