mercurial/bdiff.c
changeset 2858 345bac2bc4ec
parent 2600 c4325f0a9b91
child 3333 9061613c1593
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
     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 Matt Mackall <mpm@selenic.com>
     4  Copyright 2005, 2006 Matt Mackall <mpm@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