Closed
Bug 689492
Opened 14 years ago
Closed 14 years ago
Hg: "warning: detected divergent renames of netwerk/protocol/websocket/nsIWebSocketProtocol.idl to: ..."
Categories
(Core :: Networking: WebSockets, defect)
Core
Networking: WebSockets
Tracking
()
RESOLVED
INVALID
People
(Reporter: sgautherie, Unassigned)
References
()
Details
I pulled mozilla-central, which I had not done for quite some time:
{
hg version
Mercurial Distributed SCM (version 1.5.4)
hg up
warning: detected divergent renames of netwerk/protocol/websocket/nsIWebSocketPr
otocol.idl to:
netwerk/protocol/websocket/nsIWebSocketChannel.idl
netwerk/protocol/websocket/nsIWebSocketListener.idl
11864 files updated, 0 files merged, 926 files removed, 0 files unresolved
hg summary
parent: 77591:d3e0e80e3920 tip
Bug 689177 - Reduce border radii of header buttons and the search field to match Firefox nav bar changes. r=unfocused
branch: default
}
About that warning, I found
http://mercurial.selenic.com/bts/issue2113
http://hgbook.red-bean.com/read/mercurial-in-daily-use.html
NB: Next "hg up" don't display this warning again.
***
The two new files exist in the current tree.
Could someone double-check whether both or only one of the two files is actually needed ?
Flags: in-testsuite-
Comment 1•14 years ago
|
||
The warning can usually be ignored. You should upgrade your hg, though!
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Dirkjan Ochtman (:djc) from comment #1)
> The warning can usually be ignored.
So I understood, but that was not my question.
> You should upgrade your hg, though!
What is wrong with this version from MozillaBuildSetup-1.5.1.exe ?
How should I do that (easily) on my Windows 2000 ?
Comment 3•14 years ago
|
||
Don't the installers from http://mercurial.selenic.com/downloads/ work?
Comment 4•14 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #0)
>
>
> The two new files exist in the current tree.
> Could someone double-check whether both or only one of the two files is
> actually needed ?
you need them both.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Comment 5•14 years ago
|
||
Hmm, I'm the "culprit" here. I guess "hg copy foo bar" followed by "hg rename foo baz" is somehow suspect in hg's eyes (I was just trying to preserve history while splitting a file). Honestly sounds like a UI wart in hg--I think the usage pattern makes sense.
Comment 6•14 years ago
|
||
Yeah, the warning should just be ignored.
You need to log in
before you can comment on or make changes to this bug.
Description
•