##// END OF EJS Templates
rhg: add test for bug with matchers in rhg status --rev --rev...
Mitchell Kember -
r53291:4e58b549 default
parent child Browse files
Show More
@@ -487,6 +487,27 hg status -A --change 1 and revset:
487 R removed
487 R removed
488 C deleted
488 C deleted
489
489
490 Like previous tests but using --rev --rev instead of --change:
491
492 $ hg status --rev 0 --rev 1
493 M modified
494 A added
495 A copied
496 R removed
497
498 $ hg status --rev 0 --rev 1 unrelated
499 M modified (known-bad-output rhg !)
500 A added (known-bad-output rhg !)
501 A copied (known-bad-output rhg !)
502 R removed (known-bad-output rhg !)
503
504 $ hg status -C --rev 0 --rev 1 added modified copied removed deleted
505 M modified
506 A added
507 A copied
508 modified
509 R removed
510
490 $ cd ..
511 $ cd ..
491
512
492 hg status with --rev and reverted changes:
513 hg status with --rev and reverted changes:
General Comments 0
You need to be logged in to leave comments. Login now