~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Jelmer Vernooij
  • Date: 2010-12-20 02:23:31 UTC
  • mto: This revision was merged to the branch mainline in revision 5577.
  • Revision ID: jelmer@samba.org-20101220022331-hbm91o1ps9gjrlns
Add testr magic for bzr selftest --list

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):