lib/rscm/base.rb in rscm-0.3.15 vs lib/rscm/base.rb in rscm-0.3.16

- old
+ new

@@ -210,9 +210,14 @@ # Returns an Array of the children under +relative_path+ def ls(relative_path) raise NotImplementedError end + + # Opens a revision_file + def open(revision_file, &block) #:yield: io + raise NotImplementedError + end # Whether the working copy is in synch with the central # repository's revision/time identified by +identifier+. # If +identifier+ is nil, 'HEAD' of repository should be assumed. #