mercurial/commands.py
branchstable
changeset 21947 b081decd9062
parent 21944 0483ff40e326
child 21949 ad56fc55cbc3
--- a/mercurial/commands.py	Fri Jul 25 15:51:42 2014 -0500
+++ b/mercurial/commands.py	Sat Jul 26 03:32:49 2014 +0200
@@ -5062,7 +5062,7 @@
     # this with the list/show operation because we want list/show to remain
     # machine readable.
     if not list(ms.unresolved()) and not show:
-        ui.status(_('no more unresolved files\n'))
+        ui.status(_('(no more unresolved files)\n'))
 
     return ret