Roland Mainz wrote:
> 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
> <edit some files>
> $ webrev -O
> -- snip --
> ... but the result is an empty diff/wevrev... ;-(
> 
> Does anyone know how to get this working ?

What is your default path?  Ie if you did hg init/hg pull instead of hg 
clone, did you also do an hg reparent (or simply edit .hg/hgrc directly)?

Where you snipped the output above, did it correctly identify the files 
you had changed?  What is the output of "hg list"?

--Mark

Reply via email to