~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/foreign.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-14 17:21:56 UTC
  • mfrom: (4347.2.4 interbranch-dpush-result)
  • Revision ID: pqm@pqm.ubuntu.com-20090514172156-9knbb9wx9u1q1u1a
(Jelmer) Fix one-line summary for dpush command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
 
283
283
 
284
284
class cmd_dpush(Command):
285
 
    """Push diffs into a foreign version control system without any 
286
 
    Bazaar-specific metadata.
 
285
    """Push into a foreign VCS without any custom bzr metadata.
287
286
 
288
287
    This will afterwards rebase the local Bazaar branch on the remote
289
288
    branch unless the --no-rebase option is used, in which case 
290
 
    the two branches will be out of sync. 
 
289
    the two branches will be out of sync after the push. 
291
290
    """
292
291
    hidden = True
293
292
    takes_args = ['location?']