Skip to content

Instantly share code, notes, and snippets.

@pagenoare
Created August 21, 2012 15:22
Show Gist options
  • Save pagenoare/3416490 to your computer and use it in GitHub Desktop.
Save pagenoare/3416490 to your computer and use it in GitHub Desktop.
--- eggs/MercurialRecipe-0.1.3-py2.7.egg/mercurialrecipe/__init__.py 2012-03-19 22:33:00.034439787 +0100
+++ eggs/MercurialRecipe-0.1.3-py2.7.egg/mercurialrecipe/__init__.py 2012-08-21 17:18:40.144016509 +0200
@@ -47,7 +47,7 @@
self.source, self.destination
))
shutil.rmtree(self.destination, ignore_errors = True)
- commands.clone(ui.ui(), get_repository(self.source), self.destination)
+ commands.clone(ui.ui(), self.source, self.destination)
return self.destination
def update(self):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment