You can use the non-bundled rdiff
extension (see the answer to an earlier question) to see textual diff.
None of the visual diff tools that I'm aware of (Beyond Compare, kdiff3, meld, DiffMerge) works over network. However if your repos are on the same LAN, it wouldn't be too difficult to write a small extension to find the divergent files between two changesets in two repos, extra them into a temp directory, and run visual diff there, which is basically what ExtDiff does within one repo.
Niall C's answer is still the preferred choice, since you'll need to pull master repo sooner or later (the sooner the better), so you may as well just pull and diff locally.