Stack "state" naming
commit923348159ca479bcd156216712ff3537295d4b99
authorPeter Grayson <pete@jpgrayson.net>
Mon, 21 Dec 2020 03:25:34 +0000 (20 22:25 -0500)
committerPeter Grayson <pete@jpgrayson.net>
Mon, 21 Dec 2020 03:25:34 +0000 (20 22:25 -0500)
treea5113a1582e801e2c7eef4df126d2934c5594f63
parent897121897b62f1e70de567a7229bfec5b4bf6798
Stack "state" naming

The stack "log" is perhaps more precisely described as DAG of stack states.
Various functions in lib/log.py are renamed to clarify this metaphor.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
stgit/commands/log.py
stgit/commands/rename.py
stgit/commands/reset.py
stgit/lib/log.py
stgit/lib/stack.py
stgit/lib/transaction.py