/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:21:27 UTC
  • Revision ID: tim@ed.am-20140405192127-yvt08c7qnnp2nr8i
fixed some bugs in Bzr.revert()

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()