From 08b519394207f33bf03440dcf43ea806d4d05a97 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 13 Oct 2021 15:51:03 -0700 Subject: [PATCH] docs: update tutorial with new diff headers I forgot to update the tutorial in the previous commit. --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 0984d069e..a52192cd9 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -89,7 +89,7 @@ to say that you want an already added file to not be tracked To see the diff, run `jj diff`: ```shell script $ jj diff -modified file README.md: +Modified regular file at README.md: ... 4 4: ## Disclaimer 5 5: @@ -400,7 +400,7 @@ the "D" line. Then close Meld. If we look the diff of the second commit, we now see that all three lines got capitalized: ```shell script $ jj diff -r ::@ -modified file file: +Modified regular file at file: 1 1: aA 2 2: bB 3 3: cC