I report bug and it was fixed. DVCS revision attached to bug report.
I pull changes and know that it is in repo:
$ git show ec4e6e0
But when I try to update to HEAD
or another branches I can't see this changes in fixed file.
How I can get hashes and human readable bookmarks like origin/4.0.x
for heads which have specific revision in graph chain?
UPDATE I try suggestion:
$ git branch --contains ec4e6e0
and output is empty. what am I doing wrong?