Re: Transferring changeset approval status to rebased successors

2023-04-01 Thread Manuel Jacob
On 31/03/2023 22.53, Mads Kiilerich wrote: Hi Some brief comments to the big questions: c.cs_repo.statuses() is already used for finding status for changeset hashes in bulk. It will perhaps also be able to handle that you pass all ancestor hashes for all pending PR changes. But you will of

Re: Transferring changeset approval status to rebased successors

2023-03-31 Thread Mads Kiilerich
Hi Some brief comments to the big questions: c.cs_repo.statuses() is already used for finding status for changeset hashes in bulk. It will perhaps also be able to handle that you pass all ancestor hashes for all pending PR changes. But you will of course have to process the result and pick

Transferring changeset approval status to rebased successors

2023-03-25 Thread Manuel Jacob
Hi, In one project I’m working on, we do code review of single changesets in a feature branch (usually the changesets are quite small and on average more than 10 are submitted for review at the same time). We also use Mercurial’s changeset evolution quite heavily. Feature branches are