Rev 4365: (Jelmer) Fix one-line summary for dpush command. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu May 14 18:22:00 BST 2009


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

------------------------------------------------------------
revno: 4365
revision-id: pqm at pqm.ubuntu.com-20090514172156-9knbb9wx9u1q1u1a
parent: pqm at pqm.ubuntu.com-20090514162755-t4q986mjos2ekecr
parent: jelmer at samba.org-20090514034112-ejjfqkm22k1d1xhs
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-05-14 18:21:56 +0100
message:
  (Jelmer) Fix one-line summary for dpush command.
modified:
  bzrlib/foreign.py              foreign.py-20081112170002-olsxmandkk8qyfuq-1
    ------------------------------------------------------------
    revno: 4347.2.4
    revision-id: jelmer at samba.org-20090514034112-ejjfqkm22k1d1xhs
    parent: jelmer at samba.org-20090510012654-jp9ufxquekaokbeo
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: interbranch-dpush-result
    timestamp: Thu 2009-05-14 05:41:12 +0200
    message:
      Fix one-line summary for dpush.
    modified:
      bzrlib/foreign.py              foreign.py-20081112170002-olsxmandkk8qyfuq-1
=== modified file 'bzrlib/foreign.py'
--- a/bzrlib/foreign.py	2009-05-10 01:26:54 +0000
+++ b/bzrlib/foreign.py	2009-05-14 03:41:12 +0000
@@ -282,12 +282,11 @@
 
 
 class cmd_dpush(Command):
-    """Push diffs into a foreign version control system without any 
-    Bazaar-specific metadata.
+    """Push into a foreign VCS without any custom bzr metadata.
 
     This will afterwards rebase the local Bazaar branch on the remote
     branch unless the --no-rebase option is used, in which case 
-    the two branches will be out of sync. 
+    the two branches will be out of sync after the push. 
     """
     hidden = True
     takes_args = ['location?']




More information about the bazaar-commits mailing list