From: Catalin Marinas Date: Wed, 24 Jun 2009 16:10:57 +0000 (+0100) Subject: Rename out.start() to out.inf() in the publish command X-Git-Tag: v0.15-rc1~4 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/eb0c552fcf901df47f83b1e63c37d80c107e07ab Rename out.start() to out.inf() in the publish command There was no corresponding out.done() call. Signed-off-by: Catalin Marinas --- 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: