Bug 1720302 Comment 8 Edit History

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

Here's the output from the remote repo confirming this bug is very likely https://bz.mercurial-scm.org/show_bug.cgi?id=6528:

```
$ hg debugindex toolkit/themes/shared/icons/reload.svg
   rev linkrev nodeid       p1           p2
     0  585313 2c5026382dae 000000000000 000000000000
     1  585329 1fd153998403 000000000000 000000000000
     2  585339 5e3e44b91515 1fd153998403 000000000000
```

The fix to scrub the repo and fix this issue will is still a WIP by upstream. It could potentially have some impact on our replication once the fix is deployed.
Here's the output from the remote repo confirming this bug is very likely https://bz.mercurial-scm.org/show_bug.cgi?id=6528:

```
$ hg debugindex toolkit/themes/shared/icons/reload.svg
   rev linkrev nodeid       p1           p2
     0  585313 2c5026382dae 000000000000 000000000000
     1  585329 1fd153998403 000000000000 000000000000
     2  585339 5e3e44b91515 1fd153998403 000000000000
```

The fix to scrub the repo and fix this issue is still a WIP by upstream. It could potentially have some impact on our replication once the fix is deployed.
Here's the output from the remote repo confirming this bug is very likely https://bz.mercurial-scm.org/show_bug.cgi?id=6528:

```
$ hg debugindex toolkit/themes/shared/icons/reload.svg
   rev linkrev nodeid       p1           p2
     0  585313 2c5026382dae 000000000000 000000000000
     1  585329 1fd153998403 000000000000 000000000000
     2  585339 5e3e44b91515 1fd153998403 000000000000
```

The fix to scrub the repo and fix this issue is still a WIP by upstream. It could potentially have some impact on our replication once the fix is deployed.

Update: after chatting a little more with marmoute -- this output actually may not indicate the relation to the referenced bug. Will need to dig around in the morning.
Here's the output from the remote repo confirming this bug is very likely https://bz.mercurial-scm.org/show_bug.cgi?id=6528:

```
rev linkrev nodeid       p1           p2
0  585313 2c5026382dae 000000000000 000000000000
1  585329 1fd153998403 000000000000 000000000000
2  585339 5e3e44b91515 1fd153998403 000000000000
```

The fix to scrub the repo and fix this issue is still a WIP by upstream. It could potentially have some impact on our replication once the fix is deployed.

Update: after chatting a little more with marmoute -- this output actually may not indicate the relation to the referenced bug. Will need to dig around in the morning.

Update2: it appears that `autoland` has the correct version, and `mozilla-central` has the corrupt version. The version from `mozilla-central` is above, and below is the `autoland` version, with the swapped parents. This confirms the bug is issue 6528.
```
rev linkrev nodeid       p1           p2
0  585327 2c5026382dae 000000000000 000000000000
1  585342 1fd153998403 000000000000 000000000000
2  585356 5e3e44b91515 000000000000 1fd153998403
```

Back to Bug 1720302 Comment 8