.issues/82aa4838dbeb6254/new/1259359374.M75010P29785Q1.vlan-laptop
author Sean E. Russell <sean.russell@internationalsos.com>
Wed, 15 Mar 2017 08:30:12 -0400
changeset 89 c844431600df
parent 57 6c388fe11dcc
permissions -rw-r--r--
Updates for Mercurial 3.8(?) API compatibility, which broadly broke extensions by forcing @commands decoration.

From: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
Date: Sat, 28 Nov 2009 00:45:23
State: resolved
Subject: Results of ilist appear to be unsorted
Message-Id: <82aa4838dbeb6254-0-artemis@vlan-laptop>
resolution: fixed

I guess the results of `hg ilist` are listed in the same order as issues'
directory names returned by `glob.glob`.

I think that sorting issues by modification or creation date makes more sense.