changeset 40510 | fc2766860796 |
parent 40509 | ed19958dbf5d |
child 43076 | 2372284d9457 |
--- a/hgext/remotefilelog/constants.py Tue Oct 16 17:30:47 2018 -0400 +++ b/hgext/remotefilelog/constants.py Tue Oct 16 17:02:48 2018 -0400 @@ -4,9 +4,9 @@ from mercurial.i18n import _ -REQUIREMENT = "remotefilelog" +NETWORK_CAP_LEGACY_SSH_GETFILES = 'exp-remotefilelog-ssh-getfiles-1' -NETWORK_CAP_LEGACY_SSH_GETFILES = 'exp-remotefilelog-ssh-getfiles-1' +SHALLOWREPO_REQUIREMENT = "exp-remotefilelog-repo-req-1" BUNDLE2_CAPABLITY = "exp-remotefilelog-b2cap-1"