Rev 1680: Fix last tests. in file:///data/jelmer/bzr-svn/trunk/
Jelmer Vernooij
jelmer at samba.org
Thu Aug 28 03:07:45 BST 2008
At file:///data/jelmer/bzr-svn/trunk/
------------------------------------------------------------
revno: 1680
revision-id: jelmer at samba.org-20080828020743-5mfkimq4onbglizg
parent: jelmer at samba.org-20080828005550-k76enl243472kdk0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2008-08-28 04:07:43 +0200
message:
Fix last tests.
modified:
workingtree.py workingtree.py-20060306120941-b083cb0fdd4a69de
=== modified file 'workingtree.py'
--- a/workingtree.py 2008-08-28 00:55:50 +0000
+++ b/workingtree.py 2008-08-28 02:07:43 +0000
@@ -495,6 +495,8 @@
self.base_revnum = revision
self.base_tree = SvnBasisTree(self)
+ self.branch.repository._clear_cached_state()
+ self.branch._clear_cached_state()
return revid
def smart_add(self, file_list, recurse=True, action=None, save=True):
More information about the bazaar-commits
mailing list