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... ] -j. _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp