Gavin Maltby wrote:
> Hi,
> 
> When I land up with two heads after a pull is there
> a simple way to:
> 
> a) list all files changed on each branch

I should say I know I can achieve this through discovering
the range of changesets unique to each branch and
doing an hg log -v -r specifying that range of changesets,
grep for ^files: etc etc etc.  I want all that in one
hg command :-)

Gavin

Reply via email to