Opened 18 years ago
Closed 18 years ago
#5111 closed (fixed)
eol-style:native for *.py
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I get Windows line endings for django/utils/_os.py on my Unix SVN trunk checkout. Please add svn:eol-style=native to the properties of _os.py. Or better yet, add it to every .py file in the SVN tree.
Change History (3)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 18 years ago
| Triage Stage: | Design decision needed → Ready for checkin |
|---|
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Per precedent in [5189] and [4265], we should do this.