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

repomodel: add TODO for getlog()

Changeset 7bfb178c9612

Parent 753c53162f07

by Steve Borho

Changes to one file · Browse files at 7bfb178c9612 Showing diff from parent 753c53162f07 Diff from another changeset...

 
65
66
67
 
68
69
70
 
65
66
67
68
69
70
71
@@ -65,6 +65,7 @@
  return tounicode(",".join(tags))    def getlog(ctx, gnode): + # TODO: add branch name / tag markups   if ctx.rev() is not None:   msg = tounicode(ctx.description())   if msg: