Bitbucket Quickstart
Quickstart $ hg clone http://bitbucket.org/saturngod/ornagai … $ hg pull -u # to pull changes and update $ hg push # to push changes to this repo Import existing data? $ cd /path/to/existing/hg/repo/ $ hg push http://bitbucket.org/saturngod/ornagai Prefer SSH? $ hg clone ssh://[email protected]/saturngod/ornagai $ hg push ssh://[email protected]/saturngod/ornagai