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

  • Committer: Tim Marston
  • Date: 2014-04-05 19:22:21 UTC
  • Revision ID: tim@ed.am-20140405192221-yl8xgy3qorbahlfw
implemented CopyInWalker in terms of CopyBaseWalker, changed implementation of
the verbose operation print function for readability

Show diffs side-by-side

added added

removed removed

84
84
                # initialise deployment and check if it's ongoing
85
85
                deployment = Deployment()
86
86
                if deployment.is_ongoing():
87
 
                        print "deployment ongoing"
88
87
 
89
88
                        # check for conflicts in repo
90
89
                        files = the.repo.vcs.get_conflicts()