Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG71edd38c4bb4: overlayworkingctx: add ``tomemctx()``
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
mercurial/context.py | ||
---|---|---|
2186 | use a tuple instead of a list here | |
2210 | Let's not put this on this object, and instead ask people to do repo.commitctx(ctx.tomemctx(...)) - it lets us keep the surface area of this just a little smaller. Also, maybe we can then avoid any proliferation of the allowemptycommit logic by gathering that in commitctx? |
use a tuple instead of a list here