Mercurial > hg
view tests/test-basic @ 9131:2bbb8419720d
win32mbcs: wrapper supports keyword arguments and dict result.
The keyword arguments are also decoded before calling original.
And dict of return value is also encoded back.
author | Shun-ichi GOTO <shunichi.goto@gmail.com> |
---|---|
date | Fri, 10 Jul 2009 15:52:01 +0900 |
parents | ad3d5b4367cb |
children |
line wrap: on
line source
#!/bin/sh mkdir t cd t hg init echo a > a hg add a hg commit -m test -d "1000000 0" hg history hg manifest --debug hg cat a hg verify