delete reflog calls to make transcript more idempotent

This commit is contained in:
Mitchell Rosen 2024-06-21 16:09:50 -04:00
parent b96044c269
commit db3d0e73b3
2 changed files with 0 additions and 67 deletions

View File

@ -7,7 +7,6 @@ project/main> builtins.mergeio lib.builtins
```ucm
project/main> alias.term lib.builtins.bug foo
project/main> ls
project/main> reflog
```
It won't create a conflicted name, though.
@ -18,7 +17,6 @@ project/main> alias.term lib.builtins.todo foo
```ucm
project/main> ls
project/main> reflog
```
You can use `alias.term.force` for that.
@ -26,5 +24,4 @@ You can use `alias.term.force` for that.
```ucm
project/main> alias.term.force lib.builtins.todo foo
project/main> ls
project/main> reflog
```

View File

@ -10,27 +10,6 @@ project/main> ls
1. foo (a -> b)
2. lib/ (643 terms, 92 types)
project/main> reflog
Here is a log of the root namespace hashes, starting with the
most recent, along with the command that got us there. Try:
`fork 2 .old`
`fork #akvmucsmam .old` to make an old namespace
accessible again,
`reset-root #akvmucsmam` to reset the root namespace and
its history to that of the
specified namespace.
When Root Hash Action
1. now #94cs49dp5a alias.term .__projects._f3c06c2f_7513_4da4_87a2_5b7860d8895f...
2. now #akvmucsmam builtins.mergeio .__projects._f3c06c2f_7513_4da4_87a2_5b7860...
3. #sg60bvjo91 history starts here
Tip: Use `diff.namespace 1 7` to compare namespaces between
two points in history.
```
It won't create a conflicted name, though.
@ -48,27 +27,6 @@ project/main> ls
1. foo (a -> b)
2. lib/ (643 terms, 92 types)
project/main> reflog
Here is a log of the root namespace hashes, starting with the
most recent, along with the command that got us there. Try:
`fork 2 .old`
`fork #akvmucsmam .old` to make an old namespace
accessible again,
`reset-root #akvmucsmam` to reset the root namespace and
its history to that of the
specified namespace.
When Root Hash Action
1. now #94cs49dp5a alias.term .__projects._f3c06c2f_7513_4da4_87a2_5b7860d8895f...
2. now #akvmucsmam builtins.mergeio .__projects._f3c06c2f_7513_4da4_87a2_5b7860...
3. #sg60bvjo91 history starts here
Tip: Use `diff.namespace 1 7` to compare namespaces between
two points in history.
```
You can use `alias.term.force` for that.
@ -83,26 +41,4 @@ project/main> ls
2. foo (a -> b)
3. lib/ (643 terms, 92 types)
project/main> reflog
Here is a log of the root namespace hashes, starting with the
most recent, along with the command that got us there. Try:
`fork 2 .old`
`fork #94cs49dp5a .old` to make an old namespace
accessible again,
`reset-root #94cs49dp5a` to reset the root namespace and
its history to that of the
specified namespace.
When Root Hash Action
1. now #agpq4mvdbu alias.term.force .__projects._f3c06c2f_7513_4da4_87a2_5b7860...
2. now #94cs49dp5a alias.term .__projects._f3c06c2f_7513_4da4_87a2_5b7860d8895f...
3. now #akvmucsmam builtins.mergeio .__projects._f3c06c2f_7513_4da4_87a2_5b7860...
4. #sg60bvjo91 history starts here
Tip: Use `diff.namespace 1 7` to compare namespaces between
two points in history.
```