Public » Mercurial » hg-lisppaste
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

add help text

Changeset 805f197bad0c

Parent d3761377682f

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 805f197bad0c Showing diff from parent d3761377682f Diff from another changeset...

Change 1 of 1 Show Entire File lisppaste.py Stacked
 
36
37
38
 
 
 
 
 
39
40
41
 
36
37
38
39
40
41
42
43
44
45
46
@@ -36,6 +36,11 @@
 from mercurial.i18n import _    def paste(ui, repo, interactive, **opts): + '''sends a diff to lisppaste + + This command will send the specified diff to paste.lisp.org, + automatically notifying the specified channel that a new + paste is available. Full diff options are supported.'''   def prompt(name, default):   if not opts.get(name) and interactive or not default:   msg = (default and '%s [%s]:' or '%s%s:') % (name, default)