Mercurial > code > home > repos > reposync
view sync_to_github.py @ 19:5751ef191454
read from github into local graph
author | drewp@bigasterisk.com |
---|---|
date | Sun, 09 Jan 2022 16:02:08 -0800 |
parents | 2c4d383d464c |
children |
line wrap: on
line source
#!/usr/bin/python3 from pathlib import Path from sync import Project, getSshAuthSock p = Project(Path('.').absolute()) p.makeGithubRepo() p.hgToGithub()