Fixing Repository Graph view
Heptapod 0.17 introduced the VCS-agnostic commit "display id", but was overly optimistic it could replace the commit ids in the JSON that is returned for client-side graph rendering. Indeed that JSON uses the plain ids to represent relationships. The right thing to do here is to get back to the anterior way of doing, just using the neutral method that will work for all types of repositories. Closes #385 --HG-- branch : heptapod-stable
Showing
Please register or sign in to comment