Mercurial: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) Created page with "Mercurial is a [source control] tool. == References == * [https://book.mercurial-scm.org/read/index.html Mercurial: The definitive guide] == Cheatsheet ==" |
Hoppinglife (talk | contribs) Tags: Mobile edit Mobile web edit |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Mercurial is a [source control] tool. | Mercurial is a [[source control]] tool. | ||
== References == | == References == | ||
| Line 6: | Line 6: | ||
== Cheatsheet == | == Cheatsheet == | ||
* 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 == | |||
Latest revision as of 14:35, 22 May 2020
Mercurial is a source control tool.
References
Cheatsheet
- use
hg help commandto obain manpage.
- hg has numbered revisions, but such number might be different in forked repositories.