tests/test-extra-filelog-entry
author Emanuele Aina <em@nerd.ocracy.org>
Sat, 23 Jun 2007 22:26:22 -0500
changeset 4695 c3da7b6cc975
parent 4531 b51a8138292a
permissions -rwxr-xr-x
purge: add the clean alias inspired by git-clean and svn-clean

#!/bin/sh
#
# test for issue351

# Environement setup for MQ
echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH

#Repo init
hg init
hg qinit

echo b > b
hg ci -A -m foo
echo cc > b
hg qnew -f foo.diff
echo b > b
hg qrefresh
hg debugindex .hg/store/data/b.i