summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/vcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb
index b97334ecfb..e53d0c7cc5 100644
--- a/tool/vcs.rb
+++ b/tool/vcs.rb
@@ -469,7 +469,7 @@ class VCS
%W"#{COMMAND} log -n1 --format=format:%H" <<
"--grep=^ *git-svn-id: .*@#{rev} ")
rev unless rev.empty?
- end.join('..')
+ end.join('^..')
cmd_pipe({'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'},
%W"#{COMMAND} log --no-notes --date=iso-local --topo-order #{range}", "rb") do |r|
open(path, 'w') do |w|