Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable setup: add tortoisehg as a package for Windows

This has already been done for posix, but was missing for Windows.

Changeset 61ffede30d05

Parent e221c07a4258

by Henrik Stuart

Changes to one file · Browse files at 61ffede30d05 Showing diff from parent e221c07a4258 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
55
56
57
58
 
59
60
61
 
55
56
57
 
58
59
60
61
@@ -55,7 +55,7 @@
  _scripts = []   _data_files = []   _packages = ['tortoisehg.hgtk', 'tortoisehg.hgtk.logview', - 'tortoisehg.util'] + 'tortoisehg.util', 'tortoisehg']   extra = {}   hgextmods = []