changeset 10288:2914125a0a85

<oerjan> le/rn tmp//tmp/ is a directory for files that are not worth saving in HackEgo history, but which should still survive a single command. Note that it interacts funnily with HackEgo\'s lock and re-run commit check: files can disappear if you don\'t know what you\'re doing. Basically, don\'t modify files inside and outside tmp/ in the same HackEgo command.
author HackBot
date Thu, 16 Feb 2017 17:28:09 +0000
parents 93a3d049066f
children ed91cd90c413
files wisdom/tmp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wisdom/tmp	Thu Feb 16 17:25:00 2017 +0000
+++ b/wisdom/tmp	Thu Feb 16 17:28:09 2017 +0000
@@ -1,1 +1,1 @@
-tmp/ is a directory for files that are too temporary to bother saving in HackEgo history, but which still need to survive a single command. Note that it interacts funnily with HackEgo's lock and re-run commit check, so files may simply disappear if you don't know what you're doing. For basic safety, don't modify files inside and outside tmp in the same HackEgo command.
+tmp/ is a directory for files that are not worth saving in HackEgo history, but which should still survive a single command. Note that it interacts funnily with HackEgo's lock and re-run commit check: files can disappear if you don't know what you're doing. Basically, don't modify files inside and outside tmp/ in the same HackEgo command.