Rev 5633: Looks like it was a stale experimental .pyd file causing trouble. Tests pass again now. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-reset-checkout
John Arbash Meinel
john at arbash-meinel.com
Mon Jan 24 22:01:00 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/2.4-reset-checkout
------------------------------------------------------------
revno: 5633
revision-id: john at arbash-meinel.com-20110124220048-lngdrej3cm8t9eje
parent: john at arbash-meinel.com-20110124214959-x3t0myzpa3ncxh2l
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.4-reset-checkout
timestamp: Mon 2011-01-24 16:00:48 -0600
message:
Looks like it was a stale experimental .pyd file causing trouble. Tests pass again now.
-------------- next part --------------
=== modified file 'bzrlib/tests/per_workingtree/test_check_state.py'
--- a/bzrlib/tests/per_workingtree/test_check_state.py 2011-01-24 21:49:59 +0000
+++ b/bzrlib/tests/per_workingtree/test_check_state.py 2011-01-24 22:00:48 +0000
@@ -28,4 +28,4 @@
tree = self.make_branch_and_tree('tree')
# Everything should be fine with an unmodified tree, no exception
# should be raised.
- # tree.check_state()
+ tree.check_state()
=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py 2011-01-24 21:49:59 +0000
+++ b/bzrlib/workingtree.py 2011-01-24 22:00:48 +0000
@@ -2675,9 +2675,9 @@
"""
return
- # @needs_tree_write_lock
- # def check_state(self):
- # """Check that the working state is/isn't valid."""
+ @needs_tree_write_lock
+ def check_state(self):
+ """Check that the working state is/isn't valid."""
def _get_rules_searcher(self, default_searcher):
"""See Tree._get_rules_searcher."""
More information about the bazaar-commits
mailing list