removed hardcoded hashes from the transcript

It was just being used for debugging output to show history at an intermediate point
This commit is contained in:
Paul Chiusano 2021-05-28 08:26:55 -05:00
parent 59f927eb55
commit c8a9d8b11a
2 changed files with 13 additions and 46 deletions

View File

@ -38,10 +38,9 @@ Merge back into the ancestor.
.> delete.term 1
.> history x.a
.> history y.a
.> history #0530pbcaqe
.> history #oe3qde4k0g
.> merge y m
.> squash y s
.s> todo
.m> todo
```

View File

@ -130,20 +130,20 @@ Merge back into the ancestor.
Note: The most recent namespace hash is immediately below this
message.
#mt9jsk344h
#4ehrt34sfm
+ Adds / updates:
p q
#7asfbtqmoj (start of history)
#sjg2v58vn2 (start of history)
.> history y.a
Note: The most recent namespace hash is immediately below this
message.
#bbfih4a2g4
#5nb8t3khjo
- Deletes:
@ -153,48 +153,10 @@ Merge back into the ancestor.
`history #som3n4m3space` to view history starting from a given
namespace hash.
#6vg166teag
#2v41qb0h90
#0530pbcaqe
#oe3qde4k0g
.> history #0530pbcaqe
Note: The most recent namespace hash is immediately below this
message.
#0530pbcaqe
+ Adds / updates:
p
#2mqnhg89fi
- Deletes:
p
#mt9jsk344h
+ Adds / updates:
p q
#7asfbtqmoj (start of history)
.> history #oe3qde4k0g
Note: The most recent namespace hash is immediately below this
message.
#oe3qde4k0g
+ Adds / updates:
p
#7asfbtqmoj (start of history)
#0ilhqgrt9l
#8c578gcant
.> merge y m
@ -242,4 +204,10 @@ Merge back into the ancestor.
No conflicts or edits in progress.
.m> todo
No conflicts or edits in progress.
```