hg incoming

Matt Mackall mpm at selenic.com
Tue Aug 16 22:39:19 CDT 2005


There's now a preliminary version of hg incoming in tip.

$ hg incoming local | head -20
searching for changes
changeset:   929:26bb67b7ec14
tag:         tip
user:        mpm at selenic.com
date:        Tue Aug 16 20:31:30 2005
summary:     Add incoming to completions

changeset:   928:6f2c3bcbfaaf
user:        mpm at selenic.com
date:        Tue Aug 16 20:27:46 2005
summary:     hg incoming/outgoing: fix tests and update man page

changeset:   927:5a830d7bea52
user:        mpm at selenic.com
date:        Tue Aug 16 20:17:16 2005
summary:     Add hg incoming command for local repositories

changeset:   926:b765e970c9ff
user:        mpm at selenic.com
date:        Tue Aug 16 20:17:01 2005
...

Like outgoing, this shows what would be pulled from the specified
repo.

This is currently limited to working with local repositories, but will
eventually be extended to handle remote ones. For now you can just
pull into your pristine local mirror (you do have one, don't you?) and
do an hg incoming against it.

-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list