Skip to content

Instantly share code, notes, and snippets.

@tokibito
Created October 10, 2015 07:24
Show Gist options
  • Save tokibito/5675b06275c2ec1096df to your computer and use it in GitHub Desktop.
Save tokibito/5675b06275c2ec1096df to your computer and use it in GitHub Desktop.
Mercurial Extension
# 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