Remove message attribute from StackState
commita6b3d497cefaf67d8068e2ae571f730df1a6474e
authorPeter Grayson <pete@jpgrayson.net>
Tue, 20 Apr 2021 04:41:58 +0000 (20 00:41 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Tue, 20 Apr 2021 04:52:58 +0000 (20 00:52 -0400)
tree3eccdba44b75ba9dffa8d0fc0de60ffb25c86d5e
parent8aa2ba32ccdca445e9fe201ce4237bf3c801bd2e
Remove message attribute from StackState

For stack state parsed from the repo, the message is available via the
stack state's commit.

For new stack state that is not yet committed, the message attribute jumps
the gun--the message is only needed when the stack state is committed.

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