view tests/test-mq-qsave @ 9861:0262bb59016f

support encoding fallback in branchmap to maintain compatibility with 1.3.x
author Henrik Stuart <henrik.stuart@edlund.dk>
date Mon, 16 Nov 2009 13:35:36 +0100
parents 61fcd9fac434
children
line wrap: on
line source

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