- From: Tobie Langel <web-platform-tests-notifications@w3.org>
- Date: Fri, 04 Oct 2013 14:27:08 GMT
- To: public-web-platform-tests-notifications@w3.org
Reverted the merged commit.
This means that should you want to resurrect this pull request, you will need to:
1. rebase your branch:
```
git fetch git@github.com:w3c/web-platform-tests.git
git rebase FETCH_HEAD submission/ayg-update-dom-interfaces
```
2. revert the revert I just committed (yeah, I know):
```
git revert 13d24a3c501140e56b890281705b36f6ee02c972
```
3. Make other changes you want to make.
4. Push your changes back to your fork (which will automatically update this pull request):
```
git push git@github.com:ayg/web-platform-tests.git submission/ayg-update-dom-interfaces
```
You'll find a detailed explanation here of the process [here](http://www.davehking.com/2012/11/24/reverting-a-github-pull-request.html).
View on GitHub: https://github.com/w3c/web-platform-tests/pull/358#issuecomment-25702446
Received on Friday, 4 October 2013 14:27:15 UTC