Mercurial > hg > fetch
changeset 36:d3558b202acb
whitespace
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 15 Nov 2011 12:19:38 -0800 |
parents | d9b9c4599a3d |
children | f30fe9183e64 |
files | fetch.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fetch.py Tue Nov 15 11:59:37 2011 -0800 +++ b/fetch.py Tue Nov 15 12:19:38 2011 -0800 @@ -32,7 +32,7 @@ if self.subpath: self.subpath = self.subpath.split('/') self.url = url - self._clobber = clobber + self._clobber = clobber def __call__(self, dest): raise NotImplementedError("Should be called by implementing class")