author | Dmitriy Morozov <dmitriy@mrzv.org> |
Fri, 15 Apr 2011 21:37:16 -0700 (2011-04-16) | |
changeset 57 | 6c388fe11dcc |
parent 37 | bdd5e251079a |
permissions | -rw-r--r-- |
37
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
1 |
From: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com> |
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
2 |
Date: Sat, 28 Nov 2009 00:45:23 |
57
6c388fe11dcc
ilist: added --order to sort by date (fixes #82a)
Dmitriy Morozov <dmitriy@mrzv.org>
parents:
37
diff
changeset
|
3 |
State: resolved |
37
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
4 |
Subject: Results of ilist appear to be unsorted |
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
5 |
Message-Id: <82aa4838dbeb6254-0-artemis@vlan-laptop> |
57
6c388fe11dcc
ilist: added --order to sort by date (fixes #82a)
Dmitriy Morozov <dmitriy@mrzv.org>
parents:
37
diff
changeset
|
6 |
resolution: fixed |
37
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
7 |
|
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
8 |
I guess the results of `hg ilist` are listed in the same order as issues' |
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
9 |
directory names returned by `glob.glob`. |
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
10 |
|
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
11 |
I think that sorting issues by modification or creation date makes more sense. |
bdd5e251079a
82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
parents:
diff
changeset
|
12 |