Check history after multilink

This commit is contained in:
Runar Bjarnason 2020-02-10 20:05:50 -05:00
parent d5106286a6
commit 1dcea0cce3
2 changed files with 32 additions and 2 deletions

View File

@ -71,6 +71,7 @@ myLibrary.h x = x + 3
.myLibrary> links f
.myLibrary> links g
.myLibrary> links h
.myLibrary> history
```

View File

@ -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)
```