comparison tests/test-rhg.t @ 45923:ead435aa5294

rhg: add a `debugrequirements` subcommand For now it only prints the contents of `.hg/requires` as-is, without parsing. Differential Revision: https://phab.mercurial-scm.org/D9397
author Simon Sapin <simon-commits@exyr.org>
date Tue, 24 Nov 2020 15:11:58 +0100
parents 57dc78861196
children 2ad2745e0be9
comparison
equal deleted inserted replaced
45922:37bcd7f5a543 45923:ead435aa5294
113 Cat copied file should not display copy metadata 113 Cat copied file should not display copy metadata
114 $ hg copy original copy_of_original 114 $ hg copy original copy_of_original
115 $ hg commit -m "add copy of original" 115 $ hg commit -m "add copy of original"
116 $ rhg cat -r 1 copy_of_original 116 $ rhg cat -r 1 copy_of_original
117 original content 117 original content
118
119 Requirements
120 $ rhg debugrequirements
121 dotencode
122 fncache
123 generaldelta
124 revlogv1
125 sparserevlog
126 store