Advertisement
Guest User

self.run_bzr("status")

a guest
Jul 29th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. tree = self.make_branch_and_tree('tree')
  2. tree.lock_write()
  3. self.addCleanup(tree.unlock)
  4. self.build_tree(['tree/file'])
  5. tree.add('file', 'file-id')
  6. tree.commit('Added file')
  7. result = self.run_bzr("status")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement