/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/builtins.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-05-07 11:50:39 UTC
  • mfrom: (6939.2.3 remove-dpush)
  • Revision ID: breezy.the.bot@gmail.com-20180507115039-s92x4484mhyi8m7k
Remove the dpush command, in favor of 'brz push --lossy'.

Merged from https://code.launchpad.net/~jelmer/brz/remove-dpush/+merge/342553

Show diffs side-by-side

added added

removed removed

Lines of Context:
6785
6785
        ('cmd_bundle_info', [], 'breezy.bundle.commands'),
6786
6786
        ('cmd_config', [], 'breezy.config'),
6787
6787
        ('cmd_dump_btree', [], 'breezy.bzr.debug_commands'),
6788
 
        ('cmd_dpush', [], 'breezy.foreign'),
6789
6788
        ('cmd_version_info', [], 'breezy.cmd_version_info'),
6790
6789
        ('cmd_resolve', ['resolved'], 'breezy.conflicts'),
6791
6790
        ('cmd_conflicts', [], 'breezy.conflicts'),