To account for the Hg API differences in each version i created a file to wrap the Hg API. That way all the version specific logic is in one place. Doing this allowed me to make adjustments to the functions needed from the API depending on the version of Hg the user is using. I also updated the travis test script to reflect these changes all have all the tests passing!
Lots of updates.
To account for the Hg API differences in each version i created a file to wrap the Hg API. That way all the version specific logic is in one place. Doing this allowed me to make adjustments to the functions needed from the API depending on the version of Hg the user is using. I also updated the travis test script to reflect these changes all have all the tests passing!