From 6cb138026a6b889e855391e67810ff1362614c62 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Mon, 30 Jun 2014 11:22:22 +0200 Subject: [PATCH] [FIX] odoo.py dont force push simple Everybody should upgrade to v2 --- odoo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo.py b/odoo.py index a998c3f8db6..b8f93ad19d5 100755 --- a/odoo.py +++ b/odoo.py @@ -68,7 +68,7 @@ def cmd_setup_git(): git_dir = os.getcwd() if git_dir: # push sane config for git < 2.0, and hooks - run('git','config','push.default','simple') + #run('git','config','push.default','simple') # alias run('git','config','alias.st','status') # merge bzr style