Is there a way to use the webview to only see the commits to the SDL-1.2 branch? I’m always failing at that
I believe this should do it: Commits · libsdl-org/SDL-1.2 · GitHub
I feel obligated as a developer and as a user of apps that use SDL to say that you should move to SDL 2 ASAP though!> On Feb 21, 2016, at 7:30 PM, Dominus wrote:
Is there a way to use the webview to only see the commits to the SDL-1.2 branch? I’m always failing at that
SDL mailing list
SDL at lists.libsdl.org <mailto:SDL at lists.libsdl.org>
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Err whoops, that totally didn?t do it. Sorry!> On Feb 21, 2016, at 7:36 PM, Alex Szpakowski <@Alex_Szpakowski> wrote:
I believe this should do it: Commits · libsdl-org/SDL-1.2 · GitHub https://hg.libsdl.org/SDL/shortlog/SDL-1.2
I feel obligated as a developer and as a user of apps that use SDL to say that you should move to SDL 2 ASAP though!
On Feb 21, 2016, at 7:30 PM, Dominus <domiman at gmail.com <mailto:domiman at gmail.com>> wrote:
Is there a way to use the webview to only see the commits to the SDL-1.2 branch? I’m always failing at that
SDL mailing list
SDL at lists.libsdl.org <mailto:SDL at lists.libsdl.org>
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
I don’t think the web interface allows this. You can kind of limp along with Commits · libsdl-org/SDL · GitHub though.
–ryan.> On Feb 21, 2016, at 6:30 PM, Dominus wrote:
Is there a way to use the webview to only see the commits to the SDL-1.2 branch? I’m always failing at that
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Thanks Ryan. Not the most comfortable way but at least something…
On modern Mercurial command line tool releases, you can do:
hg log -b SDL-1.2
I’ll check if maybe they added this to the web UI in later versions.
And “hg view” will bring up a local UI that’s like the web’s graph, but
(a little bit) easier to work with.
–ryan.On 2/22/16 3:06 AM, Dominus wrote:
Thanks Ryan. Not the most comfortable way but at least something…