D7160: packaging: remove hg.exe.local file
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Sat Nov 9 00:05:21 UTC 2019
Closed by commit rHGe8ab29e57d40: packaging: remove hg.exe.local file (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D7160?vs=17399&id=17812
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D7160/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D7160
AFFECTED FILES
contrib/packaging/hgpackaging/inno.py
contrib/packaging/inno/mercurial.iss
CHANGE DETAILS
diff --git a/contrib/packaging/inno/mercurial.iss b/contrib/packaging/inno/mercurial.iss
--- a/contrib/packaging/inno/mercurial.iss
+++ b/contrib/packaging/inno/mercurial.iss
@@ -68,7 +68,6 @@
[UninstallDelete]
Type: files; Name: {app}\Mercurial.url
Type: filesandordirs; Name: {app}\default.d
-Type: files; Name: "{app}\hg.exe.local"
[Icons]
Name: {group}\Uninstall Mercurial; Filename: {uninstallexe}
diff --git a/contrib/packaging/hgpackaging/inno.py b/contrib/packaging/hgpackaging/inno.py
--- a/contrib/packaging/hgpackaging/inno.py
+++ b/contrib/packaging/hgpackaging/inno.py
@@ -29,7 +29,6 @@
PACKAGE_FILES_METADATA = {
'ReadMe.html': 'Flags: isreadme',
- 'hg.exe': "AfterInstall: Touch('{app}\\hg.exe.local')",
}
To: indygreg, #hg-reviewers, mharbison72
Cc: mharbison72, mercurial-devel
More information about the Mercurial-devel
mailing list