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