No, the issue is that the refspec for your origin (github) and trac was set 
different. The developer guide tells you to 

git remote add trac g...@trac.sagemath.org:sage.git -t master

The "-t master" tells it to not look at other remote branches unless you 
explicitly specify it. The intended effect is that you don't download 
branches that you don't want, but it is sometimes confusing too.

In any case, I fixed the "git trac" command to handle that case. 

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to