It’s the fact that Mercurial tags the commit with the name of the branch that it was committed to which makes it much easier to determine whether a commit is included in your current branch or not.
Isn’t this trivial in Git too? git branch --contains COMMIT ?
Isn’t this trivial in Git too?
git branch --contains COMMIT
?