Merge lp:~luoyonggang/bzr-svn/b2 into lp:bzr-svn/1.1

Proposed by Yonggang Luo
Status: Merged
Merged at revision: 3731
Proposed branch: lp:~luoyonggang/bzr-svn/b2
Merge into: lp:bzr-svn/1.1
Diff against target: 11 lines (+1/-1)
1 file modified
layout/standard.py (+1/-1)
To merge this branch: bzr merge lp:~luoyonggang/bzr-svn/b2
Reviewer Review Type Date Requested Status
bzr-svn developers Pending
Review via email: mp+64554@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'layout/standard.py'
2--- layout/standard.py 2011-05-11 12:48:05 +0000
3+++ layout/standard.py 2011-06-14 14:48:42 +0000
4@@ -330,7 +330,7 @@
5
6 def is_branch(self, path, project=None):
7 for bp in self.branches:
8- if wildcard_matches(path, bp):
9+ if wildcard_matches(path, bp):
10 return True
11 return False
12

Subscribers

People subscribed via source and target branches