diff hgext/extdiff.py @ 7599:7bf7c073375e

lowercase ui.debug and assert output This does not effect the log or status commands and should be okay according to the compatibility rules.
author Martin Geisler <mg@daimi.au.dk>
date Sat, 03 Jan 2009 17:15:21 +0100
parents e05aa73ce2b7
children e81e6c996e99
line wrap: on
line diff
--- a/hgext/extdiff.py	Sat Jan 03 17:15:15 2009 +0100
+++ b/hgext/extdiff.py	Sat Jan 03 17:15:21 2009 +0100
@@ -166,7 +166,7 @@
 
         for copy_fn, working_fn, mtime in fns_and_mtime:
             if os.path.getmtime(copy_fn) != mtime:
-                ui.debug(_('File changed while diffing. '
+                ui.debug(_('file changed while diffing. '
                          'Overwriting: %s (src: %s)\n') % (working_fn, copy_fn))
                 util.copyfile(copy_fn, working_fn)