From f35f2f0c97d95e85aa25c34c86ebb040b18c8084 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Fri, 22 Oct 2021 13:04:20 -0700 Subject: [PATCH] docs: update tutorial with removed "at" from diff headers I forgot to include this 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 c604da1f3..6cbd60bd0 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -81,7 +81,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 regular file at README.md: +Modified regular file README.md: ... 4 4: ## Disclaimer 5 5: @@ -391,7 +391,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 regular file at file: +Modified regular file file: 1 1: aA 2 2: bB 3 3: cC