Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

hgtk: fix docstring for rename command

Changeset 8af033e9683d

Parent 9e4d3d73df55

by Steve Borho

Changes to one file · Browse files at 8af033e9683d Showing diff from parent 9e4d3d73df55 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
205
206
207
208
 
209
210
211
 
205
206
207
 
208
209
210
211
@@ -205,7 +205,7 @@
  run(**opts)    def rename(ui, *pats, **opts): - """repository configuration editor""" + """rename a single file or directory"""   from hggtk.rename import run   opts['fname'] = pats[0]   run(**opts)