Rename out.start() to out.inf() in the publish command
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 24 Jun 2009 16:10:57 +0000 (17:10 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 24 Jun 2009 16:10:57 +0000 (17:10 +0100)
There was no corresponding out.done() call.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
stgit/commands/publish.py

index 7373428..56dfd3f 100644 (file)
@@ -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: