1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-25 21:31:03 +02:00

unposted: vcs_info quilt: Remove a no-op variable assignment

This commit is contained in:
Daniel Shahaf 2022-01-27 16:41:54 +00:00
parent 8460d75869
commit b99599b4f4
2 changed files with 5 additions and 1 deletions
ChangeLog
Functions/VCS_Info

View file

@ -1,3 +1,8 @@
2022-01-27 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
Remove a no-op variable assignment
2022-01-25 Daniel Shahaf <d.s@daniel.shahaf.name>
* 49709: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:

View file

@ -133,7 +133,6 @@ function VCS_INFO_quilt-patch2subject() {
# This zstyle call needs to be moved further up if `quilt' needs
# to be run in more places than this one.
zstyle -s "${context}" quiltcommand quiltcommand || quiltcommand='quilt'
quilt_env=()
if [ -z "$patches" ]; then
zstyle -s "${context}" quilt-patch-dir patches || patches="${QUILT_PATCHES}"
if [[ "${patches}" != /* ]]; then