Mercurial > code > home > repos > reposync
view sync_to_github.py @ 24:03803832a087 default tip
add view definition for streamed-graph viewer
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:17:56 -0700 |
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()