On 21 August 2012 11:05, Joachim Berdal Haga <j...@simula.no> wrote: > On 21 August 2012 10:52, Johan Hake <hake....@gmail.com> wrote: >> not sure what the correct policy is but for emacs users one can use >> these macros (I think Anders first handed them) to change the time stamp >> when saving the file. > > To placate the emacs users, here's a thingy that prints the relevant > bzr information when "print screen" is pressed: > > (defun bzr-shortlog () (interactive) > (shell-command (concat "bzr log --include-merged --line " (buffer-name)))) > (global-set-key [print] 'bzr-shortlog) > > [ I'd put a smiley here, but it looks too much like elisp... ]
:-) I agree very much with Joachim here, I've never been able to consistently remember to update these dates, and I'm not alone in that so I've never trusted them. Whenever I wonder when a file was last changed, I'll ususally want to know what changed as well anyway. Martin _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp