1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 11:02:37 +01:00

Remove debugging statement from fix_symlinks script.

--HG--
extra : rebase_source : f6cb42e166a22df92f0be58795aa58d80b4eb34d
This commit is contained in:
Kris Maglione
2010-10-14 12:07:09 -04:00
parent 38f81d7b92
commit 450a24340e

View File

@@ -1,8 +1,7 @@
from mercurial import util
import os
def fix_symlinks(repo, hooktype, parent1, **kwargs):
print map(repr, (repo, hooktype, parent1, kwargs))
def fix_symlinks(ui, repo, hooktype, parent1, **kwargs):
revert = hooktype in ('precommit', 'preupdate')
ctxt = repo[parent1]
for filename in ctxt: