Closed
Bug 459396
Opened 17 years ago
Closed 17 years ago
teach client.py to hg pull -r tip to work around hg server race-condition
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gozer, Unassigned)
References
()
Details
Attachments
(1 file)
866 bytes,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
There is a bug upstream in Hg that seems to be dealing with the exact same problem we are having with hg, and it's said that using:
hg pull -r tip
works around the problem. I suggest we change client.py to do that until the issue is resolved.
Attachment #342587 -
Flags: review?(kairo)
![]() |
||
Comment 1•17 years ago
|
||
Comment on attachment 342587 [details] [diff] [review]
use -r tip when pulling from hg.mozilla.org
Callek actually knows client.py stuff better than me right now.
Attachment #342587 -
Flags: review?(kairo) → review?(bugspam.Callek)
Comment 2•17 years ago
|
||
Comment on attachment 342587 [details] [diff] [review]
use -r tip when pulling from hg.mozilla.org
r+, though this is definately a strange fix.
Can you please cite the upstream bugs url in a comment here, thanks.
Attachment #342587 -
Flags: review?(bugspam.Callek) → review+
Comment 3•17 years ago
|
||
erm, ignore me... missed url field. :-)
Reporter | ||
Comment 4•17 years ago
|
||
There is also the initial bug I filed with the selenic folks (for more background)
http://www.selenic.com/mercurial/bts/issue1313
Reporter | ||
Comment 5•17 years ago
|
||
changeset: 575:9e490af402e6
tag: tip
user: Philippe M. Chiasson <gozer@mozillamessaging.com>
date: Fri Oct 10 12:59:43 2008 -0400
summary: Bug 459396. make client.py use 'hg pull -r tip' when pulling to work around hg bug. r=Callek
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
(In reply to comment #5)
> changeset: 575:9e490af402e6
It seems this check-in was not successful. -> REOPENED
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 7•17 years ago
|
||
Yes, great, didn't actually push it back.
Pushed this time.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•