Differences From Artifact [fc9f82147a]:
- File src/allrepo.c — part of check-in [e94c7cc4de] at 2012-03-19 05:24:43 on branch winFiles — Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. (user: mistachkin size: 5469) [more...]
To Artifact [a9929e0ee7]:
- File src/allrepo.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 5511)
| ︙ | |||
177 178 179 180 181 182 183 | 177 178 179 180 181 182 183 184 185 186 187 188 | + + + + + |
}
}
db_reset(&q);
db_end_transaction(0);
}
db_finalize(&q);
}
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|