Mercurial > hg
comparison contrib/hgk @ 1308:2073e5a71008
Cleanup of tabs and trailing spaces.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 21 Sep 2005 07:56:19 +0200 |
parents | 6a0d373d3126 |
children | faa62c7685fb |
comparison
equal
deleted
inserted
replaced
1285:1546c2aa6b30 | 1308:2073e5a71008 |
---|---|
2111 foreach tag $idtags($id) { | 2111 foreach tag $idtags($id) { |
2112 $ctext insert end " $tag" | 2112 $ctext insert end " $tag" |
2113 } | 2113 } |
2114 $ctext insert end "\n" | 2114 $ctext insert end "\n" |
2115 } | 2115 } |
2116 | 2116 |
2117 set comment {} | 2117 set comment {} |
2118 if {[info exists parents($id)]} { | 2118 if {[info exists parents($id)]} { |
2119 foreach p $parents($id) { | 2119 foreach p $parents($id) { |
2120 append comment "Parent: [commit_descriptor $p]\n" | 2120 append comment "Parent: [commit_descriptor $p]\n" |
2121 } | 2121 } |