Private GIT

Skip to content
Snippets Groups Projects
Commit 46324d10 authored by Sarakha63's avatar Sarakha63
Browse files

getting closer

parent 004ae591
No related branches found
No related tags found
No related merge requests found
......@@ -372,8 +372,8 @@ class GitUpdateManager(UpdateManager):
self._run_git('stash')
output, err = self._run_git('pull git://github.com/sarakha63/Sick-Beard.git '+self.branch) #@UnusedVariable
logger.log(u"Writing commit History", logger.DEBUG)
histlog, err2 =self._run_git('log --pretty="%ar %h - %s" --no-merges -200')
print histlog[1]
histlog2, err2 =self._run_git('log --pretty="%ar %h - %s" --no-merges -200')
histlog=''.join( histlog2 )
logger.log(histlog, logger.DEBUG)
fp = open (os.path.join(sickbeard.DATA_DIR, "hist.log"), 'wb')
for line in histlog.split('\n'):
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment