~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-09 23:12:55 UTC
  • mfrom: (3920.2.37 dpush)
  • Revision ID: pqm@pqm.ubuntu.com-20090409231255-o8w1g2q3igiyf8b2
(Jelmer) Add the dpush command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5605
5605
from bzrlib.bundle.commands import (
5606
5606
    cmd_bundle_info,
5607
5607
    )
 
5608
from bzrlib.foreign import cmd_dpush
5608
5609
from bzrlib.sign_my_commits import cmd_sign_my_commits
5609
5610
from bzrlib.weave_commands import cmd_versionedfile_list, \
5610
5611
        cmd_weave_plan_merge, cmd_weave_merge_text