~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-06-22 09:08:16 UTC
  • Revision ID: mbp@sourcefrog.net-20050622090816-1d04448b52c47e23
- plugins documentation; better error reporting when failing to 
  load; keep a list of what has been loaded

Show diffs side-by-side

added added

removed removed

Lines of Context:
1275
1275
    hidden = True
1276
1276
    def run(self):
1277
1277
        import bzrlib.plugin
1278
 
        print dir(bzrlib.plugin)
 
1278
        from pprint import pprint
 
1279
        pprint(bzrlib.plugin.all_plugins)
1279
1280
 
1280
1281
 
1281
1282