Merge lp:~songofacandy/bzr-colo/allow-colo-pull-in-subdir into lp:bzr-colo

Proposed by methane
Status: Merged
Merged at revision: 114
Proposed branch: lp:~songofacandy/bzr-colo/allow-colo-pull-in-subdir
Merge into: lp:bzr-colo
Diff against target: 28 lines (+6/-1)
2 files modified
NEWS.txt (+5/-0)
commands.py (+1/-1)
To merge this branch: bzr merge lp:~songofacandy/bzr-colo/allow-colo-pull-in-subdir
Reviewer Review Type Date Requested Status
Neil Martinsen-Burrell Pending
Review via email: mp+70648@code.launchpad.net

Description of the change

Allow colo-pull in sub directory

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
=== modified file 'NEWS.txt'
--- NEWS.txt 2011-06-27 03:24:27 +0000
+++ NEWS.txt 2011-08-06 09:29:29 +0000
@@ -5,6 +5,11 @@
5bzr-colo 0.3.1 (in development)5bzr-colo 0.3.1 (in development)
6###############################6###############################
77
8Bug Fixes
9---------
10
11* Allow colo-pull in sub directory of a branch.
12
813
9bzr-colo 0.3.014bzr-colo 0.3.0
10##############15##############
1116
=== modified file 'commands.py'
--- commands.py 2011-05-29 02:25:35 +0000
+++ commands.py 2011-08-06 09:29:29 +0000
@@ -429,7 +429,7 @@
429 result.report(self.outf)429 result.report(self.outf)
430 if name == current:430 if name == current:
431 # update the working tree431 # update the working tree
432 tree = workingtree.WorkingTree.open(directory)432 tree, _ = workingtree.WorkingTree.open_containing(directory)
433 conflicts = tree.update()433 conflicts = tree.update()
434 if conflicts > 0:434 if conflicts > 0:
435 return 1435 return 1

Subscribers

People subscribed via source and target branches