This is an archive of the discontinued Mercurial Phabricator instance.

dispatch: fix silly blackbox entries when hg is interrupted
ClosedPublic

Authored by valentin.gatienbaron on Apr 1 2022, 12:47 PM.

Details

Summary

When hg is interrupted, it creates ui.log like this:

1970/01/01 00:00:00 user @0000000000000000000000000000000000000000 (62488)> killed!
exited 255 after 1.78 seconds

This is due to a scoping problem: two different uses of the name "msg"
collide. So rename one of them.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

valentin.gatienbaron retitled this revision from dispatch: stop sometimes generating silly blackbox entries to dispatch: fix silly blackbox entries when hg is interrupted.Apr 1 2022, 12:48 PM
Alphare accepted this revision.Apr 4 2022, 11:10 AM
Alphare added a subscriber: Alphare.

Queuing this for stable

This revision is now accepted and ready to land.Apr 4 2022, 11:10 AM