# HG changeset patch # User Mitchell Kember # Date 1733824978 0 # Node ID 57a4adbef74d27108e0cdaa25d80cba58b312536 # Parent 4a28631f130c450890f276a089aba8c6ffcda542 rhg: test rhg status --change --copies without fallback This is a follow up to !1126 and !1137. diff -r 4a28631f130c -r 57a4adbef74d tests/test-rhg.t --- a/tests/test-rhg.t Fri Dec 06 10:29:48 2024 -0500 +++ b/tests/test-rhg.t Tue Dec 10 10:02:58 2024 +0000 @@ -92,7 +92,7 @@ $ $NO_FALLBACK rhg files | head -n 1 ../../../file1 -Status with --rev and --changes +Status with --rev and --change $ cd $TESTTMP/repository $ $NO_FALLBACK rhg status --change null $ $NO_FALLBACK rhg status --change 0 @@ -104,6 +104,17 @@ A file2 A file3 +Status with --change --copies + $ hg copy file2 file2copy + $ hg rename file3 file3rename + $ hg commit -m "commit 4" -q + $ $NO_FALLBACK rhg status --change . --copies + A file2copy + file2 + A file3rename + file3 + R file3 + Debuging data in inline index $ cd $TESTTMP $ rm -rf repository