Rev 2090: Cope with new parameter in 1.10. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Fri Nov 28 23:03:41 GMT 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2090
revision-id: jelmer at samba.org-20081128230338-8eclegc6uf3seubp
parent: jelmer at samba.org-20081128224649-jzs4r4qvotsu1xo5
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Sat 2008-11-29 00:03:38 +0100
message:
  Cope with new parameter in 1.10.
modified:
  branch.py                      svnbranch.py-20051017135706-11c749eb0dab04a7
=== modified file 'branch.py'
--- a/branch.py	2008-11-19 15:21:57 +0000
+++ b/branch.py	2008-11-28 23:03:38 +0000
@@ -257,7 +257,7 @@
     def get_config(self):
         return BranchConfig(self)
        
-    def _get_nick(self, possible_master_transports=None):
+    def _get_nick(self, local=False, possible_master_transports=None):
         """Find the nick name for this branch.
 
         :return: Branch nick




More information about the bazaar-commits mailing list