Discussion:
notify: msg are in inverse chronological order
Uwe Brauer
2018-10-10 11:15:50 UTC
Permalink
Hi

I use the notify extension very often. However when I push several
commits the commit messages are presented in inverse chronological
order, compared to the graph.

I am using the following template

template = Subject: [Bitbucket] {webroot|strip}\n
# details: {baseurl}/{webroot}/rev/{node|short}
branches: {branches}
changeset: {rev}:{node|short}
user: {author}
date: {date|date}
description:
{desc}\n


And the message look like

branches:
changeset: 16:afb94e5c8013
user: Uwe Brauer <***@mat.ucm.es>
date: Tue Oct 02 15:19:55 2018 +0200
description:
Add files and code for biseccion.
Subject: [Bitbucket] HGMetNum

branches:
changeset: 17:1ab22448d7bd
user: Uwe Brauer <***@mat.ucm.es>
date: Wed Oct 03 09:27:22 2018 +0200
description:
Add files for secante, Newton, Newton modificado.
Subject: [Bitbucket] HGMetNum

Is there any way to get the chronological order of the graph (hg log
-G)?

Uwe Brauer

Loading...