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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-05 02:46:38 UTC
  • mfrom: (4398.5.20 bencode_serializer)
  • Revision ID: pqm@pqm.ubuntu.com-20090605024638-fe5tn388osc38jvw
(bialix, jelmer, jam) Pyrex bencode and --development7-rich-root

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import bz2
21
21
 
22
22
from bzrlib import (
 
23
    bencode,
23
24
    branch,
24
25
    bzrdir,
25
26
    config,
45
46
from bzrlib.smart import client, vfs, repository as smart_repo
46
47
from bzrlib.revision import ensure_null, NULL_REVISION
47
48
from bzrlib.trace import mutter, note, warning
48
 
from bzrlib.util import bencode
49
49
 
50
50
 
51
51
class _RpcHelper(object):