From 1dcea0cce359a8c96df9c7d3c2b2f90152b493f0 Mon Sep 17 00:00:00 2001 From: Runar Bjarnason Date: Mon, 10 Feb 2020 20:05:50 -0500 Subject: [PATCH] Check history after multilink --- unison-src/transcripts/link.md | 1 + unison-src/transcripts/link.output.md | 33 +++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/unison-src/transcripts/link.md b/unison-src/transcripts/link.md index cdf1798f0..ba40dc1f8 100644 --- a/unison-src/transcripts/link.md +++ b/unison-src/transcripts/link.md @@ -71,6 +71,7 @@ myLibrary.h x = x + 3 .myLibrary> links f .myLibrary> links g .myLibrary> links h +.myLibrary> history ``` diff --git a/unison-src/transcripts/link.output.md b/unison-src/transcripts/link.output.md index 5a199cc3d..faeb218bd 100644 --- a/unison-src/transcripts/link.output.md +++ b/unison-src/transcripts/link.output.md @@ -150,8 +150,8 @@ We can look at the links we have: ```ucm .> links coolFunction - 1. alice : Author - 2. coolFunction.license : License + 1. coolFunction.license : License + 2. alice : Author 3. coolFunction.doc : Doc Tip: Try using `display 1` to display the first result or @@ -234,4 +234,33 @@ myLibrary.h x = x + 3 Tip: Try using `display 1` to display the first result or `view 1` to view its source. +.myLibrary> history + + Note: The most recent namespace hash is immediately below this + message. + + ⊙ #k9nh7k96at + + + + ⊙ #83aqs82gho + + + Adds / updates: + + h + + ⊙ #eisjldgdgg + + + Adds / updates: + + g + + ⊙ #seb6uuoocl + + + Adds / updates: + + f + + □ #7asfbtqmoj (start of history) + ```