Ticket #4485 (closed enhancement: fixed)
patchfs: add details to error message
Reported by: | rillig | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.30 |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | andrew_b |
Description
I tried opening a patch file generated by CVS via patchfs, and all I got was:
Unrecognized character in hunk
It would have been helpful to know which character was unrecognized, and the line number. With that knowledge, I would have been able to preprocess the patch file so that patchfs understands it.
I looked around to find how to copy the existing patchfs to modify it locally, but didn't find any config file or documentation. From looking at mc.ext, it seemed that there is a hard-coded list of filesystems. But that's an entirely different topic.
Change History
comment:2 Changed 16 months ago by rillig
Patchfs didn't accept my patch files because I had the line 'diff -upNT' in my .cvsrc, which caused the first character of each hunk line to be a tab instead of a space. This would be a nice addition to patchfs as well.
comment:3 Changed 16 months ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.30
Thanks for the patch!
Branch: 4485_patchfs
changeset:b8d648546757862f628f4d72bf282c65876087f3
comment:4 Changed 16 months ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from on review to approved
comment:5 Changed 16 months ago by andrew_b
- Status changed from accepted to testing
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [036976251e6dedacc5e39088fc5b8ec26ae03be7].
https://github.com/MidnightCommander/mc/pull/192