Rev 466: Fix order. in file:///data/jelmer/bzr-svn/nestedtrees/
Jelmer Vernooij
jelmer at samba.org
Tue Jul 8 15:28:05 BST 2008
At file:///data/jelmer/bzr-svn/nestedtrees/
------------------------------------------------------------
revno: 466
revision-id: jelmer at samba.org-20080708142802-ojw4zkun46evt081
parent: jelmer at samba.org-20080708132200-s5stay9hn72x5d9w
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: nestedtrees
timestamp: Tue 2008-07-08 16:28:02 +0200
message:
Fix order.
modified:
branch.py svnbranch.py-20051017135706-11c749eb0dab04a7
=== modified file 'branch.py'
--- a/branch.py 2008-07-08 04:15:03 +0000
+++ b/branch.py 2008-07-08 14:28:02 +0000
@@ -188,6 +188,7 @@
self.base = urlutils.join(self.repository.base, self._branch_path).rstrip("/")
self._revmeta_cache = None
assert isinstance(self._branch_path, str)
+ revnum = self.get_revnum()
try:
if check_path_with_externals(self.repository.transport, self._branch_path,
revnum) != core.NODE_DIR:
@@ -198,8 +199,6 @@
raise
except RedirectRequested, e:
mutter("Redirected to %s", e.target)
-
- revnum = self.get_revnum()
if not self.mapping.is_branch(branch_path):
raise NotSvnBranchPath(branch_path, mapping=self.mapping)
More information about the bazaar-commits
mailing list