Mercurial > hg
view tests/test-mq-qsave @ 12291:5f1f0ff652a9
l10n: starting to unify the old translations
New status: 1525 messages complete with 135 fuzzies and 621 untranslated.
Transmitted-via: Transifex (www.transifex.net).
author | Christoph <christoph@webvariants.de> |
---|---|
date | Mon, 13 Sep 2010 01:37:56 +0000 |
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