~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Michael Ellerman
  • Date: 2006-08-17 05:42:42 UTC
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: michael@ellerman.id.au-20060817054242-cba3f0f97c16e63c
Cope with run_argv_aliases() API change

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        source = BzrPatchSource()
115
115
        s = Shelf(source.base)
116
116
        cmd.shelf = s
 
117
 
 
118
        if args_list is None:
 
119
            args_list = []
117
120
        return cmd.run_argv_aliases(args_list)
118
121
 
119
122
    def _get_cmd_object(self, cmd_name):