diff mercurial/setdiscovery.py @ 15497:9bea3aed6ee1 stable

add missing localization markup
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 11 Nov 2011 01:07:10 +0100
parents c20688b7c061
children cff25e4b37d2
line wrap: on
line diff
--- 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