Skip to content
Snippets Groups Projects
Commit 2f8227a12592 authored by Antoine Cezar's avatar Antoine Cezar
Browse files

rhg: add `--revision` argument to `rhg files`

Add the option to list the tracked files of a revision given its number
or full node id.

Benched on a clone of moz-central
where tip is 1671467:81deaa1a68ebb28db0490954034ab38ab269409d

files -r 81deaa1a68ebb28db0490954034ab38ab269409d > out.txt
hg  0m1.633s
rhg 0m0.157s

files -r 81deaa1a68ebb28db0490954034ab38ab269409d > /dev/null
hg  0m0.415s
rhg 0m0.143s

Differential Revision: https://phab.mercurial-scm.org/D9015
parent 639f33f22faf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment