-----------------
* Git: Added ``pushurl`` option
[iElectric (Domen Kožar)]
* Refactored thread locking.
[shywolf9982]
* Refactored search for git executable and version handling.
[shywolf9982]
* In the status command report unknown packages with '?' when no
package-regexp has been given.
[maurits]
* Added --force option to purge command. Especially helpful in
purging non-subversion packages, which otherwise we refuse to
remove. Fixes issue 71.
[maurits]
* Do not depend on `elementtree` if there is `xml.etree` (Python >= 2.5).
* Don't set locale anymore when calling ``svn``. This may break if the output
is localized instead of english, I couldn't reproduce that anymore though.
[fschulze, rochecompaan (Roché Compaan)]
* Fix compatibility with mercurial v2.1
[janjaapdriessen (Jan-Jaap Driessen)].