This fixes some server-side problems on 4.7 caused by the (reasonable)
default of requiring push permissions on unknown commands.
Details
Details
- Reviewers
quark - Group Reviewers
Restricted Project - Commits
- rFBHGX560cf19e4973: remotefilelogserver: use modern pattern for registering commands
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
remotefilelog/remotefilelogserver.py | ||
---|---|---|
96 | `permission` was added in 4.6 IIRC. So this won't work with older versions. I'm not sure if we care. |
Comment Actions
No, hg-experimental didn't care about compatibility with older Mercurial. Otherwise the code would be a mess.
`permission` was added in 4.6 IIRC. So this won't work with older versions. I'm not sure if we care.