/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/walker/copy_base.py

  • Committer: Tim Marston
  • Date: 2016-05-22 16:58:00 UTC
  • Revision ID: tim@ed.am-20160522165800-2wouy6ybo2cunqb6
fixed bzr backend detection of out-of-date working copy

Show diffs side-by-side

added added

removed removed

49
49
        def print_op( self, rel_file, src, op, dst ):
50
50
 
51
51
                # report changes
52
 
                if self.report and op == '*':
 
52
                if self.report and the.verbose < 2 and op == '*':
53
53
                        if dst == '_':
54
54
                                print " N  %s" % ( rel_file )
55
55
                        elif src == '_':