📅  最后修改于: 2022-03-11 14:49:42.954000             🧑  作者: Mango
$ hg clone https://www.mercurial-scm.org/repo/hello
$ cd hello
$ (edit files)
$ hg add (new files)
$ hg commit -m 'My changes'
$ hg push