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

  • Committer: Tim Marston
  • Date: 2014-03-12 22:36:44 UTC
  • Revision ID: tim@ed.am-20140312223644-9pehua402pww0op7
fixed incorrect variable name

Show diffs side-by-side

added added

removed removed

107
107
                except deployment.CopyInConflicts as e:
108
108
                        raise the.program.FatalError(
109
109
                                'Files in %s differ too severly from %s:\n  %s\n' % \
110
 
                                ( the.hdir, the.repo.dir, '\n  '.join( e.conflicts ) ) )
 
110
                                ( the.home_dir, the.repo.dir, '\n  '.join( e.conflicts ) ) )
111
111
 
112
112
                # perform vcs update
113
113
                if the.verbose: print "updating %s" % the.repo.dir