Ticket #22 (closed enhancement: fixed)
hook for making all end-of-lines be unix end-of-lines
| Reported by: | zooko@… | Owned by: | lele |
|---|---|---|---|
| Priority: | minor | Milestone: | VersionOne |
| Component: | tailor | Version: | 0.9 |
| Keywords: | Cc: |
Description
This hook requires the pyutil library from
https://yumyum.zooko.com:19144/pub/repos/pyutil
or
def newlinefix(wd, changeset):
from pyutil import lineutil
lineutil.lineify_all_files(wd.basedir, strip=True, dirpruner=lineutil.darcs_metadir_dirpruner, filepruner=lineutil.source_code_filepruner)
return True
Change History
Note: See
TracTickets for help on using
tickets.

Added to the README.