Mercurial > hg
view tests/test-mq-qsave @ 7901:ccc6531e6db8
i18n: spelling correction in German translation
author | Tobias Bell <tobias.bell@gmail.com> |
---|---|
date | Sat, 28 Mar 2009 16:34:40 +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