Rev 1683: Fix syntax error. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Sun Aug 31 12:34:45 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1683
revision-id: jelmer at samba.org-20080831113441-0vvugc9a2li9phsp
parent: jelmer at samba.org-20080830224836-bs0k7tivuo4u7sad
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2008-08-31 13:34:41 +0200
message:
Fix syntax error.
modified:
workingtree.py workingtree.py-20060306120941-b083cb0fdd4a69de
=== modified file 'workingtree.py'
--- a/workingtree.py 2008-08-27 17:39:12 +0000
+++ b/workingtree.py 2008-08-31 11:34:41 +0000
@@ -592,7 +592,7 @@
if stop_revision is None:
stop_revision = self.branch.last_revision()
revnumber = self.branch.lookup_revision_id(stop_revision)
- fetched = self._update(revnum)
+ fetched = self._update(revnumbe)
self.base_revnum = fetched
self.base_revid = self.branch.generate_revision_id(fetched)
self.base_tree = None
More information about the bazaar-commits
mailing list