sapling/hgext/convert
Kirill Smelkov 2de575229a [RFC] convert: fix --datesort
The problem is that previously commit.date was used for sorting, but it's a
string like "1 Jan xxx 2007", so it it wrong to use it for sorting.

Another problem is that why we are using depth for sorting -- I have no clear
answer -- it seems to be plain wrong.

This patch is just an RFC.
2007-12-18 14:01:34 -06:00
..
__init__.py convert: move commands definition to ease demandload job (issue 860) 2007-12-09 15:25:36 +01:00
common.py convert: some tidyups, doc improvements, and test fixes 2007-11-27 09:44:09 -08:00
convcmd.py [RFC] convert: fix --datesort 2007-12-18 14:01:34 -06:00
cvs.py convert: read CVS files in chunks (issue 800) 2007-11-18 17:25:28 +01:00
darcs.py merge with crew-stable 2007-11-09 21:24:25 -02:00
filemap.py convert: some tidyups, doc improvements, and test fixes 2007-11-27 09:44:09 -08:00
git.py merge with crew-stable 2007-11-09 21:24:25 -02:00
hg.py convert: some tidyups, doc improvements, and test fixes 2007-11-27 09:44:09 -08:00
subversion.py Merge with stable 2007-12-06 13:11:36 -08:00
transport.py Replace _ with inst for catching exceptions to not shadow gettext. 2007-08-07 09:56:21 +02:00