~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-10 16:11:31 UTC
  • mto: (5712.4.8 bzrdir-weave)
  • mto: This revision was merged to the branch mainline in revision 5716.
  • Revision ID: jelmer@samba.org-20110310161131-pi4vny9un1iamo8h
Remove unused register format functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    )
42
42
from bzrlib.lockable_files import LockableFiles
43
43
from bzrlib.smart import client, vfs, repository as smart_repo
 
44
from bzrlib.smart.client import _SmartClient
44
45
from bzrlib.revision import NULL_REVISION
45
46
from bzrlib.repository import RepositoryWriteLockResult
46
47
from bzrlib.trace import mutter, note, warning