Skip to content

Instantly share code, notes, and snippets.

@xymostech
Created June 15, 2012 00:29
Show Gist options
  • Save xymostech/2933853 to your computer and use it in GitHub Desktop.
Save xymostech/2933853 to your computer and use it in GitHub Desktop.
Steps on how to reproduce weird comment bug
  1. Push to a branch or forked repository, and create a pull request to the original branch/repository
  2. Close that pull request
  3. Open a new pull request from the same branch/forked repository to the same original branch/repository
  4. View the diff of the new or old pull request
    • Comments left in the old pull request will appear in the old pull request, but if the same line is clicked on the new pull request, the comment will appear
    • Comments left in the new pull request will appear, but will disappear on refresh. They will also appear on the old pull request, and will also re-appear when the line is clicked on.
  5. Enjoy the surprise comments!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment