# HG changeset patch # User HackBot # Date 1487265900 0 # Node ID 93a3d049066fb0822e379b05aa2a0d937653e76f # Parent 916b38c83c3bb23ec01a5e6fc424f0b0f4c62fe0 le/rn tmp//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. diff -r 916b38c83c3b -r 93a3d049066f wisdom/tmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/tmp Thu Feb 16 17:25:00 2017 +0000 @@ -0,0 +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.