/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-04 22:33:09 UTC
  • Revision ID: tim@ed.am-20140404223309-macifjzkiryg982n
read ~/.stdhomerc; commands set repo before run(); program performs late
initialisation of some variables; updated help

Show diffs side-by-side

added added

removed removed

105
105
                deployment.copy_out()
106
106
 
107
107
                # now we've copied-out, revert any copied-in changes!
108
 
                if the.verbose >= 1: print "reverting %s" % the.repo.dir
 
108
                if the.verbose: print "reverting %s" % the.repo.dir
109
109
                the.repo.vcs.revert()