Bug 1539813 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I tried applying as is and it wont apply properly

```
$ hg import https://bugzilla.mozilla.org/attachment.cgi?id=9054572
applying https://bugzilla.mozilla.org/attachment.cgi?id=9054572
patching file devtools/client/debugger/new/dist/debugger.css
Hunk #1 FAILED at 2664
Hunk #2 FAILED at 2797
Hunk #3 FAILED at 2862
Hunk #4 FAILED at 2941
Hunk #5 FAILED at 3007
Hunk #6 FAILED at 4003
6 out of 6 hunks FAILED -- saving rejects to file devtools/client/debugger/new/dist/debugger.css.rej
patching file devtools/client/debugger/new/src/actions/navigation.js
Hunk #1 FAILED at 35
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/actions/navigation.js.rej
patching file devtools/client/debugger/new/src/actions/tests/navigation.spec.js
Hunk #1 FAILED at 21
Hunk #2 FAILED at 61
Hunk #3 FAILED at 103
3 out of 3 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/actions/tests/navigation.spec.js.rej
patching file devtools/client/debugger/new/src/client/firefox/commands.js
Hunk #1 FAILED at 181
Hunk #2 FAILED at 479
2 out of 2 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/client/firefox/commands.js.rej
file devtools/client/debugger/new/src/components/Editor/Breakpoints.css already exists
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/Editor/Breakpoints.css.rej
patching file devtools/client/debugger/new/src/components/Editor/ColumnBreakpoint.js
Hunk #1 FAILED at 28
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/Editor/ColumnBreakpoint.js.rej
unable to find 'devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.css' for patching
(use '--prefix' to apply patch relative to the current directory)
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.css.rej
patching file devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.js
Hunk #1 FAILED at 1
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.js.rej
patching file devtools/client/debugger/new/src/components/Editor/Editor.css
Hunk #1 FAILED at 48
Hunk #2 FAILED at 113
Hunk #3 FAILED at 192
3 out of 3 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/Editor/Editor.css.rej
patching file devtools/client/debugger/new/src/components/Editor/index.js
Hunk #1 FAILED at 71
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/Editor/index.js.rej
patching file devtools/client/debugger/new/src/components/PrimaryPanes/SourcesTree.js
Hunk #1 FAILED at 328
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/PrimaryPanes/SourcesTree.js.rej
patching file devtools/client/debugger/new/src/components/PrimaryPanes/tests/SourcesTree.spec.js
Hunk #1 FAILED at 22
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/PrimaryPanes/tests/SourcesTree.spec.js.rej
patching file devtools/client/debugger/new/src/components/PrimaryPanes/tests/__snapshots__/SourcesTree.spec.js.snap
Hunk #1 FAILED at 42
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/PrimaryPanes/tests/__snapshots__/SourcesTree.spec.js.snap.rej
patching file devtools/client/debugger/new/src/components/SecondaryPanes/Scopes.css
Hunk #1 FAILED at 0
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/SecondaryPanes/Scopes.css.rej
patching file devtools/client/debugger/new/src/components/SecondaryPanes/Scopes.js
Hunk #1 FAILED at 0
Hunk #2 FAILED at 105
Hunk #3 FAILED at 160
Hunk #4 FAILED at 195
4 out of 4 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/SecondaryPanes/Scopes.js.rej
patching file devtools/client/debugger/new/src/components/SecondaryPanes/index.js
Hunk #1 FAILED at 0
Hunk #2 FAILED at 34
Hunk #3 FAILED at 68
Hunk #4 FAILED at 202
Hunk #5 FAILED at 409
5 out of 5 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/SecondaryPanes/index.js.rej
patching file devtools/client/debugger/new/src/selectors/visibleColumnBreakpoints.js
Hunk #1 FAILED at 42
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/selectors/visibleColumnBreakpoints.js.rej
patching file devtools/client/locales/en-US/debugger.properties
Hunk #1 FAILED at 685
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/locales/en-US/debugger.properties.rej
abort: patch failed to apply
```
Not applying properly on my current mozill-beta checkout.

Back to Bug 1539813 Comment 4