hgext/__init__.py
author Patrick Mezard <patrick@mezard.eu>
Sat, 25 Aug 2012 08:17:59 +0200
branchstable
changeset 509 c072e559746d
parent 496 d3d9df795b4d
child 519 9825c7da5b54
permissions -rw-r--r--
evolve: move _stabilizableunstable() with related functions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
496
d3d9df795b4d [pkg] Add a setup.py
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
#f00