Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: (0/5) Updates for vcs_info



This series adds features to the hg and git backends of vcs_info.
It also fixes a bug in the hg backend in connection with very recent
mercurial versions.

There are no changes in the default behaviour of any backend.


Frank Terbeck (5):
  vcs_info: add revision and "misc" argument to VCS_INFO_formats()
  Add git's sha1 hash as revision information
  Add information about hg's local revision number and the commit's hash
  contrib.yo: updates for get-revision, %i and %m

    The four patches above add features to the git and hg backends,
    including documentation.

  Make the hg backend work with new versions of mercurial

    This one fixes a problem with detecting hg freshly created hg
    repositories with very recent mercurial versions, which don't
    seem to create .hg/branch if there's only the 'default' branch.
    Reported by Andreas Korsten.

 Doc/Zsh/contrib.yo                                 |   17 +++++++++
 Functions/VCS_Info/Backends/VCS_INFO_detect_hg     |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr  |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_cdv  |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_cvs  |    2 +-
 .../VCS_Info/Backends/VCS_INFO_get_data_darcs      |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git  |   17 +++++++--
 Functions/VCS_Info/Backends/VCS_INFO_get_data_hg   |   39 ++++++++++++++++++--
 Functions/VCS_Info/Backends/VCS_INFO_get_data_mtn  |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_p4   |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_svk  |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_svn  |    2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_tla  |    2 +-
 Functions/VCS_Info/VCS_INFO_bydir_detect           |    2 +-
 Functions/VCS_Info/VCS_INFO_formats                |   21 ++++++++++-
 15 files changed, 97 insertions(+), 19 deletions(-)



Messages sorted by: Reverse Date, Date, Thread, Author