[issue1549] "hg parents -p" should show the patch

Arne Babenhauserheide mercurial-bugs at selenic.com
Wed Mar 11 02:43:58 CDT 2009


New submission from Arne Babenhauserheide <arne_bab at web.de>:

Usecase: See the last change to a file. 

Currently we need to do "hg parents file" to get the revision and then "hg log
-p -r revision file" to see the changes (as far as I know). 

It would be more consistent, though, to just provide the -p switch to hg
parents, too, so this workflow would change to 

"hg parents -p file"

I'm not perfectly sure what it should show, if the last change was a merge.

----------
messages: 8794
nosy: ArneBab
priority: wish
status: unread
title: "hg parents -p" should show the patch
topic: ui

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1549>
____________________________________________________



More information about the Mercurial-devel mailing list