diff tests/test-identify.t @ 33054:a49ab7f5e7e7

identify: rename 'changed' keyword -> 'dirty' I meant to do this before sending the initial templater support, but forgot. I'm quite surprised that 'dirty' doesn't occur in more user facing contexts, but there are a few, like the help for blackbox. It also more obviously mirrors the '(clean)' state printed by the summary command. I also didn't like that it was just one letter off from {changes} in the {latesttags} sub-keywords, which has a totally different meaning.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 25 Jun 2017 17:46:35 -0400
parents 15a79ac823e8
children 9e0d222f5687
line wrap: on
line diff
--- a/tests/test-identify.t	Sat Jun 24 02:39:21 2017 +0900
+++ b/tests/test-identify.t	Sun Jun 25 17:46:35 2017 -0400
@@ -48,7 +48,7 @@
    {
     "bookmarks": [],
     "branch": "default",
-    "changed": "",
+    "dirty": "",
     "id": "cb9a9f314b8b",
     "node": "ffffffffffffffffffffffffffffffffffffffff",
     "p1": [{"node": "cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b", "rev": 0}],
@@ -66,7 +66,7 @@
    {
     "bookmarks": [],
     "branch": "default",
-    "changed": "+",
+    "dirty": "+",
     "id": "cb9a9f314b8b+",
     "node": "ffffffffffffffffffffffffffffffffffffffff",
     "p1": [{"node": "cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b", "rev": 0}],