sapling/mercurial/main.py
Jun Wu d56ebc52af buck: fix tests with opt build
Summary: D6937883 turns out to be ineffective. Let's fix it in another way.

Reviewed By: DurhamG

Differential Revision: D6940006

fbshipit-source-id: 082d0ddcf464d7056426bde2feab52a7717eb057
2018-04-13 21:51:09 -07:00

13 lines
364 B
Python

# Copyright 2018 Facebook, Inc.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
from __future__ import absolute_import
if __name__ == '__main__':
import hgdemandimport
hgdemandimport.enable()
from . import dispatch
dispatch.run(entrypoint='mercurial.main')