diff options
author | Martin v. Loewis <martin@v.loewis.de> | 2012-04-27 14:10:21 (GMT) |
---|---|---|
committer | Martin v. Loewis <martin@v.loewis.de> | 2012-04-27 14:10:21 (GMT) |
commit | cfc1cc2996fd513aa96ff27060c36f3b5ea9dab5 (patch) | |
tree | dfd9755f1322cfa4f00396980d235caa26176d3a /Misc | |
parent | 8f825060f1c168b913f2ac299ca48d4e9375f34d (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |