hgkw/keyword.py
changeset 327 06f3c6b3dd93
parent 320 83dad6b67ed9
child 328 f5154819a11b
--- a/hgkw/keyword.py	Sat Jan 05 12:33:21 2008 +0100
+++ b/hgkw/keyword.py	Mon Jan 07 11:27:41 2008 +0100
@@ -328,8 +328,7 @@
     ui.note('\nhg -R "%s" branch "%s"\n' % (tmpdir, branchname))
     # silence branch command if not verbose
     quiet = ui.quiet
-    verbose = ui.verbose
-    ui.quiet = not verbose
+    ui.quiet = not ui.verbose
     commands.branch(ui, repo, branchname)
     ui.quiet = quiet
     for name, cmd in ui.configitems('hooks'):