~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-10-26 16:19:27 UTC
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: abentley@panoramicfeedback.com-20061026161927-1b5f9e52ad8fedba
Fix shelf ls with no args (Alexander Belchenko)

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
    def run(self, subcommand, args_list):
285
285
        import sys
286
286
 
 
287
        if args_list is None:
 
288
            args_list = []
287
289
        cmd = self._get_cmd_object(subcommand)
288
290
        source = BzrPatchSource()
289
291
        s = Shelf(source.base)