This cause traceback on widening using narrow extension when remotefilelog
is enabled.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHG6d121acbb82e: remotefilelog: add 'changelog' arg to shallowcg1packer.generate (issue6269)
rHG454bc51f114c: remotefilelog: add 'changelog' arg to shallowcg1packer.generate (issue6269)
rHG3cd79f55c1d7: remotefilelog: add 'changelog' arg to shallowcg1packer.generate (issue6269)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
hgext/remotefilelog/shallowbundle.py | ||
---|---|---|
62 | Since this is a keyword argument, this seems safer to pass it to the superclass as a keyword argument too. This will avoid sneaky issue if more argument are added. |
Comment Actions
I just mean to use changelog=changelog in the super call... but this actually looks more robust.
Comment Actions
This was meant for stable branch, can we graft it to stable before the upcoming minor release? (cc: @durin42)
Since this is a keyword argument, this seems safer to pass it to the superclass as a keyword argument too. This will avoid sneaky issue if more argument are added.