# HG changeset patch # User Gregory Szorc # Date 1532624806 25200 # Node ID 0f948d821fe7e5ed18e6106c162375a11e8b0546 # Parent 258d90f69076ba7cdc6fb8d3096674a2291a319e gitweb: add link to graph error.tmpl wasn't consistent with other templates in gitweb in that it was missing a "graph" link. This commit makes it consistent. diff -r 258d90f69076 -r 0f948d821fe7 mercurial/templates/gitweb/error.tmpl --- a/mercurial/templates/gitweb/error.tmpl Wed Jul 25 10:05:24 2018 +0200 +++ b/mercurial/templates/gitweb/error.tmpl Thu Jul 26 10:06:46 2018 -0700 @@ -17,6 +17,7 @@ summary | shortlog | changelog | +graph | tags | bookmarks | branches |