Issue Type: Bug Bug
Assignee: Jesse Glick
Components: mercurial
Created: 05/May/13 6:10 PM
Description:

When Mercurial HTTPS URL is set as email:password@host, on every update the plugin fully cleans the workspace instead of the incremental build. The reason is that is compares original URL

[email protected]:password@host

with an escaped version

john%40example.com:password@host

they do not match, and hg/plugin reports that "looks different than", and does a full clone.

P.S. The logins in form of email are used, for example, by Kiln.

Project: Jenkins
Priority: Major Major
Reporter: Vladimir Dyuzhev
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to