tests/test-mq-qsave
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 08 Dec 2006 22:01:05 -0200
changeset 3835 d1ce5461beed
parent 2976 61fcd9fac434
permissions -rwxr-xr-x
Allow the user to specify the fallback encoding for the changelog Example: use EUC-JP instead of ISO-8859-1: [ui] fallbackencoding = EUC-JP

#!/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