tests/test-rebase-named-branches.t
changeset 40864 09680349cc2d
parent 39480 89630d0b3e23
child 40865 4edd427f34c1
--- a/tests/test-rebase-named-branches.t	Mon Oct 29 21:50:53 2018 +0900
+++ b/tests/test-rebase-named-branches.t	Fri Dec 07 14:17:09 2018 -0800
@@ -157,7 +157,7 @@
   
   $ hg rebase -b 'max(branch("dev-two"))' -d dev-one --keepbranches
   rebasing 5:bc8139ee757c "dev-one named branch"
-  note: rebase of 5:bc8139ee757c created no changes to commit
+  note: rebase of 5:bc8139ee757c "dev-one named branch" created no changes to commit
   rebasing 6:42aa3cf0fa7a "F"
   rebasing 7:1a1e6f72ec38 "G"
   rebasing 8:904590360559 "H"
@@ -329,7 +329,7 @@
   $ hg up -qr 2
   $ hg rebase
   rebasing 2:792845bb77ee "b2"
-  note: rebase of 2:792845bb77ee created no changes to commit
+  note: rebase of 2:792845bb77ee "b2" created no changes to commit
   saved backup bundle to $TESTTMP/case1/.hg/strip-backup/792845bb77ee-627120ee-rebase.hg
   $ hg tglog
   o  2: c062e3ecd6c6 'c1' c
@@ -395,7 +395,7 @@
   $ hg rebase -r 3:: -d .
   rebasing 3:76abc1c6f8c7 "b1"
   rebasing 4:8427af5d86f2 "c2 closed" (tip)
-  note: rebase of 4:8427af5d86f2 created no changes to commit
+  note: rebase of 4:8427af5d86f2 "c2 closed" (tip) created no changes to commit
   saved backup bundle to $TESTTMP/case2/.hg/strip-backup/76abc1c6f8c7-cd698d13-rebase.hg
   $ hg tglog
   o  3: 117b0ed08075 'b1' x