Created
October 10, 2015 07:24
-
-
Save tokibito/5675b06275c2ec1096df to your computer and use it in GitHub Desktop.
Mercurial Extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
def hello(ui, repo, **ops): | |
print u"こんにちは" | |
cmdtable = { | |
"^hello": [hello, []], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment