Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

_hgtk: fix completion context

hgtk ci -[TAB] now completes commit command line options

Changeset e45e9f57b8ac

Parent 714b2f0ee5eb

by Steve Borho

Changes to one file · Browse files at e45e9f57b8ac Showing diff from parent 714b2f0ee5eb Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​_hgtk Stacked
 
82
83
84
85
 
86
87
88
 
82
83
84
 
85
86
87
88
@@ -82,7 +82,7 @@
  fi   fi   - curcontext="${curcontext%:*:*}:hg-${cmd}:" + curcontext="${curcontext%:*:*}:hgtk-${cmd}:"     zstyle -s ":completion:$curcontext:" cache-policy update_policy