[scm-migration-dev] webrev for hg tree with local changes...

2009-02-10 Thread Roland Mainz
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...

[scm-migration-dev] requesting review for minor update to nightly.sh fix

2009-02-10 Thread Mark J. Nelson
Though I had previously tested the common usage, last minute i-dotting revealed two problems with the "list files in nightly bringover" fix. 1. Performance: only a moron would try to bundle the entire repo 2. Hg return codes: for no incoming changesets, "hg pull" returns success, but "hg incomin

[scm-migration-dev] Question: SCCS to Mercurial migration

2009-02-10 Thread Rashmi Tyagi
Hi Experts, Our team is working on transition to Mercurial, we would like to retain the version information of our source files. Are there any scripts or utilities which would be able to help transition and retain the version information ? We would really appreciate your suggestions. Thanks.

[scm-migration-dev] CR 6798660 Updated, P4 consolidatio/os-net-tools Cadmium .NOT file processing problem with CWD relative file paths

2009-02-10 Thread bugmail-sen...@sun.com
*Synopsis*: Cadmium .NOT file processing problem with CWD relative file paths CR 6798660 changed on Feb 10 2009 by === Field === New Value = === Old Value = See Also 6759306 ==

[scm-migration-dev] webrev for hg tree with local changes...

2009-02-10 Thread David Bustos
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

[scm-migration-dev] CR 6798660 Updated, P4 consolidatio/os-net-tools Cadmium .NOT file processing problem with CWD relative file paths

2009-02-10 Thread bugmail-sen...@sun.com
*Synopsis*: Cadmium .NOT file processing problem with CWD relative file paths CR 6798660 changed on Feb 10 2009 by === Field === New Value = === Old Value = Fixed in Build snv_109 Program Management

[scm-migration-dev] CR 6800164 Updated, P4 consolidatio/os-net-tools Standard file exclusion mechanism needed for Cadmium tools

2009-02-10 Thread bugmail-sen...@sun.com
*Synopsis*: Standard file exclusion mechanism needed for Cadmium tools CR 6800164 changed on Feb 10 2009 by === Field === New Value = === Old Value = Fixed in Build snv_109 Status 8-Fix

[scm-migration-dev] [tools-discuss] webrev for hg tree with local changes...

2009-02-10 Thread Mark J. Nelson
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 > > $ webrev -O > -- sni

[scm-migration-dev] automating the gate commit/recommit dance

2009-02-10 Thread Peter Memishian
> 1. We should NOT relax our policies to allow merge changesets. > > 2. We need tools support to allow "trivial" merge/commit/recommit cycles > to happen automatically. > > I believe that the bar on #2 is being set a little bit too low: most > folks seem to think it's sufficient to scri

[scm-migration-dev] automating the gate commit/recommit dance

2009-02-10 Thread Peter Memishian
>I realize people have different opinions here. If the problem is >that so-called "non-conflicting" putbacks should always be taken >without interaction, then 2 makes sense. If the problem is that it >takes too much time, keep in mind that automating it on the client >si

[scm-migration-dev] webrev for hg tree with local changes...

2009-02-10 Thread Roland Mainz
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...