Hacker News new | ask | show | jobs
by wildwood 4811 days ago
Agreed, one of my favorites. I do this so many times every day:

hg diff -b <filename>

hg commit -m "comments" !$

1 comments

Thank you for pointing out that I can do per-file commits. I didn't know that before!

I use 'hg st' so much that I've aliased it as 'st'. It's just about muscle memory now.