mercurial/interfaces/repository.py
changeset 45355 a1f51c7dce0f
parent 44787 97ebdb192b00
child 45356 f025b97f3758
--- a/mercurial/interfaces/repository.py	Fri Aug 07 16:02:13 2020 +0530
+++ b/mercurial/interfaces/repository.py	Sat Aug 08 10:06:32 2020 -0700
@@ -15,6 +15,9 @@
 # we should move this to just "narrow" or similar.
 NARROW_REQUIREMENT = b'narrowhg-experimental'
 
+# Enables sparse working directory usage
+SPARSE_REQUIREMENT = b'exp-sparse'
+
 # Local repository feature string.
 
 # Revlogs are being used for file storage.