Mercurial: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
 
Line 8: Line 8:


* use <code>hg help command</code> to obain manpage.
* use <code>hg help command</code> to obain manpage.
* hg has numbered revisions, but such number might be different in forked repositories.


== Difference from git ==
== Difference from git ==

Latest revision as of 14:35, 22 May 2020

Mercurial is a source control tool.

References

Cheatsheet

  • use hg help command to obain manpage.
  • hg has numbered revisions, but such number might be different in forked repositories.

Difference from git