Mercurial 常用的命令
如何打包当前版本文件
hg archive -t [zip|tar] path
例如"hg archive -t zip f:codesa3album-0.1.1.zip"
如何制作tag
hg tag 0.0.1
hg tags
如何移除已经删除文件
hg addremove
如何打包当前版本文件
hg archive -t [zip|tar] path
例如"hg archive -t zip f:codesa3album-0.1.1.zip"
如何制作tag
hg tag 0.0.1
hg tags
如何移除已经删除文件
hg addremove