On Tuesday, August 21, 2012 10:24:53 Don Clugston wrote: > On 21 August 2012 10:06, Jonathan M Davis <[email protected]> wrote: > > 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 > > I don't see it. The only time I see the 'pull requests' button is for > an individual project, and that is "requests received" rather than > "requests sent". > What do you mean by the "main page"? Could you give me a URL of a page > where it is visible?
http://github.com If you're logged in, you should see a bar near the top which lists News Feed Your Actions Pull Requests Issues Stars If you click on the Pull Requests button, you'll get to the page that lists all of your pull requests. - Jonathan M Daviz _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
