Mercurial > public > mercurial-scm > hg-stable
changeset 52485:57a4adbef74d
rhg: test rhg status --change --copies without fallback
This is a follow up to !1126 and !1137.
author | Mitchell Kember <mkember@janestreet.com> |
---|---|
date | Tue, 10 Dec 2024 10:02:58 +0000 |
parents | 4a28631f130c |
children | 8dede0df9de9 |
files | tests/test-rhg.t |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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