Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3192)

Unified Diff: appengine/chromium_rietveld/codereview/urls.py

Issue 1155513002: [Rietveld] Add support for patchset dependencies (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: Fix lint issues in test Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/chromium_rietveld/codereview/models.py ('k') | appengine/chromium_rietveld/codereview/views.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_rietveld/codereview/urls.py
diff --git a/appengine/chromium_rietveld/codereview/urls.py b/appengine/chromium_rietveld/codereview/urls.py
index fd98f2329ed56185044272c640b3fca18172dd18..66c132ccba58f023dac638b06daa9f59f78fcada 100644
--- a/appengine/chromium_rietveld/codereview/urls.py
+++ b/appengine/chromium_rietveld/codereview/urls.py
@@ -105,6 +105,8 @@ urlpatterns = patterns(
(r'^(\d+)/patchset/(\d+)$', 'patchset'),
(r'^(\d+)/patchset/(\d+)/delete$', 'delete_patchset'),
(r'^(\d+)/patchset/(\d+)/edit_patchset_title$', 'edit_patchset_title'),
+ (r'^(\d+)/patchset/(\d+)/get_depends_on_patchset$',
+ 'get_depends_on_patchset'),
(r'^account$', 'account'),
(r'^use_uploadpy$', 'use_uploadpy'),
(r'^xsrf_token$', 'xsrf_token'),
« no previous file with comments | « appengine/chromium_rietveld/codereview/models.py ('k') | appengine/chromium_rietveld/codereview/views.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698