merge
authorAndrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
Sat, 28 Nov 2009 01:28:58 +0300
changeset 41 6ac81157f063
parent 37 bdd5e251079a (diff)
parent 40 d013e9b9aba7 (current diff)
child 42 5383d3d5e350
merge
.hgignore
--- a/.hgignore	Sat Nov 28 00:10:46 2009 +0200
+++ b/.hgignore	Sat Nov 28 01:28:58 2009 +0300
@@ -1,1 +1,2 @@
-\.pyc$
+syntax:glob
+*.pyc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/82aa4838dbeb6254/new/1259359374.M75010P29785Q1.vlan-laptop	Sat Nov 28 01:28:58 2009 +0300
@@ -0,0 +1,11 @@
+From: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
+Date: Sat, 28 Nov 2009 00:45:23
+State: new
+Subject: Results of ilist appear to be unsorted
+Message-Id: <82aa4838dbeb6254-0-artemis@vlan-laptop>
+
+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.
+