ruby-changes:37303
From: nobu <ko1@a...>
Date: Fri, 23 Jan 2015 11:11:21 +0900 (JST)
Subject: [ruby-changes:37303] nobu:r49384 (trunk): vcs.rb: fix after_export
nobu 2015-01-23 11:11:02 +0900 (Fri, 23 Jan 2015) New Revision: 49384 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49384 Log: vcs.rb: fix after_export * tool/vcs.rb (VCS#after_export): fix nesting. Modified files: trunk/tool/vcs.rb Index: tool/vcs.rb =================================================================== --- tool/vcs.rb (revision 49383) +++ tool/vcs.rb (revision 49384) @@ -128,9 +128,9 @@ class VCS https://github.com/ruby/ruby/blob/trunk/tool/vcs.rb#L128 else '.' end + end - def after_export(dir) - end + def after_export(dir) end class SVN < self -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/