tests/test-status.t
changeset 39370 46f3ff64bea7
parent 38762 fe3ca1e6f786
child 40277 1159031ada1e
--- a/tests/test-status.t	Sun Aug 05 16:44:16 2018 +0900
+++ b/tests/test-status.t	Sun Aug 05 16:51:25 2018 +0900
@@ -239,8 +239,8 @@
     "status": "A"
    },
    {
-    "copy": "modified",
     "path": "copied",
+    "source": "modified",
     "status": "A"
    },
    {
@@ -282,7 +282,7 @@
 
 Test templater support:
 
-  $ hg status -AT "[{status}]\t{if(copy, '{copy} -> ')}{path}\n"
+  $ hg status -AT "[{status}]\t{if(source, '{source} -> ')}{path}\n"
   [M]	.hgignore
   [A]	added
   [A]	modified -> copied