From 5440e757bcf784bce0bd130ef2608caa41107c38 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Mon, 21 Jun 2010 10:08:49 -0400 Subject: [PATCH] Added 'expand' to the list of known but unhandled RCS commands. --- rcs-fast-export.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcs-fast-export.rb b/rcs-fast-export.rb index 5febed8..e69b296 100755 --- a/rcs-fast-export.rb +++ b/rcs-fast-export.rb @@ -288,7 +288,7 @@ module RCS status.push :desc lines.clear status.push :read_lines - when 'branch', 'access', 'locks' + when 'branch', 'access', 'locks', 'expand' STDERR.puts "Skipping unhandled command #{command.inspect}" if $DEBUG else raise "Unknown command #{command.inspect}" -- 2.32.0.93.g670b81a890