Rev 4053: Add missed new parameter for branch reference cloning. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
robertc at robertcollins.net
Thu Feb 26 00:30:05 GMT 2009
At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------
revno: 4053
revision-id: robertc at robertcollins.net-20090226003003-xuftiuuvag5vwr7k
parent: robertc at robertcollins.net-20090226001302-ltc7k8ekbmcr2ofq
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Thu 2009-02-26 11:30:03 +1100
message:
Add missed new parameter for branch reference cloning.
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py 2009-02-25 22:17:25 +0000
+++ b/bzrlib/branch.py 2009-02-26 00:30:03 +0000
@@ -1705,7 +1705,8 @@
def _make_reference_clone_function(format, a_branch):
"""Create a clone() routine for a branch dynamically."""
- def clone(to_bzrdir, revision_id=None):
+ def clone(to_bzrdir, revision_id=None,
+ repository_policy=repository_policy):
"""See Branch.clone()."""
return format.initialize(to_bzrdir, a_branch)
# cannot obey revision_id limits when cloning a reference ...
More information about the bazaar-commits
mailing list