equal
deleted
inserted
replaced
6 # This software may be used and distributed according to the terms |
6 # This software may be used and distributed according to the terms |
7 # of the GNU General Public License, incorporated herein by reference. |
7 # of the GNU General Public License, incorporated herein by reference. |
8 |
8 |
9 import os |
9 import os |
10 import re |
10 import re |
11 import sys |
|
12 import cPickle as pickle |
11 import cPickle as pickle |
13 from mercurial import util |
12 from mercurial import util |
14 from mercurial.i18n import _ |
13 from mercurial.i18n import _ |
15 |
14 |
16 def listsort(list, key): |
15 def listsort(list, key): |