mercurial/commands.py
branchstable
changeset 17299 e51d4aedace9
parent 17292 8da6fe276a23
child 17308 2e0805f59736
--- a/mercurial/commands.py	Sat Jul 28 13:33:06 2012 +0200
+++ b/mercurial/commands.py	Tue Jul 31 03:30:42 2012 +0200
@@ -4499,7 +4499,7 @@
         try:
             # set phase
             if not revs:
-                 raise util.Abort(_('empty revision set'))
+                raise util.Abort(_('empty revision set'))
             nodes = [repo[r].node() for r in revs]
             olddata = repo._phasecache.getphaserevs(repo)[:]
             phases.advanceboundary(repo, targetphase, nodes)
@@ -5442,7 +5442,7 @@
                 # current bookmark not in parent ctx marks
                 pass
         for m in marks:
-          ui.write(' ' + m, label='log.bookmark')
+            ui.write(' ' + m, label='log.bookmark')
         ui.write('\n', label='log.bookmark')
 
     st = list(repo.status(unknown=True))[:6]