Details
Details
- Reviewers
dlax - Group Reviewers
hg-reviewers - Commits
- rHG371765e775a2: webutil: add missing argument to join()
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
Comment Actions
It could be, since I didn’t see any callers either (but wasn’t sure if there was templater magic in play here). It also might be a WIP, given the comment in join(). @yuja?
Comment Actions
It could be, since I didn’t see any callers either (but wasn’t sure if there was templater magic in play here). It also might be a WIP, given the comment in `join()`. @yuja?
{sessionvars} (with no %template) would crash without this change.
Queued, thanks.