| 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
|
|
|