r69026 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69025‎ | r69026 | r69027 >
Date:22:11, 4 July 2010
Author:avar
Status:ok
Tags:
Comment:
LocalSettingsGenerator: Document $wgDiff3 in the generated LocalSettings.php
Modified paths:
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -256,6 +256,7 @@
257257 \$wgRightsIcon = \"{$this->values['wgRightsIcon']}\";
258258 # \$wgRightsCode = \"{$this->values['wgRightsCode']}\"; # Not yet used
259259
 260+# Path to the GNU diff3 utility. Used for conflict resolution.
260261 \$wgDiff3 = \"{$this->values['wgDiff3']}\";
261262
262263 # When you make changes to this configuration file, this will make

Status & tagging log