diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/BUGS | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2017-01-23 Daniel Shahaf <d.s@daniel.shahaf.name> + + * unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue. + 2017-01-18 Peter Stephenson <p.stephenson@samsung.com> * 43080: Test/C04funcdef.ztst: a few more tests for autoload @@ -22,3 +22,8 @@ string '%F{blue}', cause $vcs_info_msg_N_ to be rendered in blue. 40240 has a patch, but 40241 explains why that patch is incomplete. ------------------------------------------------------------------------ +users/20807: vcs_info quilt 'addon' mode: hook lookup context specifies +the underlying VCS but not whether quilt is used. + +Workaround: test (( ${+funcstack[(r)VCS_INFO_quilt]} )). +------------------------------------------------------------------------ |