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

  • Committer: Tim Marston
  • Date: 2014-04-12 12:53:54 UTC
  • Revision ID: tim@ed.am-20140412125354-64aysxvaz7nnk8hm
make verbose levels clearer

Show diffs side-by-side

added added

removed removed

101
101
                # call colordiff
102
102
                for file in walker.modified:
103
103
                        print ( "\033[33m=== modified '%s'\n" % file ).rstrip()
104
 
                        sys.stdout.flush()
105
104
                        call( [ 'colordiff', '-ud',
106
105
                                        '--label', file,
107
106
                                        os.path.join( the.repo.full_dir, file ),