~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2005-09-30 03:38:47 UTC
  • mfrom: (1393.2.4)
  • mto: (1185.14.2)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: mbp@sourcefrog.net-20050930033847-e78ce2a6670c1a29
- merge Transport from John into newformat

Show diffs side-by-side

added added

removed removed

Lines of Context:
1376
1376
            # should not change the parent
1377
1377
            b.set_parent(remote)
1378
1378
        br_remote = Branch.open_containing(remote)
1379
 
 
1380
1379
        return show_missing(b, br_remote, verbose=verbose, quiet=quiet)
1381
1380
 
1382
1381
 
1383
 
 
1384
1382
class cmd_plugins(Command):
1385
1383
    """List plugins"""
1386
1384
    hidden = True