~ubuntu-branches/debian/jessie/bzr-git/jessie

« back to all changes in this revision

Viewing changes to dir.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-06-05 14:24:08 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605142408-a0icybzfem8vltht
Tags: 0.6.0+bzr1270-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    trace,
24
24
    osutils,
25
25
    urlutils,
26
 
    version_info as bzrlib_version,
27
26
    )
28
27
from bzrlib.bzrdir import CreateRepository
29
28
from bzrlib.transport import do_catching_redirections
59
58
        pass
60
59
 
61
60
    def break_lock(self):
62
 
        pass
 
61
        raise NotImplementedError(self.break_lock)
63
62
 
64
63
    def dont_leave_in_place(self):
65
64
        raise NotImplementedError(self.dont_leave_in_place)