Saturday, June 4, 2011

Mercurial Commands that I use

hg init - Initialize a mercurial repository
hg add - Add files
hg commit - Commit a changeset to local repo
hg pull - pull changes from remote repo
hg push - push changes to remore repo
hg addremove - Automatically add remove files
hg revert - Revert a change
hg update -
hg merge
hg rollback -

No comments:

Post a Comment