mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-28 09:23:32 +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
|
from mercurial import util
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def fix_symlinks(repo, hooktype, parent1, **kwargs):
|
def fix_symlinks(ui, repo, hooktype, parent1, **kwargs):
|
||||||
print map(repr, (repo, hooktype, parent1, kwargs))
|
|
||||||
revert = hooktype in ('precommit', 'preupdate')
|
revert = hooktype in ('precommit', 'preupdate')
|
||||||
ctxt = repo[parent1]
|
ctxt = repo[parent1]
|
||||||
for filename in ctxt:
|
for filename in ctxt:
|
||||||
|
|||||||
Reference in New Issue
Block a user