Mercurial > hg
diff hgweb.cgi @ 9349:56fb15ad8fb1
inotify: server: use wprefix everywhere, introduce prefixlen
self.wprefix = self.repo.root + '/' = self.repo.wjoin('') + '/'
Since we'll eventually get rid of self.repo, keep only the first form.
use self.prefixlen to compute only once the root prefix size.
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 29 Jun 2009 01:05:06 +0900 |
parents | 50a277e6ceae |
children | 338167735124 |