Modify ↓
#12032 closed defect (fixed)
some .py files lacks the svn:eol-style property
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | low | Milestone: | 0.12.7 |
Component: | project | Version: | |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fix missing |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
contrib/l10n_reset_en_GB.py
and contrib/l10n_revert_lineno_conflicts.py
do not have the svn:eol-style=native
property that others have. This is not so important thing, but bad thing for mirrored hg repository users
with eol extension because their statuses are always 'modified'
even if after hg revert -a
.
Attachments (0)
Change History (4)
comment:1 by , 10 years ago
Component: | contrib → project |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 10 years ago
Milestone: | → 0.12.7 |
---|---|
Release Notes: | modified (diff) |
Resolution: | → fixed |
Status: | assigned → closed |
Added svn:eol-style
property in [13982:13985].
comment:3 by , 10 years ago
I now upgraded my SVN client, so it should observe svn:auto-props
in the future. Sorry for the trouble.
comment:4 by , 5 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Thanks for the reporting! We should set
svn:eol-style
property tonative
for all*.py
files. Currently, the property automatically is setnative
for when adding new files usingsvn:auto-props
since #11324.The following files don't have
svn:eol-style=native
property.