tests/test-mq-qsave
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 05 Jan 2007 00:01:51 -0200
changeset 4017 ea6174c96ae1
parent 2976 61fcd9fac434
permissions -rwxr-xr-x
catch AttributeError in util.checklink There's no symlink function in the os module on windows. Fixes issue468

#!/bin/sh

echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH

hg init a
cd a

echo 'base' > base
hg ci -Ambase -d '1 0'

hg qnew -mmqbase mqbase

hg qsave
hg qrestore 2