Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.6, 0.7, and 0.7.1

hgtk: support command shortcut like hg

Changeset f12429ab970c

Parent 269e585bc7d8

by TK Soh

Changes to one file · Browse files at f12429ab970c Showing diff from parent 269e585bc7d8 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
46
47
48
49
 
50
51
52
 
46
47
48
 
49
50
51
52
@@ -46,7 +46,7 @@
    if args:   cmd, args = args[0], args[1:] - aliases, i = cmdutil.findcmd(cmd, table) + aliases, i = cmdutil.findcmd(cmd, table, ui.config("ui", "strict"))   cmd = aliases[0]   c = list(i[1])   else: