--- 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]