Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14771] [patch] mercurial (hg) download and url (hg_http) handler

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 14771] [patch] mercurial (hg) download and url (hg_http) handler
  • Date: 1 Oct 2008 10:49:33 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14771





--- Comment #2 from Remko van der Vossen <wich AT stack.nl> 2008-10-01 05:49:33
---
Ah right, I only looked in modules, not in the progs...

There is no hg:// protocol, the valid urls are as follows according to the man
page:

Valid URLs are of the form:

local/filesystem/path (or file://local/filesystem/path)
http://[user@]host[:port]/[path]
https://[user@]host[:port]/[path]
ssh://[user@]host[:port]/[path]
static-http://host[:port]/[path]

So additional handlers could be added, but I think for now http should
suffice,
perhaps https could be added as well, which should probably be no more than a
%s/http/https/ followed by a sanity check.

Good point about the netselect, I just copied that from the git_http handler
and didn't test it, I did test various different existing and non-existing
urls, but nothing with netselect... perhaps that can just be left out.

And uh yes, copyright could be set to 2008, or perhaps $existingyear,2008 as
it
is modified code...


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page