Index: tools/push-to-trunk/merge_to_branch.py |
diff --git a/tools/push-to-trunk/merge_to_branch.py b/tools/push-to-trunk/merge_to_branch.py |
index da9d3101a41ab44d9ecafb7848c4ec4f47ad8934..9e7f1fb4f5dbee94669fddf02c81fac8ef370f32 100755 |
--- a/tools/push-to-trunk/merge_to_branch.py |
+++ b/tools/push-to-trunk/merge_to_branch.py |
@@ -276,9 +276,6 @@ class MergeToBranch(ScriptsBase): |
# CC ulan to make sure that fixes are merged to Google3. |
options.cc = "ulan@chromium.org" |
- # Thd old git-svn workflow is deprecated for this script. |
- assert options.vc_interface != "git_svn" |
- |
# Make sure to use git hashes in the new workflows. |
for revision in options.revisions: |
if (IsSvnNumber(revision) or |