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

hgtk: tell user to set TORTOISEHG_PATH if hggtk not found

... instead of editing hgtk script.

Changeset f348320e097e

Parent 7b77b0011641

by TK Soh

Changes to one file · Browse files at f348320e097e Showing diff from parent 7b77b0011641 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
50
51
52
53
 
 
 
54
55
56
 
50
51
52
 
53
54
55
56
57
58
@@ -50,7 +50,9 @@
  try:   from hggtk import hglib   except ImportError: - print 'Please fix "tortoisehg_dir" at the top of this script' + # fix "tortoisehg_dir" at the top of this script, or ... + print 'Please set TORTOISEHG_PATH to location of your ' \ + 'tortoisehg repository'   sys.exit(1)     cwd = os.getcwd()