Rev 1758: Fix argument count. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Tue Nov 18 17:03:09 GMT 2008


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

------------------------------------------------------------
revno: 1758
revision-id: jelmer at samba.org-20081118170305-37bo3sgmbufxr4kl
parent: jelmer at samba.org-20081111164040-trao8l0gf2jjmzf3
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-11-18 18:03:05 +0100
message:
  Fix argument count.
modified:
  mapping3/scheme.py             scheme.py-20060516195850-95181aae6b272f9e
=== modified file 'mapping3/scheme.py'
--- a/mapping3/scheme.py	2008-08-26 12:15:28 +0000
+++ b/mapping3/scheme.py	2008-11-18 17:03:05 +0000
@@ -44,14 +44,14 @@
         """
         raise NotImplementedError
 
-    def get_tag_path(self, name):
+    def get_tag_path(self, name, project=""):
         """Find the path for a tag.
 
         :param name: Tag name.
         """
         raise NotImplementedError
 
-    def get_branch_path(self, name):
+    def get_branch_path(self, name, project=""):
         """Find the path for a named branch.
 
         :param name: Branch name.




More information about the bazaar-commits mailing list