summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
-rw-r--r--tool/lib/vcs.rb3
1 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,8 @@ class VCS
@@dirs << [dir, self, pred]
end
- def self.detect(path = '.', options = {}, parser = nil)
uplevel_limit = options.fetch(:uplevel_limit, 0)
curr = path
begin