Mercurial > hg
view tests/test-mq-qnew-twice @ 6887:304484c7e0ba
Update win32mbcs extension
* Code cleanup by Matt.
* Fix the issue with case-insensitive fs support
by wrapping also util.fspath() and util.checkcase()
* Abort program when path conversion is failed.
author | Shun-ichi Goto <shunichi.goto@gmail.com> |
---|---|
date | Wed, 13 Aug 2008 20:18:40 -0500 |
parents | 61fcd9fac434 |
children |
line wrap: on
line source
#!/bin/sh echo "[extensions]" >> $HGRCPATH echo "mq=" >> $HGRCPATH hg init a cd a hg qnew first.patch hg qnew first.patch touch ../first.patch hg qimport ../first.patch exit 0