diff tests/test-requires.t @ 45107:4a28f5e8408e

debugcommands: introduce new debugrequirements command This for now just prints out the list of current requirements. In future this will be helpful in reading requirements from couple of sources, and checking which requirement comes from where. Differential Revision: https://phab.mercurial-scm.org/D8632
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 14 Apr 2020 17:06:11 +0530
parents fed5e57c8dc7
children 95c4cca641f6
line wrap: on
line diff
--- a/tests/test-requires.t	Tue Apr 14 16:43:54 2020 +0530
+++ b/tests/test-requires.t	Tue Apr 14 17:06:11 2020 +0530
@@ -48,6 +48,14 @@
   > # enable extension locally
   > supportlocally = $TESTTMP/supported-locally/supportlocally.py
   > EOF
+  $ hg -R supported debugrequirements
+  dotencode
+  featuresetup-test
+  fncache
+  generaldelta
+  revlogv1
+  sparserevlog
+  store
   $ hg -R supported status
 
   $ hg init push-dst