mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 07:51:12 +03:00
Check history after multilink
This commit is contained in:
parent
d5106286a6
commit
1dcea0cce3
@ -71,6 +71,7 @@ myLibrary.h x = x + 3
|
|||||||
.myLibrary> links f
|
.myLibrary> links f
|
||||||
.myLibrary> links g
|
.myLibrary> links g
|
||||||
.myLibrary> links h
|
.myLibrary> links h
|
||||||
|
.myLibrary> history
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -150,8 +150,8 @@ We can look at the links we have:
|
|||||||
```ucm
|
```ucm
|
||||||
.> links coolFunction
|
.> links coolFunction
|
||||||
|
|
||||||
1. alice : Author
|
1. coolFunction.license : License
|
||||||
2. coolFunction.license : License
|
2. alice : Author
|
||||||
3. coolFunction.doc : Doc
|
3. coolFunction.doc : Doc
|
||||||
|
|
||||||
Tip: Try using `display 1` to display the first result or
|
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
|
Tip: Try using `display 1` to display the first result or
|
||||||
`view 1` to view its source.
|
`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)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user