/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/stage_revert.py

  • Committer: Tim Marston
  • Date: 2016-05-22 16:58:26 UTC
  • Revision ID: tim@ed.am-20160522165826-yi3hljqajbvp2par
changed copy base change reporting so that it doesn't silence when verbose
reporting is on

Show diffs side-by-side

added added

removed removed

68
68
                                        raise the.program.FatalError(
69
69
                                                'invalid repository name: ' + optarg )
70
70
                                the.repo = optarg
 
71
                        elif opt in [ '--verbose', '-v' ]:
 
72
                                the.verbose += 1
71
73
                        elif opt == "--help":
72
74
                                self.print_help()
73
75