[MERGE][#299313] --local commits are accessing the network
Alexander Belchenko
bialix at ukr.net
Wed Nov 19 11:11:56 GMT 2008
Marius Kruger пишет:
=== modified file 'bzrlib/branch.py'
--- bzrlib/branch.py 2008-11-15 22:12:26 +0000
+++ bzrlib/branch.py 2008-11-18 21:50:10 +0000
@@ -148,9 +148,10 @@
def get_config(self):
return BranchConfig(self)
- def _get_nick(self, possible_transports=None):
+ def _get_nick(self, local=False, possible_transports=None):
Usually new args appended to the end of arg list to reduce errors.
More information about the bazaar
mailing list