branch | stable |
changeset 15385 | 4439ec496378 |
parent 15319 | 9da7e96cd5c2 |
child 15617 | 74e691b141c4 |
child 15629 | 5b66e55c0d93 |
--- a/hgext/largefiles/reposetup.py Fri Oct 28 18:50:54 2011 +0200 +++ b/hgext/largefiles/reposetup.py Sat Oct 29 17:38:13 2011 -0500 @@ -405,7 +405,5 @@ repo.requirements.add('largefiles') repo._writerequirements() - checkrequireslfiles(ui, repo) - ui.setconfig('hooks', 'changegroup.lfiles', checkrequireslfiles) ui.setconfig('hooks', 'commit.lfiles', checkrequireslfiles)