Changeset - 7b458dd6f40d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-04-27 00:10:30
marcin@python-works.com
pass in url for remote pull in git
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/vcs/backends/git/repository.py
Show inline comments
 
@@ -487,6 +487,7 @@ class GitRepository(BaseRepository):
 
        url = self._get_url(url)
 
        cmd = ['pull']
 
        cmd.append("--ff-only")
 
        cmd.append(url)
 
        cmd = ' '.join(cmd)
 
        # If error occurs run_git_command raises RepositoryError already
 
        self.run_git_command(cmd)
0 comments (0 inline, 0 general)