hg(Mercurial)边学边用

https://www.selenic.com/mercurial/hg.1.html

hg up 分支名称 切换分支

hg su

hg pull 下拉

hg push 上推

hg branch 获取当前分支

合并

hg merge --tool :fail --verbose 20503

提交

 hg commit --message "与 zhiwei_silian 合并" --user liaozhiwei --verbose

解决冲突

hg resolve --repository /Users/lzw/bz_www/z-sys -- /Users/lzw/bz_www/z-sys/application/modules/Product/views/silian/index.php

检查新内容

hg incoming