# File lib/capistrano/recipes/deploy/scm/accurev.rb, line 162
          def ==(other)
            (stream == other.stream) && (transaction_id == other.transaction_id)
          end