Saturday, 20 March 2010

simple hg (mercurial) command

hg clone http://abc.org/repo
hg pull --update
hg diff
hg commit -m "comment"
hg export tip > patch

hg up --clean

hg tags
hg rollback
hg import patch.diff

No comments:

Labels

Search This Blog