Community
Participate
Working Groups
Steps to reproduce: 1. clone a repository 2. create a new local branch 'test' 3. in the 'Repositories View' open the context menu on <your repository> -> 'Remotes' -> 'origin' and choose 'Configure Push...' 4. add a new push URL for ssh if cloning was not done over ssh 5. click 'Next' 6. add the following 2 push ref specifications refs/heads/master:refs/heads/master refs/heads/test:refs/for/test 7. confirm the dialog by clicking on 'Finish' 8. in the 'Repositories View' open the context menu on <your repository> and choose 'open Properties Views' 9. see that 'remotes.origin.push' is correctly set to '[refs/heads/master:refs/heads/master][refs/heads/test:refs/for/test]' 10. in the 'Repositories View' open the context menu on <your repository> -> 'Remotes' -> 'origin' -> <push specification> and choose 'Configure Push...' 11. click 'Next' 12. see that no push ref specifications are shown in the dialog What was expected? It was expected that the previously configured push ref specifications refs/heads/master:refs/heads/master refs/heads/test:refs/for/test would be shown in this dialog.
Same about configure fetch dialog.
merged as 0c1c9e4488759194d0b6bf0ec2defe29b2ee6784