Mercurial > hg
comparison contrib/genosxversion.py @ 50040:d41960df197e
dirstate: wrap repository change in appropriate context in `test-context`
We need the `wlock` (to add files), the `lock` (to commit), a `transaction` (to
commit) and a `changing_files` context (to add files).
Strictly speaking, we could let the commit take the `lock` and create a
`transaction`, but it seems more consistent that way.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 25 Jan 2023 12:56:26 +0100 |
parents | 6000f5b25c9b |
children |
comparison
equal
deleted
inserted
replaced
50039:7b289a70c2c8 | 50040:d41960df197e |
---|