hgext/extdiff.py
changeset 48875 6000f5b25c9b
parent 48118 5105a9975407
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    79 :hg:`diff` command. The extdiff extension makes snapshots of only
    79 :hg:`diff` command. The extdiff extension makes snapshots of only
    80 needed files, so running the external diff program will actually be
    80 needed files, so running the external diff program will actually be
    81 pretty fast (at least faster than having to compare the entire tree).
    81 pretty fast (at least faster than having to compare the entire tree).
    82 '''
    82 '''
    83 
    83 
    84 from __future__ import absolute_import
       
    85 
    84 
    86 import os
    85 import os
    87 import re
    86 import re
    88 import shutil
    87 import shutil
    89 import stat
    88 import stat