sapling/tests/dummyext1.py
Laurent Charignon a27b0abfb8 cleanup: make all the code compliant with the i18n rules for ui strings
Summary: This diff is part of a series to cleanup fb-hgext and make it pass check-code.

Test Plan: all tests pass

Reviewers: #sourcecontrol, ttung

Differential Revision: https://phabricator.fb.com/D2811887
2016-01-11 10:19:22 -08:00

6 lines
105 B
Python

def uisetup(ui):
ui.write(("ext1: uisetup\n"))
def extsetup(ui):
ui.write(("ext1: extsetup\n"))