blob: 890a4b65806acfedf55ce7c6e3ea8c6b1f29e8df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
This creates an interesting situation:
Person P subscribes to bug B in repo R.
Repo S merges repo R.
Person Q comments on B in S.
S notifies P :).
which is nice. However
Person P subscribes to bug B in repo R.
Person Q comments on B in repo S.
R merges S.
P never notified about Q's comment.
|