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

------------------------------------------------------------
revno: 1758
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
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.


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to