On 20/10/09 Douglas Alan said:

>    % hg incoming
> 
> if you want to see what the pull will do before you actually do it. I
> was imagining that adding the "-n" option to "git svn rebase" would be
> the equivalent.
> 
> I.e., like so:
> 
>    % git svn rebase -n
> 
> But the above really doesn't reveal much information at all.
> 
> So, what, dear friends, is the proper git-svn equivalent for "hg
> incoming"?

I don't use git-svn much, but the plain git equivalent would be

git fetch # update local object store
git log master..origin/master # show me what's in the master branch on
                              # origin that I don't have locally

Mike
-- 
Michael P. Soulier <msoul...@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

Attachment: pgp8R15Bto4h4.pgp
Description: PGP signature

Reply via email to