/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/lockable_files.py

  • Committer: Martin Pool
  • Date: 2008-11-21 02:52:32 UTC
  • mto: This revision was merged to the branch mainline in revision 3844.
  • Revision ID: mbp@sourcefrog.net-20081121025232-dvsfoc4cuookgckz
Deprecated LockableFiles._escape

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        self._lock.break_lock()
124
124
 
125
125
    def _escape(self, file_or_path):
 
126
        """DEPRECATED: Do not use outside this class"""
126
127
        if not isinstance(file_or_path, basestring):
127
128
            file_or_path = '/'.join(file_or_path)
128
129
        if file_or_path == '':