~launchpad-pqm/bzr-svn/devel

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-02-01 22:22:18 UTC
  • mfrom: (2722.1.1 lp-pqm)
  • Revision ID: launchpad@pqm.canonical.com-20120201222218-sqio0a5sc335w294
[rs=jelmer] Update to r4162.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
                    raise InvalidHttpResponse(transport.base,
229
229
                            "Invalid HTTP response: %d" % code)
230
230
                finally:
231
 
                    conn.setopt(pycurl.CUSTOMREQUEST, "GET")
232
 
                    conn.setopt(pycurl.HTTPGET, 1)
 
231
                    conn.unsetopt(pycurl.CUSTOMREQUEST)
233
232
    raise NotImplementedError
234
233
 
235
234
 
399
398
                          'bzrlib.plugins.svn.commands')
400
399
plugin_cmds.register_lazy('cmd_svn_branches', [],
401
400
                          'bzrlib.plugins.svn.commands')
 
401
plugin_cmds.register_lazy('cmd_fix_svn_ancestry', [],
 
402
                          'bzrlib.plugins.svn.commands')
402
403
 
403
404
 
404
405
lazy_register_filter_stack_map("svn-keywords",