~spiv/ubuntu/lucid/bzr-loom/test-ppa

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: John Arbash Meinel
  • Date: 2009-01-15 16:56:26 UTC
  • Revision ID: john@arbash-meinel.com-20090115165626-ccclsrk3m2j71uws
Add verbose to the parameter list, to match bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
    _original_command = None
155
155
 
156
156
    def run(self, show_ids=False, file_list=None, revision=None, short=False,
157
 
            versioned=False, no_pending=False):
 
157
            versioned=False, no_pending=False, verbose=None):
158
158
        if file_list is None:
159
159
            path = '.'
160
160
        else: