hgext/extdiff.py
changeset 8873 e872ef2e6758
parent 8866 87c30fb7e8df
child 8934 9dda4c73fc3b
equal deleted inserted replaced
8872:d0c0013f8713 8873:e872ef2e6758
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 
     7 
     8 '''
     8 '''allow external programs to compare revisions
       
     9 
     9 The `extdiff' Mercurial extension allows you to use external programs
    10 The `extdiff' Mercurial extension allows you to use external programs
    10 to compare revisions, or revision with working directory. The external diff
    11 to compare revisions, or revision with working directory. The external diff
    11 programs are called with a configurable set of options and two
    12 programs are called with a configurable set of options and two
    12 non-option arguments: paths to directories containing snapshots of
    13 non-option arguments: paths to directories containing snapshots of
    13 files to compare.
    14 files to compare.