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

Unified Diff: third_party/twisted_8_1/twisted/python/zsh/_lore

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 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
Index: third_party/twisted_8_1/twisted/python/zsh/_lore
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_lore b/third_party/twisted_8_1/twisted/python/zsh/_lore
deleted file mode 100644
index 012790cd1b091a946f40518b476ddc2a6fd757bb..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/python/zsh/_lore
+++ /dev/null
@@ -1,28 +0,0 @@
-#compdef lore
-_arguments -s -A "-*" \
-'*:files:_files' \
-'(--book)-b[The book file to generate a book from]:book:_files' \
-'(-b)--book=[The book file to generate a book from]:book:_files' \
-'--config=[config]:config:_files' \
-'(--docsdir)-d[docsdir]:docsdir:_files' \
-'(-d)--docsdir=[docsdir]:docsdir:_files' \
-'--help[Display this help and exit.]' \
-'(--index)-x[The base filename you want to give your index file]:index:_files' \
-'(-x)--index=[The base filename you want to give your index file]:index:_files' \
-'(--input)-i[input]:input:_files' \
-'(-i)--input=[input]:input:_files' \
-'(--inputext)-e[The extension that your Lore input files have]:inputext:_files' \
-'(-e)--inputext=[The extension that your Lore input files have]:inputext:_files' \
-'(--linkrel)-l[linkrel]:linkrel:_files' \
-'(-l)--linkrel=[linkrel]:linkrel:_files' \
-'(--null)-n[Do not report filenames]' \
-'(-n)--null[Do not report filenames]' \
-'(--number)-N[Add chapter/section numbers to section headings]' \
-'(-N)--number[Add chapter/section numbers to section headings]' \
-'(--output)-o[output]:output:_files' \
-'(-o)--output=[output]:output:_files' \
-'(--plain)-p[Report filenames without progress bar]' \
-'(-p)--plain[Report filenames without progress bar]' \
-'--prefixurl=[The prefix to stick on to relative links; only useful when processing directories]:prefixurl:_files' \
-'--version[version]' \
-&& return 0
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_conch ('k') | third_party/twisted_8_1/twisted/python/zsh/_manhole » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698