~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2005-09-20 14:36:11 UTC
  • mfrom: (1185.7.3)
  • mto: (1185.1.37)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: abentley@panoramicfeedback.com-20050920143611-7b015153de459401
Merged Martin's latest

Show diffs side-by-side

added added

removed removed

Lines of Context:
1328
1328
            # should not change the parent
1329
1329
            b.set_parent(remote)
1330
1330
        br_remote = Branch.open_containing(remote)
 
1331
 
1331
1332
        return show_missing(b, br_remote, verbose=verbose, quiet=quiet)
1332
1333
 
1333
1334
 
 
1335
 
1334
1336
class cmd_plugins(Command):
1335
1337
    """List plugins"""
1336
1338
    hidden = True