aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/3e331b72-51fd-4408-bc0d-b6c5ac3b9f3e/comments/950ac308-f3e1-4956-885a-e79ce3025fd5/body
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.