Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

run: tweak some command docstrings

Changeset b3330ca48c6f

Parent 864424cf2c86

by Steve Borho

Changes to one file · Browse files at b3330ca48c6f Showing diff from parent 864424cf2c86 Diff from another changeset...

 
387
388
389
390
 
391
392
393
 
397
398
399
400
 
401
402
403
 
387
388
389
 
390
391
392
393
 
397
398
399
 
400
401
402
403
@@ -387,7 +387,7 @@
  qtrun(run, ui, *pats, **opts)    def shellconfig(ui, *pats, **opts): - """Explorer extension configuration editor""" + """explorer extension configuration editor"""   from tortoisehg.hgqt.shellconf import run   qtrun(run, ui, *pats, **opts)   @@ -397,7 +397,7 @@
  qtrun(run, ui, *pats, **opts)    def log(ui, *pats, **opts): - """Repository Explorer (changelog viewer)""" + """workbench application"""   from tortoisehg.hgqt.workbench import run   qtrun(run, ui, *pats, **opts)