contrib/zsh_completion
changeset 39206 93fdf00596e4
parent 39205 69876534caf2
child 39207 f625e457f43a
equal deleted inserted replaced
39205:69876534caf2 39206:93fdf00596e4
  1212   '--branchsort[try to sort changesets by branches]' \
  1212   '--branchsort[try to sort changesets by branches]' \
  1213   '--datesort[try to sort changesets by date]' \
  1213   '--datesort[try to sort changesets by date]' \
  1214   '--sourcesort[preserve source changesets order]'
  1214   '--sourcesort[preserve source changesets order]'
  1215 }
  1215 }
  1216 
  1216 
  1217 # Graphlog
       
  1218 _hg_cmd_glog() {
       
  1219   _hg_cmd_log $@
       
  1220 }
       
  1221 
       
  1222 # Purge
  1217 # Purge
  1223 _hg_cmd_purge() {
  1218 _hg_cmd_purge() {
  1224   _arguments -s -S : $_hg_global_opts $_hg_pat_opts $_hg_subrepos_opts \
  1219   _arguments -s -S : $_hg_global_opts $_hg_pat_opts $_hg_subrepos_opts \
  1225   '(--abort-on-err -a)'{-a,--abort-on-err}'[abort if an error occurs]' \
  1220   '(--abort-on-err -a)'{-a,--abort-on-err}'[abort if an error occurs]' \
  1226   '--all[purge ignored files too]' \
  1221   '--all[purge ignored files too]' \