mercurial/commands.py
changeset 371 6e3436082697
parent 367 73ea73ab3359
child 386 494c8e3f47f3
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -470,7 +470,7 @@ def pull(ui, repo, source="default"):
     cg = repo.getchangegroup(other)
     repo.addchangegroup(cg)
 
-def push(ui, repo, dest):
+def push(ui, repo, dest="default-push"):
     """push changes to the specified destination"""
     paths = {}
     for name, path in ui.configitems("paths"):