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

hgproc: fix for thgshelve dialog

Changeset 95ec18d34834

Parent d678478ed5c2

by Steve Borho

Changes to one file · Browse files at 95ec18d34834 Showing diff from parent d678478ed5c2 Diff from another changeset...

Change 1 of 1 Show Entire File hgproc.py Stacked
 
35
36
37
38
 
39
40
41
 
35
36
37
 
38
39
40
41
@@ -35,7 +35,7 @@
 # Map hgproc commands to dialog modules in hggtk/  from hggtk import commit, status, addremove, tagadd, tags, history, merge  from hggtk import diff, revisions, update, serve, clone, synch, hgcmd, about -from hggtk import recovery, thgconfig, datamine, hginit, shelve, rename +from hggtk import recovery, thgconfig, datamine, hginit, thgshelve, rename  from hggtk import hgignore  _dialogs = { 'commit' : commit, 'status' : status, 'revert' : status,   'add' : addremove, 'remove' : addremove, 'tag' : tagadd,