Simple command line to see what happened in a changeset?

Thomas Klausner tk at giga.or.at
Sat Jul 7 04:51:47 CDT 2007


On Thu, Jul 05, 2007 at 11:09:28AM -0500, Matt Mackall wrote:
> This is basically equivalent to:
> 
> hg export ab1234

Oh, even shorter, thanks.

I tried to use it without having a local copy by using -R.

	hg -R /path/to/repo export ab1234
works, but
	hg -R ssh://host//path/to/repo ab1234
reports
	abort: repository 'ssh://host//path/to/repo' is not local
("log -r -vp" does the same)

Is there a way to get the same kind of output for a remote repository
accessible via ssh?

Cheers,
 Thomas


More information about the Mercurial mailing list