schacon / hg-git

mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
GNU General Public License v2.0
620 stars 71 forks source link

Upgraded to use latest version of dulwich (0.9.1). #264

Closed alexreg closed 10 years ago

alexreg commented 10 years ago

This seems to fix issues https://github.com/schacon/hg-git/issues/262 and https://github.com/schacon/hg-git/issues/263.

durin42 commented 10 years ago

This should definitely be editing setup.py to update the dependency declaration as well.

Did the interface change in dulwich 0.9.x for ssh somehow?

alexreg commented 10 years ago

Yes, it did somewhat. The connect_ssh function was renamed to run_command, as documented in the NEWS file of dulwich.

I've updated the setup.py file, as requested.

alexreg commented 10 years ago

Creating a new pull request (https://github.com/schacon/hg-git/pull/265), since I just realised I renamed the pull-request branch in-between updates. Oops.