Marcel Vogel

Results 1 comments of Marcel Vogel

what you can do is: run ` hg log -r "closed()" -T "{branch}\n" > closed.txt ` and then in the git repo `` git branch -D `cat closed.txt` ``