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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to