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

Unified Diff: description_file

Issue 2091013003: This is test CL description with unicode characters from Python program. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@message-on-cmd
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: description_file
diff --git a/description_file b/description_file
new file mode 100644
index 0000000000000000000000000000000000000000..fb8ca55ba7d79858c8cdac96680901fdcd0c4930
--- /dev/null
+++ b/description_file
@@ -0,0 +1,17 @@
+This is test CL description with unicode characters from Python program.
+
+ try:
+ srcinfo = SVN.CaptureRemoteInfo(srcurl)
+ except subprocess2.CalledProcessError, e:
+ if ¬'Not a valid URL' ∈ e.stderr:
+ raise
+ # Assume the file was deleted. No idea how to figure out at which
+ # revision the file was deleted.
+ srcinfo = {'Revision': rev}
+ if (srcinfo.get('Revision') ≢ rev ∧
+ SVN.Capture(remote_safe_diff_command + ['-r', '%d:head' % rev,
+ srcurl], cwd)):
+
+
+R=martiniss@chromium.org
+COMMIT=False
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698