Rev 6382: Restore the proper message. in file:///home/vila/src/bzr/experimental/config-si-unit/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Dec 19 16:40:02 UTC 2011


At file:///home/vila/src/bzr/experimental/config-si-unit/

------------------------------------------------------------
revno: 6382
revision-id: v.ladeuil+lp at free.fr-20111219164002-lrpfr671wl2rmnme
parent: v.ladeuil+lp at free.fr-20111216164957-2ue76hb7vc4o22e0
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-si-unit
timestamp: Mon 2011-12-19 17:40:02 +0100
message:
  Restore the proper message.
-------------- next part --------------
=== modified file 'bzrlib/add.py'
--- a/bzrlib/add.py	2011-12-16 16:38:33 +0000
+++ b/bzrlib/add.py	2011-12-19 16:40:02 +0000
@@ -90,7 +90,7 @@
             file_size = stat_value.st_size;
         if self._maxSize > 0 and file_size > self._maxSize:
             ui.ui_factory.show_warning(gettext(
-                "skipping {0} (larger than {1} ({2} bytes))").format(
+                "skipping {0} (larger than {1} of {2} bytes)").format(
                 path, opt_name,  self._maxSize))
             return True
         return False



More information about the bazaar-commits mailing list