== Hello World Extension == '''This extension is not distributed with Mercurial.''' ''Author: Arne Babenhauserheide (ArneBab)'' Repository: http://bitbucket.org/ArneBab/hello === Overview === A Mercurial Hello World extension. It allows you to call a friendly "Hello Mercurial!". === Configuration === Enable the extension by adding following lines to your configuration file (~/.hgrc or /.hg/hgrc): {{{ [extensions] hello=/path/to/hello.py }}} === Usage === The Hello World extension provides the {{{hello}}} command to call a friendly "Hello Mercurial!". ==== hg hello ==== You can use the hello command as follows: {{{hg hello [-n ]}}} where the additional options are: ||{{{-n}}} || {{{--name}}} || the name to use for greeting (Default: Mercurial) || ---- CategoryExtensionsByOthers