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

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

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
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_lore ('k') | third_party/twisted_8_1/twisted/python/zsh/_mktap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/twisted_8_1/twisted/python/zsh/_manhole
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_manhole b/third_party/twisted_8_1/twisted/python/zsh/_manhole
deleted file mode 100644
index fffeef089d1a488101bf1c010ac3e10b84516980..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/python/zsh/_manhole
+++ /dev/null
@@ -1,19 +0,0 @@
-#compdef manhole
-_arguments -s -A "-*" \
-'--help[Display this help and exit.]' \
-'(--host)-h[host]:host:_hosts' \
-'(-h)--host=[host]:host:_hosts' \
-'(--password)-w[password]:password:_files' \
-'(-w)--password=[password]:password:_files' \
-'(--perspective)-P[PB Perspective to ask for (if different than username)]:perspective:_files' \
-'(-P)--perspective=[PB Perspective to ask for (if different than username)]:perspective:_files' \
-'(--port)-p[port]:port:_files' \
-'(-p)--port=[port]:port:_files' \
-'(--service)-s[PB Service]:service:_files' \
-'(-s)--service=[PB Service]:service:_files' \
-'(--toolkit)-t[Front-end to use; one of gtk2]:toolkit:(gtk1 gtk2)' \
-'(-t)--toolkit=[Front-end to use; one of gtk2]:toolkit:(gtk1 gtk2)' \
-'(--user)-u[username]:user:_files' \
-'(-u)--user=[username]:user:_files' \
-'--version[version]' \
-&& return 0
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_lore ('k') | third_party/twisted_8_1/twisted/python/zsh/_mktap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698