DescriptionThis 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
BUG=
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 1 (0 generated)
|