Rev 3967: Fix a small typo in DirStateRevisionTree.__repr__ in lp:///~jameinel/bzr/win32-shelve
John Arbash Meinel
john at arbash-meinel.com
Tue Feb 10 01:21:49 GMT 2009
At lp:///~jameinel/bzr/win32-shelve
------------------------------------------------------------
revno: 3967
revision-id: john at arbash-meinel.com-20090210012136-b007dchbyf3gld6q
parent: john at arbash-meinel.com-20090209210426-kg0z6kuiw6fei2av
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: win32-shelve
timestamp: Mon 2009-02-09 19:21:36 -0600
message:
Fix a small typo in DirStateRevisionTree.__repr__
-------------- next part --------------
=== modified file 'bzrlib/workingtree_4.py'
--- a/bzrlib/workingtree_4.py 2009-02-05 21:33:13 +0000
+++ b/bzrlib/workingtree_4.py 2009-02-10 01:21:36 +0000
@@ -1513,7 +1513,7 @@
def __repr__(self):
return "<%s of %s in %s>" % \
(self.__class__.__name__, self._revision_id,
- self.wt._current_dirstate())
+ self._wt._current_dirstate())
def annotate_iter(self, file_id,
default_revision=_mod_revision.CURRENT_REVISION):
More information about the bazaar-commits
mailing list