r41891 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41890‎ | r41891 | r41892 >
Date:20:04, 9 October 2008
Author:aaron
Status:old
Tags:
Comment:
Revert r41590, breaks import
Modified paths:
  • /trunk/extensions/CodeReview/Subversion.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/Subversion.php
@@ -109,7 +109,7 @@
110110
111111 function getLog( $path, $startRev=null, $endRev=null ) {
112112 $command = sprintf(
113 - "LC_MESSAGES=C svn log -v -r%s:%s --non-interactive %s",
 113+ "svn log -v -r%s:%s --non-interactive %s",
114114 wfEscapeShellArg( $this->_rev( $startRev, 'BASE' ) ),
115115 wfEscapeShellArg( $this->_rev( $endRev, 'HEAD' ) ),
116116 wfEscapeShellArg( $this->mRepo . $path ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41590Add LC_MESSAGES=C in svn commandline : we don't want any localization since w...nicdumz06:55, 3 October 2008

Status & tagging log