summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Loewis <martin@v.loewis.de>2012-04-27 14:10:21 (GMT)
committerMartin v. Loewis <martin@v.loewis.de>2012-04-27 14:10:21 (GMT)
commitcfc1cc2996fd513aa96ff27060c36f3b5ea9dab5 (patch)
treedfd9755f1322cfa4f00396980d235caa26176d3a /Misc
parent8f825060f1c168b913f2ac299ca48d4e9375f34d (diff)
downloadcpython-cfc1cc2996fd513aa96ff27060c36f3b5ea9dab5.zip
cpython-cfc1cc2996fd513aa96ff27060c36f3b5ea9dab5.tar.gz
cpython-cfc1cc2996fd513aa96ff27060c36f3b5ea9dab5.tar.bz2
Issue #14642: Add "hg touch" extension, and "make touch" target.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21cead0..c4da5b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -176,6 +176,12 @@ Library
- Issue #14493: Use gvfs-open or xdg-open in webbrowser.
+Build
+-----
+
+- "make touch" will now touch generated files that are checked into Mercurial,
+ after a "hg update" which failed to bring the timestamps into the right order.
+
Tests
-----