Mercurial > code > home > repos > reposync
view sync_to_github.py @ 9:2c4d383d464c
move config stuff into Project
author | drewp@bigasterisk.com |
---|---|
date | Fri, 16 Jul 2021 00:19:01 -0700 |
parents | cc3321b8adc1 |
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()