Changed files in changeset?
Dustin Sallings
dustin at spy.net
Mon Nov 5 23:22:52 CST 2007
On Nov 5, 2007, at 20:41, Kurt Granroth 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?
I'm not sure about that such a thing, but you can do this:
hg log -r [revision] --template '{files}\n'
--
Dustin Sallings
More information about the Mercurial
mailing list