lib/mercurial-ruby/blame.rb in mercurial-ruby-0.7.6 vs lib/mercurial-ruby/blame.rb in mercurial-ruby-0.7.7

- old
+ new

@@ -1,12 +1,12 @@ module Mercurial # - # The class represents Mercurial blame output. Obtained by running an +hg blame+ command. + # The class represents Mercurial blame output (+hg blame+ command). # - # This is for the Blame object itself, {Mercurial::BlameFactory BlameFactory} is responsible - # for assembling instances of the Blame. For the list of all possible blame-related operations please - # look documentation for {Mercurial::BlameFactory BlameFactory}. + # This class is for Blame object itself, {Mercurial::BlameFactory BlameFactory} is responsible + # for assembling instances of Blame. For the list of all possible blame-related operations + # check {Mercurial::BlameFactory BlameFactory}. # class Blame METADATA_RE = /^(.+) (\w{12}): *(\d+): / METADATA_AND_CODE_RE = /^(.+) (\w{12}): *(\d+): (.*)$/ \ No newline at end of file