hgbook

diff examples/hg-interdiff @ 168:f8b5b782e150

Backed out changeset 08a4467f489162c14cf17b94aa771a23dd6f02dc
It just didn't work. Sigh.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 26 23:20:59 2007 -0700 (2007-03-26)
parents 9cbc5d0db542
children f992b16d18a1
line diff
     1.1 --- a/examples/hg-interdiff	Mon Oct 23 15:43:04 2006 -0700
     1.2 +++ b/examples/hg-interdiff	Mon Mar 26 23:20:59 2007 -0700
     1.3 @@ -1,7 +1,11 @@
     1.4  #!/usr/bin/env python
     1.5  #
     1.6  # Adapter for using interdiff with mercurial's extdiff extension.
     1.7 +#
     1.8  # Copyright 2006 Bryan O'Sullivan <bos@serpentine.com>
     1.9 +#
    1.10 +# This software may be used and distributed according to the terms of
    1.11 +# the GNU General Public License, incorporated herein by reference.
    1.12  
    1.13  import os, sys
    1.14