Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect redirection of mercurial to github when containing a line number reference #5

Open
iddev5 opened this issue Jul 10, 2021 · 1 comment

Comments

@iddev5
Copy link

iddev5 commented Jul 10, 2021

Taking this link from FAudio's source as example:
https://hg.libsdl.org/SDL/file/df343364c6c5/src/audio/pulseaudio/SDL_pulseaudio.c#l577

This gets converted to:
https://github.com/libsdl-org/SDL/blob/9db16a6557351a4717a9ed118d9b54c9351c0651/src/audio/pulseaudio/SDL_pulseaudio.c#l577

However, for GitHub, it should be #L577 for the last part (capitalized L)

@icculus
Copy link
Collaborator

icculus commented Jul 10, 2021

I'm not aware of a way to fix this; the '#' part of the string is not passed to the server, but only seen by the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants