From 450a24340e0c3ea554a630f42eb9634a9f141c64 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 14 Oct 2010 12:07:09 -0400 Subject: [PATCH] Remove debugging statement from fix_symlinks script. --HG-- extra : rebase_source : f6cb42e166a22df92f0be58795aa58d80b4eb34d --- common/contrib/fix_symlinks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/contrib/fix_symlinks.py b/common/contrib/fix_symlinks.py index 82befccc..2a040700 100644 --- a/common/contrib/fix_symlinks.py +++ b/common/contrib/fix_symlinks.py @@ -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: