[PATCH] Dangit, push _worked_...

Matthew D. Fuller fullermd at over-yonder.net
Sat Mar 18 14:14:11 GMT 2006


This seems to be another of those topics we keep coming up to, roughly
agreeing on, then backing away from.  Let's at least spackle over it
for 0.8, and argue over precise wording after that.  After all, it's
just cruel to make jblack cry for another whole release cycle.

Attached.


-- 
Matthew Fuller     (MF4839)   |  fullermd at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
-------------- next part --------------
=== modified file 'a/bzrlib/builtins.py'
--- a/bzrlib/builtins.py	
+++ b/bzrlib/builtins.py	
@@ -497,7 +497,8 @@
                 # TODO: This should be updated for branches which don't have a
                 # working tree, as opposed to ones where we just couldn't 
                 # update the tree.
-                warning('Unable to update the working tree of: %s' % (br_to.base,))
+                warning('This transport does not update the working '
+                        'tree of: %s' % (br_to.base,))
                 count = br_to.pull(br_from, overwrite)
             except NoWorkingTree:
                 count = br_to.pull(br_from, overwrite)



More information about the bazaar mailing list