mercurial/bdiff.c
changeset 46819 d4ba4d51f85f
parent 41336 763b45bc4483
equal deleted inserted replaced
46818:1977495dbbe2 46819:d4ba4d51f85f
     1 /*
     1 /*
     2  bdiff.c - efficient binary diff extension for Mercurial
     2  bdiff.c - efficient binary diff extension for Mercurial
     3 
     3 
     4  Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     4  Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
     5 
     5 
     6  This software may be used and distributed according to the terms of
     6  This software may be used and distributed according to the terms of
     7  the GNU General Public License, incorporated herein by reference.
     7  the GNU General Public License, incorporated herein by reference.
     8 
     8 
     9  Based roughly on Python difflib
     9  Based roughly on Python difflib