Rev 1473: Fix name of get_stacked_on function. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Wed Jul 16 15:47:33 BST 2008


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

------------------------------------------------------------
revno: 1473
revision-id: jelmer at samba.org-20080716144731-4t62kpo1uv4q2vuw
parent: jelmer at samba.org-20080715140623-nsjbmbw2ca0cteps
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Wed 2008-07-16 16:47:31 +0200
message:
  Fix name of get_stacked_on function.
modified:
  branch.py                      svnbranch.py-20051017135706-11c749eb0dab04a7
=== modified file 'branch.py'
--- a/branch.py	2008-07-04 21:14:24 +0000
+++ b/branch.py	2008-07-16 14:47:31 +0000
@@ -548,7 +548,7 @@
         result.set_parent(self.bzrdir.root_transport.base)
         return result
 
-    def get_stacked_on(self):
+    def get_stacked_on_url(self):
         raise UnstackableBranchFormat(self._format, self.base)
 
     def __str__(self):




More information about the bazaar-commits mailing list