Issue1166

Title hg log --removed doesn't show merge commits
Priority bug Status unread
Superseder Nosy List dbaron, jglick
Assigned To Topics

Created on 2008-06-06.22:46:24 by dbaron, last changed 2008-06-27.00:20:09 by jglick.

Files
File name Uploaded Type Edit Remove
log1 dbaron, 2008-06-06.22:46:24 text/plain; charset=UTF-8
Messages
msg6189 (view) Author: dbaron Date: 2008-06-06.22:46:24
Passing the --removed option to hg log seems to exclude merge commits.  (I've
been debugging a case of a file that was removed by a bad merge, though I don't
have a simple testcase for the fact that I can't get a log of that file to show
anything about its deletion, even with --removed.)

I'd like to pass --removed as a default argument in my .hgrc, but having this
behavior of hiding merge commits means I can't.  (That said, it seems pretty bad
that it's not the default to show removal.)

A simple demonstration of the problem is attached (assuming the file attachment
works).  I would expect the "hg log --removed" to show the same output as the
"hg log".
History
Date User Action Args
2008-06-27 00:20:09jglicksetnosy: + jglick
2008-06-06 22:46:24dbaroncreate