about summary refs log tree commit diff
path: root/Functions/VCS_Info/VCS_INFO_quilt
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-01 19:05:44 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-03 18:14:00 +0000
commit9211d7f2777abaedfacf98812104d579c3b861f3 (patch)
treebb95d08f95ef92615e6bb2f6005e3080168721cb /Functions/VCS_Info/VCS_INFO_quilt
parentfca4f90bbac07b8e9bb29ae3267aeccf0f85d56d (diff)
downloadzsh-9211d7f2777abaedfacf98812104d579c3b861f3.tar.gz
zsh-9211d7f2777abaedfacf98812104d579c3b861f3.tar.xz
zsh-9211d7f2777abaedfacf98812104d579c3b861f3.zip
40479: vcs_info set-patch-format: Prepare for more code sharing between the callers.
This changes hook invocation order in the hg backend.
Diffstat (limited to 'Functions/VCS_Info/VCS_INFO_quilt')
-rw-r--r--Functions/VCS_Info/VCS_INFO_quilt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Functions/VCS_Info/VCS_INFO_quilt b/Functions/VCS_Info/VCS_INFO_quilt
index d6b7c2f72..1874c8b2f 100644
--- a/Functions/VCS_Info/VCS_INFO_quilt
+++ b/Functions/VCS_Info/VCS_INFO_quilt
@@ -173,7 +173,8 @@ function VCS_INFO_quilt() {
 
     VCS_INFO_set-patch-format 'applied' 'applied_string' \
                               'unapplied' 'unapplied_string' \
-                              ${context} qstring
+                              ${context} qstring \
+                              ''
     if VCS_INFO_hook 'set-patch-format' ${qstring}; then
         zformat -f qstring "${qstring}" "p:${hook_com[applied]}" "u:${hook_com[unapplied]}" \
                                         "n:${#applied}" "c:${#unapplied}" "a:${hook_com[all-n]}"