I was wondering if there is a way to diff two branches. I'm think the syntax should be something like: hg diff /path/to/repo1 /path/to/repo2 or maybe if you are in a working directory: hg diff /path/to/other/branch However neither of those work. Thanks, Bryan