Document mercurial alias

Fixes #887
pull/894/head
Wilfred Hughes 2025-10-06 22:25:03 +07:00
parent bf335094b8
commit f458eb5598
1 changed files with 6 additions and 1 deletions

@ -40,4 +40,9 @@ hg dft -r .^ -r .
```
This is equivalent to `hg log -l 1 -p`, although it does not show the
commit message.
commit message. I like to define an alias for this:
```
[alias]
dp = dft -r .^ -r .
```