Mercurial > hg
view tests/test-mq-qsave.t @ 16893:46ccd44dd65b
test-convert-git: remove the read-only attribute of repository files
Git object files are stored read-only in the filesystem. Trying to remove a
read-only file on windows will fail with access denied, so we have to make them
writeable before they can be removed.
author | Eduard-Cristian Stefan <alexandrul.ct@gmail.com> |
---|---|
date | Fri, 08 Jun 2012 05:37:06 +0300 |
parents | b701610f6c56 |
children | 55c6ebd11cb9 |
line wrap: on
line source
$ echo "[extensions]" >> $HGRCPATH $ echo "mq=" >> $HGRCPATH $ hg init $ echo 'base' > base $ hg ci -Ambase adding base $ hg qnew -mmqbase mqbase $ hg qsave $ hg qrestore 2 restoring status: hg patches saved state