Skip to content

Kotsuha/test-hg-and-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Environment

  • TortoiseHg version 5.0.2

Reference

Steps

  1. Create a repo locally using TortoiseHg.

  2. Create an empty repo on GitHub.

  3. Enable the extention hggit.

    Here I enable it on a per repo basis.

  4. Copy the GitHub repo's URL. In the Synchronize settings, paste the URL and prefix it with git+.

  5. Execute outgoing or push now. I see this error message: No module named selectors!.

  6. Google. Found this: hg-git "abort: No module named selectors!".

    Evengard

    For the people who are like me searching for a solution - I’ve crafted the library.zip specifically for 5.0.2 using the instructions from @vitidev . “Plug and play”. Just unpack the ZIP into your TortoiseHG folder. https://drive.google.com/open?id=1vHV8ObokiOkYSorZJZqFHEgvtcLIVSe3

    2019-10-19

    • Download the link above. Extract and overwrite.

      Program Files\TortoiseHg\lib\
      ├ cacert.pem
      ├ library.zip
      ├ library.zip.bak // Just a backup
      
  7. outgoing and push works now. Repo pushed to GitHub successfully.

About

Test how to use mercurial with GitHub.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published