diff rhodecode/lib/vcs/backends/git/inmemory.py @ 3797:d7488551578e beta

synced vcs with upstream - moved subprocessio module to VCS - many small changes to make embedded vcs as similar to to external lib - use only absolute imports - patch vcs config during load pylons env
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 27 Apr 2013 11:24:25 +0200
parents b81680c97494
children 91f440a11b94
line wrap: on
line diff
--- a/rhodecode/lib/vcs/backends/git/inmemory.py	Sat Apr 27 11:45:27 2013 +0200
+++ b/rhodecode/lib/vcs/backends/git/inmemory.py	Sat Apr 27 11:24:25 2013 +0200
@@ -150,7 +150,6 @@
 
         ref = 'refs/heads/%s' % branch
         repo.refs[ref] = commit.id
-        repo.refs.set_symbolic_ref('HEAD', ref)
 
         # Update vcs repository object & recreate dulwich repo
         self.repository.revisions.append(commit.id)