~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-02 14:58:47 UTC
  • mfrom: (5554.1.3 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101202145847-fw822sd3nyhvrwmi
(vila) Merge 2.2 into trunk including fix for bug #583667 and bug
        #681885 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1867
1867
    def is_executable(self, file_id, path=None):
1868
1868
        ie = self.inventory[file_id]
1869
1869
        if ie.kind != "file":
1870
 
            return None
 
1870
            return False
1871
1871
        return ie.executable
1872
1872
 
1873
1873
    def is_locked(self):