Diff
Not logged in

Differences From Artifact [d847ffd616]:

To Artifact [3b85005345]:


632
633
634
635
636
637

638
639
640
641
642
632
633
634
635
636

637
638
639
640
641
642





-
+





    if {![info exists result] || ![regexp -line -- \ 
        $fossilInfoCheckoutPattern $result dummy match]} then { 
      return "" 
    } 
 
    return [string trim $match] 
    return [string range [string trim $match] 0 9] 
  } 
 
  # 
  # NOTE: This procedure attempts to query the root directory of the Fossil 
  #       checkout.  There are no arguments.  An empty string is returned if