[PATCH 0 of 1] Fix issue in hg 1.5: hg log command does not recognize --mq option

Michael Glassford glassfordmjg at gmail.com
Wed Mar 31 12:17:26 CDT 2010


Hi, I'm new here and new to Mercurial. I've spent the last few days exploring Mercurial and using it on a project I'm working on, and am enjoying it a lot.

While exploring, I discovered that the hg log command didn't accept the new --mq option. After doing a bit of digging, I discovered that this is because the mq code that wraps the hg commands skipped "log" because it mistakenly thought that the "log" command was in commands.norepo. This happened because it matches the "log" substring of the "debugsvnlog" item which actually is in commands.norepo when the hgext.convert extension is enabled.

I've created a patch that fixes the issue.


More information about the Mercurial-devel mailing list