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