[PATCH 2 of 5 V5] template: compute user in obsfateusers

Yuya Nishihara yuya at tcha.org
Tue Aug 29 09:13:18 EDT 2017


On Mon, 28 Aug 2017 21:59:50 +0200, Boris Feld wrote:
> # HG changeset patch
> # User Boris Feld <boris.feld at octobus.net>
> # Date 1499088840 -7200
> #      Mon Jul 03 15:34:00 2017 +0200
> # Node ID 97f45f277a5877a1b1b0867cda800029c5a61493
> # Parent  3aa34cf79eafaf1f3831dbfcc0891e4432df780e
> # EXP-Topic obsfatetemplate
> template: compute user in obsfateusers

> +    try:
> +        data = obsutil.markersusers(markers)
> +        return templatekw.hybridlist(data, "users")

It should be 'user' (not plural), fixed.


More information about the Mercurial-devel mailing list