Easiest way to get a diff between repos?

TK Soh teekaysoh at gmail.com
Thu Jul 26 04:46:09 CDT 2007


On 7/26/07, Michael Sperber <sperber at informatik.uni-tuebingen.de> wrote:
>
> "TK Soh" <teekaysoh at gmail.com> writes:
>
> > On 7/26/07, Michael Sperber <sperber at informatik.uni-tuebingen.de> wrote:
> >>
> >> Subject says all, basically.  I don't want the changesets---just a plain
> >> old diff.  It'd be nice if that didn't involve creating a clone.
> >
> > Have you tried the plain old 'diff'?
>
> Sorry, I was being unclear: I'd like to compare specific revisions
> within the repositories.

hg diff --rev REV1 --rev REV2


More information about the Mercurial mailing list