Mercurial > public > mercurial-scm > hg
log mercurial/extensions.py @ 23355:7faa55c20b0e
age | author | description |
---|---|---|
Tue, 10 Jun 2014 13:44:37 +0300 | anatoly techtonik | version: show enabled extensions (issue4209) |
Mon, 23 Jun 2014 09:24:06 -0400 | Augie Fackler | extensions: restore use of callable() since it was readded in Python 3.2 |
Mon, 05 May 2014 16:54:15 +0200 | Thomas Arendsen Hein | setup.py, make: avoid problems with outdated, existing hgext/__index__.py* stable |
Wed, 05 Mar 2014 09:31:05 +0000 | Ed Morley | extensions: use normpath to allow trailing '\' on Windows (issue4187) |
Sat, 01 Mar 2014 16:20:15 -0600 | Matt Mackall | extensions: remove the inotify extension (BC) |
Sat, 21 Sep 2013 21:33:29 +0900 | FUJIWARA Katsunori | extensions: list up only enabled extensions, if "ui" is specified |
Mon, 23 Sep 2013 20:23:25 +0900 | FUJIWARA Katsunori | help: use full name of extensions to look up them for keyword search stable |