docs/tutorials/tutorial.t
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 11 Mar 2016 09:48:12 +0000
changeset 1619 5ef77a1d975c
parent 764 4a74288c671c
permissions lrwxrwxrwx
hgext: turn 'hgext' into a namespace package Actually since Python 2.3, there is some way to turn top level package into "namespace package" so that multiple subpackage installed in different part of the path can still be imported transparently. This feature was previously thought (at least by myself) to be only provided by some setuptool black magic. Turning hgext into such namespace package allows third extensions to install themselves inside the "hgext" namespace package to avoid polluting the global python module namespace. They will now be able to do so without making it a pain to use a Mercurial "installed" in a different way/location than these extensions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
764
4a74288c671c doc: use a symbolic link to point to the tutorial
Pierre-Yves David <pierre-yves.david@fb.com>
parents: 654
diff changeset
     1
../../tests/test-tutorial.t