Answering my own post... On 2014-12-05, Simon King <[email protected]> wrote: > Traceback (most recent call last): > File "/home/king/bin/git-trac", line 18, in <module> > cmdline.launch() > File "/home/king/Sage/git/git-trac-command/git_trac/cmdline.py", line 206, > in launch > app.pull(args.ticket_or_branch) > File "/home/king/Sage/git/git-trac-command/git_trac/app.py", line 73, in > pull > self.repo.pull(remote) > File "/home/king/Sage/git/git-trac-command/git_trac/git_repository.py", > line 174, in pull > self.git.echo.merge('FETCH_HEAD') > File "/home/king/Sage/git/git-trac-command/git_trac/git_interface.py", line > 341, in meth > return self.execute(git_cmd, *args, **kwds) > File "/home/king/Sage/git/git-trac-command/git_trac/git_interface.py", line > 98, in execute > popen_stderr=subprocess.PIPE) > File "/home/king/Sage/git/git-trac-command/git_trac/git_interface.py", line > 263, in _run > raise GitError(result) > git_trac.git_error.GitError
> Can you give me an advice how to fix it? It helped to delete the local branch and then do "git trac checkout 15820". Can we do anything to have a useful error message instead of just saying that there was GitError? I got scared by the above, and I guess other users would be scared as well. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
