author | Martin Geisler <mg@aragost.com> |
Thu, 15 Mar 2012 16:57:19 +0100 | |
changeset 16273 | 12e3f93b1cbc |
parent 16272 | f97e7c378349 |
child 16274 | 5d75eb8568d1 |
hgext/eol.py | file | annotate | diff | comparison | revisions |
--- a/hgext/eol.py Thu Mar 15 16:52:22 2012 +0100 +++ b/hgext/eol.py Thu Mar 15 16:57:19 2012 +0100 @@ -252,7 +252,6 @@ hook = checkheadshook def preupdate(ui, repo, hooktype, parent1, parent2): - #print "preupdate for %s: %s -> %s" % (repo.root, parent1, parent2) repo.loadeol([parent1]) return False @@ -270,7 +269,6 @@ def reposetup(ui, repo): uisetup(repo.ui) - #print "reposetup for", repo.root if not repo.local(): return