The sound distributed version control system

#775 [DEPENDENTS] I found a secret record

Closed on May 21, 2023
tankf33der on March 12, 2023
$ pijul init p1
$ cd p1
$ pijul dependents AA
AA
$ pijul dependents AAA
Error: Change not found: AAA
$ touch a
$ pijul add a
$ pijul record -am"."
Hash: VGUGNT66P4VIXEXCADZBNPG4LIQUNKDQJJ7MS2K2PTWM5ZEAXAYQC
$ pijul dependents AA
VGUGNT66P4VIXEXCADZBNPG4LIQUNKDQJJ7MS2K2PTWM5ZEAXAYQC
AA
$
pmeunier added a change on May 21, 2023
IQ7VWYOKT2LMMPGKF7S4QHGFL4HZJUHCS33V4HNEL5KELXWE57GQC
main
pmeunier on May 21, 2023

Fixed, thanks! This one is a little tricky: this is indeed a “secret” record, whose name is AA. It is the change introducing the root of the graph in all graphs, and it exists in all repositories.

I just added a warning, since it isn’t really incorrect to want to list dependent changes, but it will be 100% equivalent to pijul log.

pmeunier closed this discussion on May 21, 2023