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

hgproc: enable demandimport

Changeset 8fa164a6b392

Parent 0c0c8f3acb87

by Steve Borho

Changes to one file · Browse files at 8fa164a6b392 Showing diff from parent 0c0c8f3acb87 Diff from another changeset...

Change 1 of 1 Show Entire File hgproc.py Stacked
 
4
5
6
 
 
 
 
7
8
 
 
9
10
11
 
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@@ -4,8 +4,14 @@
 # Copyright (C) 2007 TK Soh <teekaysoh@gmail.com>  #   +import pygtk +pygtk.require('2.0') +import gtk +  import os  import sys + +from mercurial import demandimport; demandimport.enable()  from mercurial import ui  from tortoise.thgutil import get_prog_root