tests/test-wireproto.py.out
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 10 Jan 2013 00:41:40 +0100
changeset 18306 06185554e7e3
parent 14765 08ef6b5f3715
child 25708 d3d32643c060
permissions -rw-r--r--
changelog: add a `branch` method, bypassing changectx The only way to access the branch of a changeset is currently to create a changectx object and access its `branch()` method. Creating a new Python object is costly and has a huge impact on code doing heavy access to `branch()` (like branchmap). This change introduces a new method on changelog that allows direct access to the branch of a revision. See the next changeset for impact.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14622
bd88561afb4b wireproto: add batching support to wirerepository
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff changeset
     1
Hello, Foobar
bd88561afb4b wireproto: add batching support to wirerepository
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff changeset
     2
['Hello, Fo, =;o', 'Hello, Bar']