/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 breezy/_bencode_pyx.pyx

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2017-06-10 00:34:23 UTC
  • mfrom: (6656.2.5 integrate-bisect)
  • Revision ID: breezy.the.bot@gmail.com-20170610003423-k8jgc8v3rqizmytc
Integrate 'bisect' command properly into core.

Merged from https://code.launchpad.net/~jelmer/brz/integrate-bisect/+merge/325110

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from __future__ import absolute_import
20
20
 
 
21
 
21
22
cdef extern from "stddef.h":
22
23
    ctypedef unsigned int size_t
23
24