~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/status.py

  • Committer: Martin Pool
  • Date: 2005-05-31 02:56:12 UTC
  • Revision ID: mbp@sourcefrog.net-20050531025612-1c84507625524411
- patch from Lalo Martins to show version of bzr itself
  in the --version output

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    import sys
31
31
    from bzrlib.diff import compare_trees
32
32
    
33
 
    branch.lock_read()
 
33
    branch.lock('r')
34
34
    try:
35
35
 
36
36
        old = branch.basis_tree()