mercurial/debugcommands.py
changeset 34645 75979c8d4572
parent 34320 12c42bcd4133
child 34959 7ee2d859f720
child 35425 88572b7e50fd
equal deleted inserted replaced
34644:c0a6c19690ff 34645:75979c8d4572
  2070     that server is used. See :hg:`help urls` for more information.
  2070     that server is used. See :hg:`help urls` for more information.
  2071 
  2071 
  2072     If the update succeeds, retry the original operation.  Otherwise, the cause
  2072     If the update succeeds, retry the original operation.  Otherwise, the cause
  2073     of the SSL error is likely another issue.
  2073     of the SSL error is likely another issue.
  2074     '''
  2074     '''
  2075     if pycompat.osname != 'nt':
  2075     if not pycompat.iswindows:
  2076         raise error.Abort(_('certificate chain building is only possible on '
  2076         raise error.Abort(_('certificate chain building is only possible on '
  2077                             'Windows'))
  2077                             'Windows'))
  2078 
  2078 
  2079     if not source:
  2079     if not source:
  2080         if not repo:
  2080         if not repo: