comparison tests/test-revert.t @ 23135:e637dd64ba72

test-revert: remove obsolete comment about known misbehavior It seems like the last known misbehvior that the comment was referring to was dealt with in 2ff28e07d7d6 (revert: properly back up added files with local modification, 2014-08-31).
author Martin von Zweigbergk <martinvonz@google.com>
date Sun, 19 Oct 2014 22:09:03 -0700
parents 22e76e370611
children e53f6b72a0e4
comparison
equal deleted inserted replaced
23134:22e76e370611 23135:e637dd64ba72
419 Here, "changeset-state" conveys the state in "base" and "parent" (or the change 419 Here, "changeset-state" conveys the state in "base" and "parent" (or the change
420 that happen between them), "working-copy-state" is self explanatory. 420 that happen between them), "working-copy-state" is self explanatory.
421 421
422 All known states are not tested yet. See inline documentation for details. 422 All known states are not tested yet. See inline documentation for details.
423 Special cases from merge and rename are not tested by this section. 423 Special cases from merge and rename are not tested by this section.
424
425 There are also multiple cases where the current revert implementation is known to
426 slightly misbehave.
427 424
428 Write the python script to disk 425 Write the python script to disk
429 ------------------------------- 426 -------------------------------
430 427
431 $ cat << EOF > gen-revert-cases.py 428 $ cat << EOF > gen-revert-cases.py