Rev 4034: (Alexander) Fix comment in Branch.get_parent(). in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Feb 23 18:19:17 GMT 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4034
revision-id: pqm at pqm.ubuntu.com-20090223181913-3ioca07c3eefkfn0
parent: pqm at pqm.ubuntu.com-20090223170036-3q1v68ewdt8i0to5
parent: jelmer at samba.org-20090223161932-5188yi8x8ds7qkpr
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-02-23 18:19:13 +0000
message:
  (Alexander) Fix comment in Branch.get_parent().
modified:
  bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
    ------------------------------------------------------------
    revno: 4031.1.1
    revision-id: jelmer at samba.org-20090223161932-5188yi8x8ds7qkpr
    parent: pqm at pqm.ubuntu.com-20090221224705-4xupqzb93hneubus
    author: Alexander Belchenko <bialix at ukr.net>
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: parent-comment
    timestamp: Mon 2009-02-23 17:19:32 +0100
    message:
      Parent location is not used as default for push.
      This trivial patch fixed incorrect statement.
    modified:
      bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2009-02-23 15:29:35 +0000
+++ b/bzrlib/branch.py	2009-02-23 18:19:13 +0000
@@ -778,7 +778,7 @@
     def get_parent(self):
         """Return the parent location of the branch.
 
-        This is the default location for push/pull/missing.  The usual
+        This is the default location for pull/missing.  The usual
         pattern is that the user can override it by specifying a
         location.
         """




More information about the bazaar-commits mailing list