~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 15:20:30 UTC
  • mto: (5757.7.2 knitpackrepo-6)
  • mto: This revision was merged to the branch mainline in revision 5773.
  • Revision ID: jelmer@samba.org-20110405152030-tkwndxvmbtxn8j49
Fix import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    errors,
50
50
    lockable_files,
51
51
    lockdir,
52
 
    revision as _mod_revision,
53
52
    )
54
53
 
55
54
from bzrlib.decorators import needs_write_lock, only_raises