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

  • Committer: Tim Marston
  • Date: 2014-02-26 19:10:31 UTC
  • Revision ID: tim@ed.am-20140226191031-elcqy5j09h2syn2j
moved copy-in, copy-out and deployment conflict checking to a set of "walkers";
bzr vcs back-end now parses affected files during update; deployment state now
includes affected files

Show diffs side-by-side

added added

removed removed

48
48
full_mddir = util.canonicalise_path( mddir )
49
49
 
50
50
# filesystem directory
51
 
fsdir = '~/stdhome-test'
 
51
fsdir = '~/test-stdhome'
52
52
 
53
53
# fully qualified filesystem directory
54
54
full_fsdir = util.canonicalise_path( fsdir )