At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------ revno: 4068 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: integration timestamp: Mon 2009-03-02 19:19:10 +1100 message: Missed instance of count_copied. === modified file 'bzrlib/fetch.py' --- a/bzrlib/fetch.py 2009-03-02 07:20:02 +0000 +++ b/bzrlib/fetch.py 2009-03-02 08:19:10 +0000 @@ -166,7 +166,6 @@ "second push failed to commit the fetch %r." % ( resume_tokens,)) self.sink.finished() - self.count_copied = source.count_copied finally: if self.pb is not None: self.pb.finished() -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
