[PATCH] Dangit, push _worked_...
Martin Pool
mbp at sourcefrog.net
Tue Mar 21 11:08:09 GMT 2006
On 18 Mar 2006, "Matthew D. Fuller" <fullermd at over-yonder.net> wrote:
> === 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)
>
+1, seems like an improvement.
--
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060321/ee2cf9c0/attachment.pgp
More information about the bazaar
mailing list