/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to lib/stdhome/command/resolve.py

  • Committer: Tim Marston
  • Date: 2014-04-18 15:00:55 UTC
  • Revision ID: tim@ed.am-20140418150055-wy2zmdiwn7sptk4x
status comand now accepts a list of files

Show diffs side-by-side

added added

removed removed

60
60
                                        raise the.program.FatalError(
61
61
                                                'invalid repository name: ' + optarg )
62
62
                                the.repo = optarg
 
63
                        elif opt in [ '--verbose', '-v' ]:
 
64
                                the.verbose += 1
63
65
                        elif opt == "--help":
64
66
                                self.print_help()
65
 
 
 
67
                
66
68
                # discard first argument (the command)
67
69
                args.pop( 0 )
68
70