]> code.delx.au - gnu-emacs/commit
Use short date for 'hg annotate', and output the author
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 10 Jan 2016 01:09:42 +0000 (04:09 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 10 Jan 2016 01:13:01 +0000 (04:13 +0300)
commitc71e1e86dff7e5a385107c358d25dce9027915c0
tree100df520f20619149fd6e9e505830a82c49c2e95
parentf50027be1ac5861dcda22cda64df69bf93e4ee70
Use short date for 'hg annotate', and output the author

* lisp/vc/vc-hg.el (vc-hg-annotate-command):
Change '-d' to '-dq'.  (Bug#21805)
(vc-hg-annotate-switches): Default to "-u" "--follow".
(vc-hg-annotate-re): Update to recognize the short date format
and the optional username.
(vc-hg-annotate-time)
(vc-hg-annotate-extract-revision-at-line): Update accordingly.

* test/automated/vc-hg.el: New file.
lisp/vc/vc-hg.el
test/automated/vc-hg.el [new file with mode: 0644]