[PATCH] Log, annotate and diff use an environment pager if available

Adrian Buehlmann adrian at cadifra.com
Thu Mar 6 09:10:44 CST 2008


On 06.03.2008 13:37, David Soria Parra wrote:
> fixed

not yet...

> +    def write(self, w):
> +        self.buffer.extend(w.splitlines())
> +        if len(self.buffer) >= self.min_lines and not self.buffer_written:
> +            # we reached the limit and not yet written the buffer
> +            self.buffer_written = True
> +            if self.getpager() and not self.proc:
> +                # we now that we need a process only if
> +                # we already reach the min_lines limit

"we now"? -> "we know"?

http://www.merriam-webster.com/dictionary/now
http://www.merriam-webster.com/dictionary/know

But I do not understand that grammar anyway....
We know what?


More information about the Mercurial-devel mailing list