Hi!
Is there a way to get a webrev for local (e.g. uncommited changes) in a
hg tree ?
I tried this:
-- snip --
$ hg init
$ hg pull --ssh '/usr/bin/ssh -C'
ssh://anon at hg.opensolaris.org/hg/onnv/onnv-gate
$ hg checkout
$ webrev -O
-- snip --
... but the result is an empty diff/wevrev...
Quoth Roland Mainz on Tue, Feb 10, 2009 at 04:54:04AM +0100:
> Is there a way to get a webrev for local (e.g. uncommited changes) in a
> hg tree ?
What I do is
- Set $rev to the part of "hg id" before the +. (E.g., the
"777edecc81ff" in "777edecc81ff+ tip".)
- Run "hg st -mard -n | HG_P
Hi!
Is there a way to get a webrev for local (e.g. uncommited changes) in a
hg tree ?
I tried this:
-- snip --
$ hg init
$ hg pull --ssh '/usr/bin/ssh -C'
ssh://anon at hg.opensolaris.org/hg/onnv/onnv-gate
$ hg checkout
$ webrev -O
-- snip --
... but the result is an empty diff/wevrev...