Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc4, 0.4, and 0.4.1

hgtk: early detection of pygtk and mercurial modules

import error on hggtk module doesn't give us clear idea.

Changeset a12c849659ca

Parent e27dd7342f68

by TK Soh

Changes to one file · Browse files at a12c849659ca Showing diff from parent e27dd7342f68 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
5
6
7
 
8
9
10
11
 
 
 
 
12
13
14
 
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@@ -5,10 +5,15 @@
 #  # Modify this line to the location of your tortoisehg repository  # or set TORTOISEHG_PATH in your environment +  tortoisehg_dir = '~/tools/tortoisehg-dev'    import os  import sys +import pygtk +pygtk.require('2.0') +import gtk +import mercurial    dialogs = '''log synch status clone merge update userconfig repoconfig  serve recovery commit datamine about'''