runbot/forwardport/tests
Xavier Morel 6096cc61a9 [IMP] *: tag all rebased commits with source PRev
Although it's possible to find what PR a commit was part of with a bit
of `git log` magic (e.g. `--ancestry-path COMMIT.. --reverse`) it's
not the most convenient, and many people don't know about it, leading
them to various debatable decisions to try and mitigate the issue,
such as tagging every commit in a PR with the PR's identity, which
then leads github to spam the PR itself with pingbacks from its own
commits. Which is great.

Add this information to the commits when rebasing them (and *only*
when rebasing them), using a `Part-of:` pseudo-header.

Fixes #482
2021-08-24 15:39:47 +02:00
..
conftest.py [IMP] runbot_merge: split staging cron in two 2020-02-11 08:07:57 +01:00
test_batches.py [CHG] runbot_merge, forwardport: remove labelling 2020-11-20 07:41:54 +01:00
test_conflicts.py [FIX] *: prevent merging conflicts commits with loss of authorship 2021-08-24 15:39:47 +02:00
test_limit.py [FIX] fwbot: properly prevent @up to on forward-port PRs 2021-08-24 15:39:47 +02:00
test_overrides.py [IMP] forwardport: unmodified fw automatically inherit overrides 2021-01-13 16:11:14 +01:00
test_simple.py [IMP] *: tag all rebased commits with source PRev 2021-08-24 15:39:47 +02:00
test_updates.py [IMP] forwardport: handling of updates causing conflicts on followups 2021-08-24 15:39:47 +02:00
test_weird.py [IMP] runbot_merge: disable active test on batch fields 2021-08-24 15:39:47 +02:00