mercurial/mpatch.c
changeset 2858 345bac2bc4ec
parent 2543 860e9c83fc59
child 3138 cc856c4d91ca
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
    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 Matt Mackall <mpm@selenic.com>
    17  Copyright 2005, 2006 Matt Mackall <mpm@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