| Index: Tools/GardeningServer/ui/ct-commit.html
|
| diff --git a/Tools/GardeningServer/ui/ct-commit.html b/Tools/GardeningServer/ui/ct-commit.html
|
| index c7ead43614773c5c0c1d90995dab1f9ce08f692f..5a4dc014f376b0ad8fb2c21ba7c936f339d0bbb8 100644
|
| --- a/Tools/GardeningServer/ui/ct-commit.html
|
| +++ b/Tools/GardeningServer/ui/ct-commit.html
|
| @@ -37,6 +37,7 @@ found in the LICENSE file.
|
| <script>
|
| Polymer({
|
| changesetURL: function(revision) {
|
| + // FIXME: This is the last caller of trac.*. Find a better home for this.
|
| return trac.changesetURL(revision);
|
| },
|
| });
|
|
|