Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:42 -0500] rev 6896
store: take opener as an argument
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:42 -0500] rev 6895
localrepo: simplify requirements checking
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:42 -0500] rev 6894
localrepo: kill _createmode
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6893
add test-verify
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6892
verify: check repo.store
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6891
revlog: add files method
Adrian Buehlmann <adrian@cadifra.com> [Wed, 13 Aug 2008 20:18:41 -0500] rev 6890
store.py: accept empty repos
Fixes a traceback on the server side when trying to streamclone
an empty repo (this was *not* introduced by 80e51429cb9a).
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6889
verify: only warn on copy nullid
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6888
make commit fail when committing unresolved files
Shun-ichi Goto <shunichi.goto@gmail.com> [Wed, 13 Aug 2008 20:18:40 -0500] rev 6887
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.