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

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

Issue 773083004: Rietveld: Display the remote tracked ref in both old and new UIs (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: remote_branch -> target_ref Created 6 years 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/revert_patchset.py
diff --git a/appengine/chromium_rietveld/codereview/revert_patchset.py b/appengine/chromium_rietveld/codereview/revert_patchset.py
index 7408878d333c2f64a9771411d20da01d95317d9e..a0ee75c45c89684fe5c7ad2caefe0a8a746bf5a4 100644
--- a/appengine/chromium_rietveld/codereview/revert_patchset.py
+++ b/appengine/chromium_rietveld/codereview/revert_patchset.py
@@ -174,6 +174,7 @@ def revert_patchset(request):
description=description,
project=original_issue.project,
base=original_issue.base,
+ target_ref=original_issue.target_ref,
repo_guid=original_issue.repo_guid,
reviewers=reviewers,
cc=original_issue.cc,
« 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