comparison examples/hg-interdiff @ 127:ba2334e2ba9a

Add explicit license to hg-interdiff script.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 26 Dec 2006 16:56:20 -0800
parents 9cbc5d0db542
children f992b16d18a1
comparison
equal deleted inserted replaced
126:fa3c43dd3a1e 127:ba2334e2ba9a
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # 2 #
3 # Adapter for using interdiff with mercurial's extdiff extension. 3 # Adapter for using interdiff with mercurial's extdiff extension.
4 #
4 # Copyright 2006 Bryan O'Sullivan <bos@serpentine.com> 5 # Copyright 2006 Bryan O'Sullivan <bos@serpentine.com>
6 #
7 # This software may be used and distributed according to the terms of
8 # the GNU General Public License, incorporated herein by reference.
5 9
6 import os, sys 10 import os, sys
7 11
8 def walk(base): 12 def walk(base):
9 # yield all non-directories below the base path. 13 # yield all non-directories below the base path.