Ticket #2729 (closed defect: duplicate)
Patchfs doesn't handle the case when the file was modified
Reported by: | Spinal | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Steps to reproduce:
1) Make patch with a name 1.patch
For example with command:
diff -Naur dir1 dir2 > 1.diff
2) Go in mc to see the content of 1.diff
3) Make some other patch with the same name in the same directory but with other content. Let's say:
diff -Naur dir2 dir1 > 1.diff
4) Now go in mc to see the content of new patch 1.diff
5) You will see same content until you close mc and run it again.
Change History
comment:1 Changed 13 years ago by andrew_b
- Keywords patchfs removed
- Status changed from new to closed
- Resolution set to duplicate
Note: See
TracTickets for help on using
tickets.
Duplcate of #62.