hgsvn 0.1.8 released
A new maintenance release of hgsvn is available on PyPI. Go and grab it while it's hot :)
Besides a lot of bug fixes this release includes a few new features and improvements:
- Matt Fowles added the so-called "airplane mode", when using hgimportsvn with the --local-only flag no network access is required to convert a already checked out Subversion repository to a hgsvn controlled Mercurial repository.
- Commit messages when pushing back to SVN can be edited before committing using the -e/--edit command line flag. Patch by eliterr.
- sterin provided a patch that takes care that no mq patches are applied when running hgpushsvn or hgpullsvn.