lib/mercurial-ruby/command.rb in mercurial-ruby-0.7.6 vs lib/mercurial-ruby/command.rb in mercurial-ruby-0.7.7
- old
+ new
@@ -4,10 +4,10 @@
module Mercurial
class CommandError < Error; end
#
- # This class represents a command that will be executed in a shell. You probably don't want to deal with this yourself,
+ # This class represents a shell command. You probably don't want to deal with this yourself,
# use the {Mercurial::Shell Shell} class instead.
#
class Command
attr_accessor :command, :repository, :use_cache, :timeout