~ubuntu-branches/ubuntu/precise/tkcvs/precise

« back to all changes in this revision

Viewing changes to tkcvs/rcs.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Tim Cutts
  • Date: 2008-06-12 12:34:36 UTC
  • mfrom: (1.2.5 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080612123436-7mk82kha32mqpy5q
Tags: 8.1-1
* New upstream version (Closes: #485923)
* Moved to tk8.5
* Updated standards to 3.7.3
* Revised menu location according to policy
* Added short description to tkdirdiff manpage
* tkdiff is now being provided by tkcvs internally

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
      continue
158
158
    }
159
159
    if {[string match "head:*" $rlogline]} {
160
 
      regsub {head: } $rlogline "" revnum
 
160
      regsub {head:\s+} $rlogline "" revnum
161
161
      set Filelist($filename:wrev) "$revnum"
162
162
      set Filelist($filename:stickytag) "$revnum on trunk"
163
163
      #gen_log:log D "  Rev \"$revnum\""