mercurial/requirements.py
changeset 46636 c3773636ddbb
parent 46627 f4c325bf80fc
child 46637 ab58098bebed
--- a/mercurial/requirements.py	Tue Mar 02 18:51:18 2021 +0100
+++ b/mercurial/requirements.py	Wed Mar 03 12:33:24 2021 +0100
@@ -8,6 +8,7 @@
 from __future__ import absolute_import
 
 GENERALDELTA_REQUIREMENT = b'generaldelta'
+DOTENCODE_REQUIREMENT = b'dotencode'
 
 # When narrowing is finalized and no longer subject to format changes,
 # we should move this to just "narrow" or similar.