hgext/__init__.py
author Augie Fackler <augie@google.com>
Tue, 26 May 2015 14:30:48 -0400
changeset 25285 46f2df2f0680
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
pathutil: restate dirname and join as forwards to posixpath I've done this as its own step so that it's easy to see that the posixpath implementations pass the doctests in this package. In a future patch I'll just make these pure forwards of the methods so that things using pathutil can be oblivious to the posix nature of these functions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder