Changed files in changeset?
Giorgos Keramidas
keramida at ceid.upatras.gr
Tue Nov 6 07:33:13 UTC 2007
On 2007-11-05 21:41, 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
This looks remarkably similar to diffstat(1) output (especially the
+lines-lines part). I'm not sure if something like "hg stat" is
possible, but I very often 'look' at diffs & changesets with:
hg export REV | diffstat -p1
More information about the Mercurial
mailing list