comparison setup.py @ 44413:4cabeea6d214

hgext: start building a library for simple hooks Many workflows depend on hooks to enforce certain policies, e.g. to prevent forced pushes. The Mercurial Guide includes some cases and Google can help finding others, but it can save users a lot of time if hg itself has a couple of examples for further customization. Differential Revision: https://phab.mercurial-scm.org/D6825
author Joerg Sonnenberger <joerg@bec.de>
date Sat, 07 Sep 2019 14:50:39 +0200
parents d8d4fa9a7f18
children d543ef183eb8
comparison
equal deleted inserted replaced
44412:edc8504bc26b 44413:4cabeea6d214
1208 'hgext.convert', 1208 'hgext.convert',
1209 'hgext.fsmonitor', 1209 'hgext.fsmonitor',
1210 'hgext.fastannotate', 1210 'hgext.fastannotate',
1211 'hgext.fsmonitor.pywatchman', 1211 'hgext.fsmonitor.pywatchman',
1212 'hgext.highlight', 1212 'hgext.highlight',
1213 'hgext.hooklib',
1213 'hgext.infinitepush', 1214 'hgext.infinitepush',
1214 'hgext.largefiles', 1215 'hgext.largefiles',
1215 'hgext.lfs', 1216 'hgext.lfs',
1216 'hgext.narrow', 1217 'hgext.narrow',
1217 'hgext.remotefilelog', 1218 'hgext.remotefilelog',