Mercurial > evolve
comparison debian/changelog @ 1537:50e683d9835e
directaccess: fix case of shortened hash containing only digits
For directaccess, there are four cases for what looks like short hashes made
of digits only:
1 | the hash is a revision number and not a short hash for another revision:
we don't change the visibility
2 | the hash is a revision number and a short hash for another revision:
we don't change the visibility
3 | the hash is not a revision number and not a short hash for another revision:
we don't change the visibility
4 | the hash is not a revision number but is a short hash for another revision:
we make it visible
Before the patch we were not lifting visibility in case number 4. This patch
fixes the issue.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Wed, 18 Nov 2015 13:47:26 -0800 |
parents | 69847c5ffa58 |
children | 0e9821f54ef2 |
comparison
equal
deleted
inserted
replaced
1536:9afe9e0191a1 | 1537:50e683d9835e |
---|