/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Aaron Bentley
  • Date: 2009-03-10 04:55:49 UTC
  • mto: This revision was merged to the branch mainline in revision 4112.
  • Revision ID: aaron@aaronbentley.com-20090310045549-j5jmgq190872oem7
Remove locking decorator

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
        entry = self._get_entry(file_id=file_id, path=path)
548
548
        state._observed_sha1(entry, sha1, statvalue)
549
549
 
550
 
    @needs_read_lock
551
550
    def kind(self, file_id):
552
551
        """Return the kind of a file.
553
552