Changed files in changeset?
TK Soh
teekaysoh at gmail.com
Tue Nov 6 07:53:55 UTC 2007
On Nov 6, 2007 4:41 AM, Kurt Granroth <kurt.mercurial at granroth.com> wrote:
> Is there an easy way to get the list of files modified by a patchset?
> I'm thinking along the lines of darcs' support whereby 'changes' will
> show you the files like so:
>
> M myfile +5-10
> R gone
> A newfile
>
> I suppose I could iterate through the patch itself and get the info
> directly from that... but it would be more handy if that capability was
> already there.
>
> Anything I'm missing?
Maybe you can try 'hg log -rREV --debug'
More information about the Mercurial
mailing list