diff 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
line wrap: on
line diff
--- a/tests/test-rhg.t	Wed Nov 25 11:08:28 2020 -0500
+++ b/tests/test-rhg.t	Tue Nov 24 15:11:58 2020 +0100
@@ -115,3 +115,12 @@
   $ hg commit -m "add copy of original"
   $ rhg cat -r 1 copy_of_original
   original content
+
+Requirements
+  $ rhg debugrequirements
+  dotencode
+  fncache
+  generaldelta
+  revlogv1
+  sparserevlog
+  store