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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is test CL description with unicode characters from Python program.
2
3 try:
4 srcinfo = SVN.CaptureRemoteInfo(srcurl)
5 except subprocess2.CalledProcessError, e:
6 if ¬'Not a valid URL' ∈ e.stderr:
7 raise
8 # Assume the file was deleted. No idea how to figure out at which
9 # revision the file was deleted.
10 srcinfo = {'Revision': rev}
11 if (srcinfo.get('Revision') ≢ rev ∧
12 SVN.Capture(remote_safe_diff_command + ['-r', '%d:head' % rev,
13 srcurl], cwd)):
14
15
16 R=martiniss@chromium.org
17 COMMIT=False
OLDNEW
« 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