← Back to team overview

dolfin team mailing list archive

Re: Development question - modified-headers in source files

 

On 21 August 2012 10:52, Johan Hake <hake.dev@xxxxxxxxx> 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.


Follow ups

References