Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> --- stgit/commands/rebase.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stgit/commands/rebase.py b/stgit/commands/rebase.py index 1cde2ad..111d78e 100644 --- a/stgit/commands/rebase.py +++ b/stgit/commands/rebase.py @@ -55,7 +55,7 @@ class concreteCommand(Command): # ensure an exception is raised before popping on non-existent target if git_id(self.args[0]) == None: - raise GitException, 'Unknown revision: %s' % git_id + raise GitException, 'Unknown revision: %s' % git_id(self.args[0]) applied = prepare_rebase(force=self.flags.force) rebase(self.args[0]) - 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