Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: vcs_info first-time failure
- X-seq: zsh-workers 25713
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: vcs_info first-time failure
- Date: Mon, 22 Sep 2008 16:25:10 +0000
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Someone complained that vcs_info didn't work on its first invocation.
Index: Functions/VCS_Info/vcs_info
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/VCS_Info/vcs_info,v
retrieving revision 1.1
diff -u -r1.1 vcs_info
--- Functions/VCS_Info/vcs_info 19 Sep 2008 12:58:52 -0000 1.1
+++ Functions/VCS_Info/vcs_info 22 Sep 2008 16:23:13 -0000
@@ -88,3 +88,5 @@
VCS_INFO_set
return 0
}
+
+vcs_info "$@"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author