From eb0c552fcf901df47f83b1e63c37d80c107e07ab Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Wed, 24 Jun 2009 17:10:57 +0100 Subject: [PATCH] Rename out.start() to out.inf() in the publish command There was no corresponding out.done() call. Signed-off-by: Catalin Marinas --- stgit/commands/publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stgit/commands/publish.py b/stgit/commands/publish.py index 7373428..56dfd3f 100644 --- a/stgit/commands/publish.py +++ b/stgit/commands/publish.py @@ -133,7 +133,7 @@ def func(parser, options, args): cd = pc.data.set_parent(public_head) public_head = repository.commit(cd) public_tree = public_head.data.tree - out.start('Published new patch "%s"' % p) + out.info('Published new patch "%s"' % p) # create a new commit (only happens if no new patches are detected) if public_tree.sha1 != stack.head.data.tree.sha1: -- 2.11.0