Re: [PATCH 6/7] remote-mediawiki: process namespaces in order

2017-11-01 Thread Eric Sunshine
On Sun, Oct 29, 2017 at 10:51 PM, Antoine Beaupré wrote: > Ideally, we'd process them in numeric order since that is more > logical, but we can't do that yet since this is where we find the > numeric identifiers in the first place. Lexicographic order is a good > compromise. The reader of this co

[PATCH 6/7] remote-mediawiki: process namespaces in order

2017-10-29 Thread Antoine Beaupré
Ideally, we'd process them in numeric order since that is more logical, but we can't do that yet since this is where we find the numeric identifiers in the first place. Lexicographic order is a good compromise. Signed-off-by: Antoine Beaupré --- contrib/mw-to-git/git-remote-mediawiki.perl | 2 +-