sapling/hgext
Eugene Baranov 4f5b6ec7cb convert: if getting a file from Perforce fails try to get it one more time
When converting a particularly large Perforce changelist (especially with  some
big files), it is very likely to run into an intermittent network issue (e.g.
WSAECONNRESET or WSAETIMEDOUT) getting one of the files, which will result in
the entire changelist converting being aborted. Which can be quite unfortunate
since you might have waited hours getting all other files. To mitigate this
let's attempt to get the file one more time, escalating original exception
if that attempt fails.
2015-07-08 18:11:40 +01:00
..
convert convert: if getting a file from Perforce fails try to get it one more time 2015-07-08 18:11:40 +01:00
highlight hgweb: provide symrev (symbolic revision) property to the templates 2015-06-16 02:07:25 +08:00
largefiles global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
zeroconf extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
blackbox.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
bugzilla.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
censor.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
children.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
churn.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
color.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
eol.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
extdiff.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
factotum.py factotum: use try/except/finally 2015-05-15 09:54:56 -05:00
fetch.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
gpg.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
graphlog.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
hgcia.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
hgk.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
histedit.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
keyword.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
mq.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
notify.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
pager.py pager: drop python 2.4 hack around subprocess 2015-05-18 16:20:12 -05:00
patchbomb.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
progress.py progress: deprecate the progress extension 2015-06-08 01:01:21 -07:00
purge.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
rebase.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
record.py record: make hg record always use the non curses interface 2015-05-13 20:30:12 -07:00
relink.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
schemes.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
share.py hg: support for auto sharing stores when cloning 2015-07-08 16:19:09 -07:00
shelve.py shelve: keep old backups if timestamp can't decide exact order of them 2015-07-13 23:34:12 +09:00
strip.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
transplant.py transplant: only pull the transplanted revision (issue4692) 2015-06-29 19:09:42 -07:00
win32mbcs.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
win32text.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00