Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(refresh): handle edited message and patch name
When using `stg refresh --edit` and both the patch name and commit message were modified, the updated message was being discarded. This was due to the stack transaction not properly accounting for the possibility of a patch rename happening after an update. Fixes: #470
- Loading branch information