#353 'hg list' output should be sorted properly, into an actual order 
http://bugs.grommit.com/show_bug.cgi?id=353

cr.opensolaris.org/~richlowe/scm_353

When I made hg list sort, I foolishly and negligently missed sorting
the actual groups, as well as the files within the group.

You'll note the irritating method of sorting, python's list.sort()
doesn't return its result, it only sorts in place, leading to this
wonder of verbosity...

Thanks,

-- Rich

Reply via email to