D4265: zsh_completion: remove completion for obsolete graphlog extension

av6 (Anton Shestakov) phabricator at mercurial-scm.org
Sat Aug 11 04:10:04 UTC 2018


av6 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4265

AFFECTED FILES
  contrib/zsh_completion

CHANGE DETAILS

diff --git a/contrib/zsh_completion b/contrib/zsh_completion
--- a/contrib/zsh_completion
+++ b/contrib/zsh_completion
@@ -1214,11 +1214,6 @@
   '--sourcesort[preserve source changesets order]'
 }
 
-# Graphlog
-_hg_cmd_glog() {
-  _hg_cmd_log $@
-}
-
 # Purge
 _hg_cmd_purge() {
   _arguments -s -S : $_hg_global_opts $_hg_pat_opts $_hg_subrepos_opts \



To: av6, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list