mercurial/cext/mpatch.c
changeset 46819 d4ba4d51f85f
parent 41336 763b45bc4483
child 48810 ed03fffaac30
equal deleted inserted replaced
46818:1977495dbbe2 46819:d4ba4d51f85f
    12  The text (or binary) fragments are copied directly from their source
    12  The text (or binary) fragments are copied directly from their source
    13  Python objects into a preallocated output string to avoid the
    13  Python objects into a preallocated output string to avoid the
    14  allocation of intermediate Python objects. Working memory is about 2x
    14  allocation of intermediate Python objects. Working memory is about 2x
    15  the total number of hunks.
    15  the total number of hunks.
    16 
    16 
    17  Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
    17  Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
    18 
    18 
    19  This software may be used and distributed according to the terms
    19  This software may be used and distributed according to the terms
    20  of the GNU General Public License, incorporated herein by reference.
    20  of the GNU General Public License, incorporated herein by reference.
    21 */
    21 */
    22 
    22