This is a follow-up to Jed's email about EGG (Emacs Got Git: <a href="https://github.com/byplayer/egg">https://github.com/byplayer/egg</a>), and I figured this deserved its own thread.<div><br></div><div>It seems someone has recently started a mercurial version of the git plugin called Monky: <a href="https://github.com/ananthakumaran/monky">https://github.com/ananthakumaran/monky</a></div>

<div><br></div><div>It's a little rough around the edges but still pretty neat. It allows staging (by file only, no hunks) and interaction with mq. I'd like someone (i.e. Jed) to implement hunk staging but even without that it's nice to not have to go to the command line to commit or see the diff :-)</div>

<div><br></div><div>Basic usage is `M-x monky-status` then use 'n' and 'p' to navigate the list of files. You can see the diff of what changed for a selected file by pressing '<tab>' and then stage that file for commit by pressing 's'.</div>

<div><br></div><div>I figured some of you would be interested in this, so I thought I'd pass it along.</div>