comparison tests/test-mq-merge @ 10119:bb5ea66789e3

tests: load with "ext =" instead of "hgext.ext ="
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 18:13:15 +0100
parents f18f14bae172
children fcc15ba18c03
comparison
equal deleted inserted replaced
10118:333193c025ad 10119:bb5ea66789e3
13 echo ".hg/store/undo still exists after $1" 13 echo ".hg/store/undo still exists after $1"
14 fi 14 fi
15 } 15 }
16 16
17 echo "[extensions]" >> $HGRCPATH 17 echo "[extensions]" >> $HGRCPATH
18 echo "hgext.mq=" >> $HGRCPATH 18 echo "mq =" >> $HGRCPATH
19 19
20 # Commit two dummy files in "init" changeset 20 # Commit two dummy files in "init" changeset
21 hg init t 21 hg init t
22 cd t 22 cd t
23 echo a > a 23 echo a > a