Mercurial > public > mercurial-scm > hg
view tests/test-diff-color @ 7861:2bc14da14992
demandimport: blacklist pythoncom
win32com.shell would segfault at import time if pythoncom
was demand loaded.
author | Steve Borho <steve@borho.org> |
---|---|
date | Mon, 09 Mar 2009 21:00:37 -0500 |
parents | 03dd55115985 |
children | c06e7581bbaa |
line wrap: on
line source
#!/bin/sh echo "[extensions]" >> $HGRCPATH echo "color=" >> $HGRCPATH hg init repo cd repo cat > a <<EOF c c a a b a a c c EOF hg ci -Am adda cat > a <<EOF c c a a dd a a c c EOF echo '% default context' hg diff --nodates --color=always echo '% --unified=2' hg diff --nodates -U 2 --color=always