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

Unified Diff: git_cl.py

Issue 554123003: Add git cl lol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 3 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 | « no previous file | subcommand.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index b13dc4d0cf7c80b0587bed1cad2e6bcd60c5f881..a9b237652aa61badc7d1ceb2b0888aa44455c21a 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -2775,6 +2775,29 @@ def CMDformat(parser, args):
return 0
+def CMDlol(parser, args):
+ # This command is intentionally undocumented.
+ print(""" / /
+ (\/_//`)
+ / '/
+ 0 0 \
+ / \
+ / __/ \
+ /, _/ \ \_
+ `-./ ) | ~^~^~^~^~^~^~^~\~.
+ ( / \_}
+ | / |
+ ; | \ /
+ \/ ,/ \ |
+ / /~~|~|~~~~~~|~|\ |
+ / / | | | | `\ \
+ / / | | | | \ \
+ / ( | | | | \ \
+ jgs /,_) /__) /__) /,_/
+ '''''"""""'''""""""'''""""""''"""""''''' """)
+ return 0
+
+
class OptionParser(optparse.OptionParser):
"""Creates the option parse and add --verbose support."""
def __init__(self, *args, **kwargs):
« no previous file with comments | « no previous file | subcommand.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698