Mercurial > public > mercurial-scm > hg-stable
diff mercurial/bundlerepo.py @ 16686:67964cda8701
cleanup: "not x in y" -> "x not in y"
author | Brodie Rao <brodie@sf.io> |
---|---|
date | Sat, 12 May 2012 16:00:57 +0200 |
parents | 525fdb738975 |
children | 5884812686f7 |
line wrap: on
line diff
--- a/mercurial/bundlerepo.py Sat May 12 16:00:53 2012 +0200 +++ b/mercurial/bundlerepo.py Sat May 12 16:00:57 2012 +0200 @@ -54,7 +54,7 @@ continue for p in (p1, p2): - if not p in self.nodemap: + if p not in self.nodemap: raise error.LookupError(p, self.indexfile, _("unknown parent")) # start, size, full unc. size, base (unused), link, p1, p2, node