Fix merge transcript

This commit is contained in:
Chris Penner 2024-07-10 10:37:08 -07:00
parent 1cd3f3cff8
commit fa6c59e68a
2 changed files with 4 additions and 6 deletions

View File

@ -225,7 +225,9 @@ notifyNumbered = \case
<> IP.makeExample' IP.undo
<> " or use a hash from "
<> IP.makeExample' IP.branchReflog
<> " to undo the results of this merge."
<> " with "
<> IP.makeExample' IP.reset
<> " to reset to a previous state."
]
)
(showDiffNamespace ShowNumbers ppe (BranchAtProjectPath destAbs) (BranchAtProjectPath destAbs) diffOutput)

View File

@ -1645,7 +1645,7 @@ project/carol> history
```
```ucm:hide
.> project.delete project
scratch/main> project.delete project
```
### Variables named `_`
@ -1701,7 +1701,3 @@ scratch/alice> update
```ucm
scratch/alice> merge /bob
```
```ucm:hide
.> project.delete scratch
```