Skip to content
Snippets Groups Projects
Commit a28cedb2 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

test-hardlink: stop explicitly listing `undo.dirstate`

The files is on its way out.
parent a6692609
No related branches found
No related tags found
2 merge requests!485branching: merge default into stable,!437dirstate-scoping [13] : drop the dedicated backup logic
......@@ -277,5 +277,6 @@
Update back to revision 12 in r4 should break hardlink of file f1 and f3:
#if hardlink-whitelisted
$ nlinksdir r4/.hg/undo.backup.dirstate r4/.hg/undo.dirstate
$ nlinksdir r4/.hg/undo.backup.dirstate r4/.hg/dirstate
2 r4/.hg/dirstate
4 r4/.hg/undo.backup.dirstate
......@@ -281,5 +282,4 @@
4 r4/.hg/undo.backup.dirstate
4 r4/.hg/undo.dirstate
#endif
......@@ -335,5 +335,6 @@
2 r4/f3 (no-execbit !)
#if hardlink-whitelisted
$ nlinksdir r4/.hg/undo.backup.dirstate r4/.hg/undo.dirstate
$ nlinksdir r4/.hg/undo.backup.dirstate r4/.hg/dirstate
1 r4/.hg/dirstate
4 r4/.hg/undo.backup.dirstate
......@@ -339,5 +340,4 @@
4 r4/.hg/undo.backup.dirstate
4 r4/.hg/undo.dirstate
#endif
Test hardlinking outside hg:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment