id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
6135	Enabling commit hook is not comaptible with Windows	chris@chrisarndt.de	k0s	The code to create a new hook script is not compatible with windows because it uses `os.mknod` (see [source:repositoryhooksystemplugin/0.11/repository_hook_system/filesystemhooks.py#L80 filesystemhooks:FileSystemHooks.create]. It should simply use Python's `open` function and then a `os.chmod` call wrapped in a try/except.	defect	closed	normal	RepositoryHookSystemPlugin	normal	fixed	windows, mknod		0.11
