On Wed, Jul 16, 2008 at 04:10:49PM -0700, Danek Duvall wrote:
> 
> I'd say "hg outgoing" is more like putback -n, except that you have to have
> your commit complete.

Well, it appears to me that hg outgoing isn't close to putback -n either.  The
reason I say that is that putback -n shows you the what is going to change on
the parent workspace.  For example if I added a new file putback -n should show
that file being created on the parent workspace.  hg outgoing just shows:

searching for changes
changeset:   6949:5202a73e2ea7
tag:         tip
user:        William Fiveash <William.Fiveash at Sun.COM>
date:        Wed Jul 16 18:49:36 2008 -0500
summary:     bogus add file.

So far I'm not sure how one get's hg to show that new file.  I tried:

$ hg log -r 6949:5202a73e2ea7 -p
changeset:   6949:5202a73e2ea7
tag:         tip
user:        William Fiveash <William.Fiveash at Sun.COM>
date:        Wed Jul 16 18:49:36 2008 -0500
summary:     bogus add file.

So how does one display all the changes that a push will perform on the
parent repository?

-- 
Will Fiveash
Sun Microsystems               Office x64079/512-401-1079
Austin, TX, 78727              (TZ=CST6CDT), USA
Internal Solaris Kerberos/GSS/SASL website: http://kerberos.sfbay
Info about krb-diag: http://kerberos.sfbay/krb-tool-info.html
http://opensolaris.org/os/project/kerberos/

Reply via email to