Closed
Bug 534397
Opened 16 years ago
Closed 14 years ago
First imported patch is reported with bug number instead of patch name
Categories
(Developer Services :: Mercurial: qimportbz, defect)
Developer Services
Mercurial: qimportbz
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 644917
People
(Reporter: sgautherie, Unassigned)
References
Details
Explicit example:
{
hg qimport bz:500777
[...]
Which patches do you want to import? [Default is '1'] 2 3
adding 500777 to series file
adding pluginPatch to series file
}
This happens with 1 patch only too.
| Reporter | ||
Updated•16 years ago
|
Summary: First imported patch is reported with bug number instead if patch name → First imported patch is reported with bug number instead of patch name
Comment 1•16 years ago
|
||
This requires an upstream fix in Hg which I have talked about with djc and it was favorably received. The issue is that hg derives the name of the patch from the url so we have to rename the patch after importing it. The upstream fix should check the file-like object from url.open for an optional filename property and use that.
| Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
I guessed it was this kind of issue.
Would you have a 'See Also' url?
Comment 3•14 years ago
|
||
Although comment 1 describes what sounds like a better fix, bug 644917 resolves this via a renaming hack.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•11 years ago
|
Product: Other Applications → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•