( )⚙ D5599 remotefilelog: import Queue on Python 2, and queue on Python 3

This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: import Queue on Python 2, and queue on Python 3
ClosedPublic

Authored by durin42 on Jan 16 2019, 11:16 AM.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Jan 16 2019, 11:16 AM
pulkit added a subscriber: pulkit.Jan 16 2019, 11:38 AM

Let's use pycompat.queue() for consistency.

In D5599#82802, @pulkit wrote:

Let's use pycompat.queue() for consistency.

s/queue()/queue/

durin42 updated this revision to Diff 13277.Jan 16 2019, 12:03 PM
pulkit accepted this revision.Jan 16 2019, 12:12 PM
This revision was automatically updated to reflect the committed changes.