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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user