equal
deleted
inserted
replaced
8 from __future__ import absolute_import |
8 from __future__ import absolute_import |
9 |
9 |
10 GENERALDELTA_REQUIREMENT = b'generaldelta' |
10 GENERALDELTA_REQUIREMENT = b'generaldelta' |
11 DOTENCODE_REQUIREMENT = b'dotencode' |
11 DOTENCODE_REQUIREMENT = b'dotencode' |
12 STORE_REQUIREMENT = b'store' |
12 STORE_REQUIREMENT = b'store' |
|
13 FNCACHE_REQUIREMENT = b'fncache' |
13 |
14 |
14 # When narrowing is finalized and no longer subject to format changes, |
15 # When narrowing is finalized and no longer subject to format changes, |
15 # we should move this to just "narrow" or similar. |
16 # we should move this to just "narrow" or similar. |
16 NARROW_REQUIREMENT = b'narrowhg-experimental' |
17 NARROW_REQUIREMENT = b'narrowhg-experimental' |
17 |
18 |