On Tuesday, August 21, 2012 09:43:52 Don Clugston wrote: > As far as I can tell, you can't even get the single most > important piece of information: which pull requests have I made (for > all projects), and how many are still open?
You can easily get at the list of pull requests that you currently have open across all projects on github by clicking on "Pull Requests" on the main page. You can also get the list of _all_ of the pull requests that have been closed (be it because they were merged or just closed) by clicking on the "Closed" button on that pull requests page. - Jonathan M Davis _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
