-bash-4.1$ git --git-dir=/mnt/data1/logs/tech_projects/tech-ci/.git --work-tree=/mnt/data1/logs/tech_projects/tech-ci push origin HEAD:refs/for/milestoneE%topic='123456, 789101_milestoneE',r=username1@company.com
fatal: remote part of refspec is not a valid name in HEAD:refs/for/milestoneE%topic='123456, 789101_milestoneE',r=username1@company.com
bash-4.1$ git --git-dir=/mnt/data1/logs/tech_projects/tech-ci/.git --work-tree=/mnt/data1/logs/tech_projects/tech-ci push origin HEAD:refs/for/milestoneE%topic=123456, 789101_milestoneE,r=username1@company.com
error: src refspec 789101_milestoneE,r=username1@company.com does not match any.
error: failed to push some refs to 'ssh://b...@tech-gerrit.sd.company.com:29418/tech-ci.git'I don't think whitespace is allowed in the remote refspec.'123456, 789101_milestoneE'Topic is not a collection.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/4ded8f05-a87d-44b8-ab42-ae7863fecd4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
using urllib.quote(topic) as part of git push did NOT work actually