mercurial/setdiscovery.py
branchstable
changeset 15497 9bea3aed6ee1
parent 15063 c20688b7c061
child 15713 cff25e4b37d2
--- a/mercurial/setdiscovery.py	Wed Nov 16 00:10:56 2011 +0100
+++ b/mercurial/setdiscovery.py	Fri Nov 11 01:07:10 2011 +0100
@@ -128,7 +128,7 @@
         return (srvheadhashes, False, srvheadhashes,)
 
     if sample and util.all(yesno):
-        ui.note("all local heads known remotely\n")
+        ui.note(_("all local heads known remotely\n"))
         ownheadhashes = dag.externalizeall(ownheads)
         return (ownheadhashes, True, srvheadhashes,)
 
@@ -158,7 +158,7 @@
             break
 
         if full:
-            ui.note("sampling from both directions\n")
+            ui.note(_("sampling from both directions\n"))
             sample = _takefullsample(dag, undecided, size=fullsamplesize)
         elif common:
             # use cheapish initial sample