Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG71edd38c4bb4: overlayworkingctx: add ``tomemctx()``
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/context.py | ||
---|---|---|
2167 | use a tuple instead of a list here | |
2191 | 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