Mercurial
InternalPub.Mercurial History
Hide minor edits - Show changes to markup
June 28, 2010, at 04:02 PM
by -
Added lines 1-11:
mercurial homepage
Tutorial
- Create a new repository
- Go to existing directory, execute
hg init
- Go to existing directory, execute
- History:
hg log - See which revision:
hg parents - See what files are modified, added, etc.
hg status - Discard changes, revert:
hg revert [file] - Change default editor for check-in comments: Set the
$EDITORenv. variable