<!DOCTYPE html>
<html>
<head>
</head>
<body>
<dl style="line-height: 1.5; margin-left: 2em">
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
<dd style="margin-left: 8.5em">HAYASHI Kentaro <hayas****@clear*****></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
<dd style="margin-left: 8.5em">2012-07-25 13:32:12 +0900 (Wed, 25 Jul 2012)</dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
<dd style="margin-left: 8.5em"><a href="https://github.com/mroonga/mroonga/commit/1e4827e590686de9583012dde32856a1e8d4f9b2">1e4827e590686de9583012dde32856a1e8d4f9b2</a></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Log</dt>
<dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em">Use newer cutter repository</pre></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
<dd style="margin-left: 8.5em">
<ul>
<li>Makefile.am</li>
</ul>
</dd>
</dl>
<div class="diff-section" style="clear: both">
<div class="diff" style="margin-left: 1em; margin-right: 1em">
<pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em; white-space: normal"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: Makefile.am (+3 -2)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">--- Makefile.am 2012-07-25 13:24:29 +0900 (e660015)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+++ Makefile.am 2012-07-25 13:32:12 +0900 (a21a75d)</span>
<span class="diff-line" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -70,8 +70,9 @@ update-latest-release:</span>
<span class="diff-not-changed" style="display: block; white-space: pre">          exit 1;                                        \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         fi</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         cd $(top_srcdir) && test -d "misc" ||                                        \</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-         svn export --force                                                        \</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-         https://cutter.svn.sourceforge.net/svnroot/cutter/cutter/trunk/misc</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+         git clone                                                         \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+         git://github.com/clear-code/cutter.git</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        ln -sf cutter/misc misc</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         cd $(top_srcdir) &&                                \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">          misc/update-latest-release.rb                        \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">          $(PACKAGE) $(OLD_RELEASE) $(OLD_RELEASE_DATE)        \</span>
</pre>
</div>
</div>
</body>
</html>