Parent Directory
|
Revision Log
|
Patch
| revision 1429 by hertzog, Sun Sep 24 09:13:54 2006 UTC | revision 1430 by hertzog, Tue Oct 3 08:37:14 2006 UTC | |
|---|---|---|
| # | Line 110 def update_sources_info(m, dist): | Line 110 def update_sources_info(m, dist): |
| 110 | child.appendChild(text) | child.appendChild(text) |
| 111 | # now compute derived information and store it in the xml | # now compute derived information and store it in the xml |
| 112 | # add 'parsed' version of VCS info | # add 'parsed' version of VCS info |
| 113 | if tag[:6] == 'x-vcs-' or tag[:4] == 'vcs': | if tag[:6] == 'x-vcs-' or tag[:4] == 'vcs-': |
| 114 | if tag[0] == 'x': | if tag[0] == 'x': |
| 115 | prefix_len = 6 | prefix_len = 6 |
| 116 | else: | else: |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |