summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96225db)
raw | patch | inline | side by side (parent: 96225db)
author | Michele Ballabio <barra_cuda@katamail.com> | |
Thu, 27 Sep 2007 12:53:25 +0000 (14:53 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 28 Sep 2007 02:12:49 +0000 (22:12 -0400) |
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl | patch | blob | history |
diff --git a/lib/blame.tcl b/lib/blame.tcl
index a911c3c77deff7a01419cccc7c4e69905d4ceb7b..00ecf21333c976d4c6002cd66a055803362f3523 100644 (file)
--- a/lib/blame.tcl
+++ b/lib/blame.tcl
set author_time {}
catch {set author_name $header($cmit,author)}
catch {set summary $header($cmit,summary)}
- catch {set author_time [foramt_date $header($cmit,author-time)]}
+ catch {set author_time [format_date $header($cmit,author-time)]}
$tooltip_t insert end [strcat [mc "Originally By:"] "\n"] section_header
$tooltip_t insert end "commit $cmit\n"