/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: Canonical.com Patch Queue Manager
  • Date: 2008-01-03 19:12:30 UTC
  • mfrom: (3146.4.12 win32fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20080103191230-baidarqql3lct685
Misc cleanups for win32, especially tests (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
 
495
495
            Note: The caller is expected to take a read-lock before calling this.
496
496
            """
 
497
            self._must_be_locked()
497
498
            if not path:
498
499
                path = self.id2path(file_id)
499
500
            mode = os.lstat(self.abspath(path)).st_mode