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)

defect
Not set
normal

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.
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
Blocks: 534401
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.
(In reply to comment #1) I guessed it was this kind of issue. Would you have a 'See Also' url?
No longer blocks: 534401
Blocks: 534477
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
Product: Other Applications → Developer Services
You need to log in before you can comment on or make changes to this bug.