dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

Adding in support for Mercurial 4.0.1 and greater #104

Closed jdalrymple closed 7 years ago

jdalrymple commented 7 years ago

Altered the libraries imported to match those available from the update mercurial API. These are:

mercurial.bookmarks._readactive for mercurial.bookmarks.readcurrent

and

mercurial.utils.digester for mercurial.utils.sha1

dusty-phillips commented 7 years ago

Thanks!