Module: Subversion::SvnCommand::Revisions

Defined in:
lib/svn-command/svn_command.rb

Overview


Instance Method Summary collapse

Instance Method Details

#__forwardObject

Start at earlier revision and go forwards rather than starting at the latest revision def __reverse



873
874
875
# File 'lib/svn-command/svn_command.rb', line 873

def __forward
  @reverse = true
end

#__forwardsObject



876
877
878
# File 'lib/svn-command/svn_command.rb', line 876

def __forwards
  @reverse = true
end

#__unreviewed_onlyObject

Only show revisions that are in need of a code review :todo:



882
883
884
# File 'lib/svn-command/svn_command.rb', line 882

def __unreviewed_only
  @unreviewed_only
end