D4265: zsh_completion: remove completion for obsolete graphlog extension

av6 (Anton Shestakov) phabricator at mercurial-scm.org
Mon Aug 20 15:19:39 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG93fdf00596e4: zsh_completion: remove completion for obsolete graphlog extension (authored by av6, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4265?vs=10331&id=10467

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, spectral
Cc: mercurial-devel


More information about the Mercurial-devel mailing list