mercurial/cmdutil.py
changeset 25358 31f3636e9296
parent 25310 c1f5ef76d1c2
child 25424 69609f43c752
--- a/mercurial/cmdutil.py	Wed May 27 06:55:32 2015 -0700
+++ b/mercurial/cmdutil.py	Thu May 28 16:41:47 2015 -0700
@@ -63,6 +63,7 @@
     selected hunks.
     *operation* is used for ui purposes to indicate the user
     what kind of filtering they are doing: reverting, commiting, shelving, etc.
+    *operation* has to be a translated string.
     """
     usecurses =  ui.configbool('experimental', 'crecord', False)
     testfile = ui.config('experimental', 'crecordtest', None)