# HG changeset patch # User Steve Losh # Date 1276921037 14400 # Node ID 63630bb5a5d99c4f8ade4be8cae5b116fbddf439 # Parent 4a5b97071a4d57367b9fbf048b53cedc736a1a9e web: make the push and pull buttons actually do something again diff -r 4a5b97071a4d -r 63630bb5a5d9 review/templates/base.html --- a/review/templates/base.html Fri Jun 18 23:05:28 2010 -0400 +++ b/review/templates/base.html Sat Jun 19 00:17:17 2010 -0400 @@ -31,7 +31,7 @@ {% for name, path in datastore.repo.ui.configitems("paths") %}
- push to {{ name }} + push to {{ name }}
{% endfor %} @@ -40,7 +40,7 @@ {% for name, path in datastore.repo.ui.configitems("paths") %}
- pull from {{ name }} + pull from {{ name }}
{% endfor %}