# HG changeset patch # User Jeff Hammel # Date 1321395989 28800 # Node ID 9e6c0f9725e36224f7aef2ee2d800c1203a8794e # Parent 6e978ddf513519a4298c4860a861718db2b1e75f remove extraneous keyword diff -r 6e978ddf5135 -r 9e6c0f9725e3 fetch.py --- a/fetch.py Tue Nov 15 14:24:51 2011 -0800 +++ b/fetch.py Tue Nov 15 14:26:29 2011 -0800 @@ -137,7 +137,7 @@ if self.subpath or self._export: # can only export with a subpath - self.export(dest, subpath=self.subpath) + self.export(dest) return if os.path.exists(dest):