This is an archive of the discontinued Mercurial Phabricator instance.

gitrevset: add a missing import keyword
ClosedPublic

Authored by ikostia on Aug 31 2017, 10:05 AM.
Tags
None
Subscribers

Details

Reviewers
ryanmce
Group Reviewers
Restricted Project
Commits
rFBHGX2c1350fdcba5: gitrevset: add a missing import keyword
Summary

Add a missing import statement.

Test Plan
  • test are failing both before and after this change, but at least there's no syntax error now.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ikostia created this revision.Aug 31 2017, 10:05 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 31 2017, 10:05 AM
ryanmce accepted this revision.Aug 31 2017, 11:04 AM
ryanmce added a subscriber: ryanmce.

better test plan please

This revision is now accepted and ready to land.Aug 31 2017, 11:04 AM
ikostia edited the test plan for this revision. (Show Details)Aug 31 2017, 11:20 AM
quark added a subscriber: quark.Aug 31 2017, 1:30 PM

Ah, sorry. This is my mistake. I did run tests but not on the latest version.

This revision was automatically updated to reflect the committed changes.