[PATCH] hgweb: display fate of obsolete changesets

2017-11-21 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1511255021 -28800 # Tue Nov 21 17:03:41 2017 +0800 # Node ID f8e398c42760482f02e6cfb6b8a1e6a752564c95 # Parent ff80efc8f3e469c90376603af4fa39012f328918 # EXP-Topic hgweb-more-info hgweb: display fate of obsolete changesets Non-hgweb templat

Re: [PATCH] hgweb: display fate of obsolete changesets

2017-11-26 Thread Yuya Nishihara
On Tue, 21 Nov 2017 18:14:42 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1511255021 -28800 > # Tue Nov 21 17:03:41 2017 +0800 > # Node ID f8e398c42760482f02e6cfb6b8a1e6a752564c95 > # Parent ff80efc8f3e469c90376603af4fa39012f328918 > # EXP-Topic hgwe

Re: [PATCH] hgweb: display fate of obsolete changesets

2017-11-30 Thread Augie Fackler
(+boris explicitly to try and get his attention) On Sun, Nov 26, 2017 at 08:10:14PM +0900, Yuya Nishihara wrote: > On Tue, 21 Nov 2017 18:14:42 +0800, Anton Shestakov wrote: > > # HG changeset patch > > # User Anton Shestakov > > # Date 1511255021 -28800 > > # Tue Nov 21 17:03:41 2017 +0800

Re: [PATCH] hgweb: display fate of obsolete changesets

2017-12-03 Thread Boris Feld
Catching back on my emails. I thought obsfateprinter was not dependent on the template system but I was wrong. It doesn't seems too hard to make obsfate printer independent of the templating system. Just checking that we are all on the same page, should we update the current obsfateprinter to man

Re: [PATCH] hgweb: display fate of obsolete changesets

2017-12-04 Thread Yuya Nishihara
On Sun, 03 Dec 2017 18:49:55 +0100, Boris Feld wrote: > I thought obsfateprinter was not dependent on the template system but I > was wrong. It doesn't seems too hard to make obsfate printer > independent of the templating system. > > Just checking that we are all on the same page, should we updat

Re: [PATCH] hgweb: display fate of obsolete changesets

2017-12-04 Thread Anton Shestakov
On Sun, 03 Dec 2017 18:49:55 +0100 Boris Feld wrote: > Catching back on my emails. > > I thought obsfateprinter was not dependent on the template system but I > was wrong. It doesn't seems too hard to make obsfate printer > independent of the templating system. It's not exactly dependent, it's

Re: [PATCH] hgweb: display fate of obsolete changesets

2018-01-03 Thread Boris Feld
I have thought about it lately, What about introducing a intermediary function obsfatedata that would returns a dictionary with all the raw values. Something like: {'markers': [..., ...],  'max_date': (0.0, 0),  'min_date': (0.0, 0),  'successors': ['7a230b46bf61e50b30308c6cfd7bd1269ef54702'],  

Re: [PATCH] hgweb: display fate of obsolete changesets

2018-01-03 Thread Yuya Nishihara
On Wed, 03 Jan 2018 17:00:35 +0100, Boris Feld wrote: > What about introducing a intermediary function obsfatedata that would > returns a dictionary with all the raw values. > > Something like: > > {'markers': [..., ...], >  'max_date': (0.0, 0), >  'min_date': (0.0, 0), >  'successors': ['7a230b

Re: [PATCH] hgweb: display fate of obsolete changesets

2018-01-04 Thread Boris Feld
On Thu, 2018-01-04 at 16:50 +0900, Yuya Nishihara wrote: > On Wed, 03 Jan 2018 17:00:35 +0100, Boris Feld wrote: > > What about introducing a intermediary function obsfatedata that > > would > > returns a dictionary with all the raw values. > > > > Something like: > > > > {'markers': [..., ...],

Re: [PATCH] hgweb: display fate of obsolete changesets

2018-01-04 Thread Yuya Nishihara
On Thu, 04 Jan 2018 09:44:17 +0100, Boris Feld wrote: > On Thu, 2018-01-04 at 16:50 +0900, Yuya Nishihara wrote: > > On Wed, 03 Jan 2018 17:00:35 +0100, Boris Feld wrote: > > > What about introducing a intermediary function obsfatedata that > > > would > > > returns a dictionary with all the raw va

Re: [PATCH] hgweb: display fate of obsolete changesets

2018-01-04 Thread Boris Feld
On Thu, 2018-01-04 at 18:36 +0900, Yuya Nishihara wrote: > On Thu, 04 Jan 2018 09:44:17 +0100, Boris Feld wrote: > > On Thu, 2018-01-04 at 16:50 +0900, Yuya Nishihara wrote: > > > On Wed, 03 Jan 2018 17:00:35 +0100, Boris Feld wrote: > > > > What about introducing a intermediary function obsfatedat