Source: https://foxhop.net/f23e71f5-2f95-11f1-aabe-e86a64d24d78/mercurial-hg
Snapshot: 2026-05-25T01:47:14Z
Generator: Remarkbox 1527ef7

This is a thread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.

Scan for living source

Mercurial HG

Set a default text editor

Edit ~/.hgrc or the projects .hg/hgrc and add the following line:

[ui]
editor = whatever

Set a default user editor

Edit ~/.hgrc or the projects .hg/hgrc and add the following line:

[ui]
username = foxhop

Command Cheat sheet

hg status

Show the status of all files that differ from the most recent commit.

hg pull

Pull all changes from the central or main repository.

hg update

Update the local repository with any and all recently pulled changes.

hg commit

Commit any changes to the working directory to the local repository.

hg push

Push any changes from the local repository to the central or main repository.


Source: https://foxhop.net/f23e71f5-2f95-11f1-aabe-e86a64d24d78/mercurial-hg
Snapshot: 2026-05-25T01:47:14Z
Generator: Remarkbox 1527ef7