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

Unified Diff: tools/svn.py

Issue 85343004: Temporary changes to test one-click revert. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « no previous file | tools/tempfile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/svn.py
diff --git a/tools/svn.py b/tools/svn.py
index 0c1ec4fd2b0e2040f5db0faaff86cc575c05ee9c..d7eaac4e31145c132d0c40e2629e0a3a6b9a60d1 100644
--- a/tools/svn.py
+++ b/tools/svn.py
@@ -11,8 +11,10 @@ import re
import subprocess
import threading
+
PROPERTY_MIMETYPE = 'svn:mime-type'
+
# Status types for GetFilesWithStatus()
STATUS_ADDED = 0x01
STATUS_DELETED = 0x02
« no previous file with comments | « no previous file | tools/tempfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698