Mercurial > hg
comparison mercurial/mail.py @ 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 | 2de7d96593db |
children | f0e99a2eac76 |
comparison
equal
deleted
inserted
replaced
9348:954f7a879495 | 9349:56fb15ad8fb1 |
---|