about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 125c7d25c..a95f81d19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-02-03  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 40479: Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
+	Functions/VCS_Info/Backends/VCS_INFO_get_data_hg,
+	Functions/VCS_Info/VCS_INFO_quilt,
+	Functions/VCS_Info/VCS_INFO_set-patch-format: vcs_info
+	set-patch-format: Prepare for more code sharing between the
+	callers.
+
 	* 40481: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:
 	vcs_info hg: Pass arguments to the set-patch-format hook.