##// END OF EJS Templates
convert: support non annotated tags in git backend...
convert: support non annotated tags in git backend Do not blindly filter out non ending ^{} tags. The new logic is: - if both "tag" and "tag^{}" exist, "tag^{}" is what we want - if only "tag" exists, "tag" is fine
Edouard Gomez -
r16259:589aab2c default
Show More