Re: [PATCH V3 4/4] git-mw: Add preview subcommand into git mw.

2013-06-16 Thread Matthieu Moy
[ Just a quick look, no time for a detailed review ] benoit.per...@ensimag.fr writes: > From: Benoit Person > > Add the subcommand to 'git-mw.perl'. That's already said in the Subject field. > Add a new constant in GitMediawiki.pm 'HTTP_CODE_PAGE_NOT_FOUND'. And this brings zero information c

[PATCH V3 4/4] git-mw: Add preview subcommand into git mw.

2013-06-15 Thread benoit . person
From: Benoit Person Add the subcommand to 'git-mw.perl'. Add a new constant in GitMediawiki.pm 'HTTP_CODE_PAGE_NOT_FOUND'. Signed-off-by: Benoit Person Signed-off-by: Matthieu Moy --- changes from V2: - Remove the --blob option, distinction between files and blobs is now automatic.