1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 07:48:00 +01:00

Don't show the "all" item in the sanitize dialog.

This commit is contained in:
Kris Maglione
2010-10-14 04:18:00 -04:00
parent 3f42eee0db
commit cd60cf81f6
4 changed files with 3 additions and 6 deletions

View File

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