Update transcripts to assert that history is preserved

This commit is contained in:
Chris Penner 2021-12-06 15:09:58 -06:00
parent cdcc02aca4
commit d5dbafcf88
2 changed files with 25 additions and 0 deletions

View File

@ -19,3 +19,11 @@ The deleted namespace shouldn't appear in `ls` output.
```ucm:error
.> find mynamespace
```
The history of the namespace should still exist if requested explicitly.
```ucm
.> history mynamespace
```

View File

@ -29,3 +29,20 @@ The deleted namespace shouldn't appear in `ls` output.
to supply command arguments.
```
The history of the namespace should still exist if requested explicitly.
```ucm
.> history mynamespace
Note: The most recent namespace hash is immediately below this
message.
#qjc20aua9h
- Deletes:
x
#hkrqt3tm05 (start of history)
```