- Feb 01, 2011
-
-
Matt Mackall authored
-
Patrick Mezard authored
-
Javi Merino authored
extention -> extension
-
- Jan 29, 2011
-
-
Yuya Nishihara authored
If --insecure specified, it behaves in the same way as no web.cacerts configured. Also shows hint for --insecure option when _verifycert() failed. But currently the hint isn't displayed on SSLError, because it needs a certain level of changes.
-
- Jan 31, 2011
-
-
Erik Zielke authored
This makes 'hg update --clean' behave the same way for both kinds of subrepositories. Before Subversion subrepos did not take the clean parameter into account, but just updated to the given revision and merged uncommitted changes into that.
-
- Feb 01, 2011
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jan 28, 2011
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
kiilerix authored
Known fingerprints of HTTPS servers can now be configured in the hostfingerprints section. That makes it possible to verify the identify of web servers without configuring and trusting the CA chain. Limitations: * Portnumbers are ignored, just like with ordinary certificates. * Host name matching is case sensitive.
-
- Jan 27, 2011
-
-
Matt Mackall authored
-
- Jan 24, 2011
-
-
Martin Geisler authored
-
- Dec 24, 2010
-
-
Arne Babenhauserheide authored
-
- Dec 23, 2010
-
-
Arne Babenhauserheide authored
-
- Jan 19, 2011
-
-
Wagner Bruna authored
-
- Jan 27, 2011
-
-
David Soria Parra authored
-
David Soria Parra authored
Always write the undo file. Otherwise, rollback will not work for the initial bookmark as undo.bookmarks doesn't exists. In this case undo.bookmarks needs already be empty.
-
- Jan 26, 2011
-
-
Adrian Buehlmann authored
If pywin32 is not installed, 'os.lstat(pathname).st_nlink' is used for nlinks(), which is always zero for all files on Windows. To make sure we break up hardlinks if pywin32 is missing, we force nlink = 2 if nlinks() returns < 1. (this completely fixes issue1922)
-
- Jan 22, 2011
-
-
Patrick Mezard authored
A subversion project revisions are a subset of the repository revisions, you can ask subversion to update a working directory from one revision to another without changing anything. Unfortunately, Mercurial will think the subrepository has changed and will commit it again. To avoid useless commits, we compare the subrepository state to its actual "parent" revision. To ensure ascending compatibility with existing subrepositories which might reference fake revisions, we also keep comparing with the subrepo working directory revision. NOTE: not sure if this should go in stable or not.
-
- Jan 21, 2011
-
-
Steve Borho authored
When the Mercurial Python libraries are used within a Windows application with no console, there is no stderr file handle.
-
- Jan 08, 2011
-
-
Yuya Nishihara authored
Now it verifies certificate in the same manner as py3k implementation: http://svn.python.org/view/python/branches/py3k/Lib/ssl.py?view=markup#match_hostname
-
Yuya Nishihara authored
SSLSocket.getpeercert() returns tuple containing unicode for 'subject'. Since Mercurial does't support IDN at all, it just returns error for non-ascii certname.
-
Pascal Quantin authored
-
- Jan 04, 2011
-
-
Oleg Stepanov authored
-
- Jan 05, 2011
-
-
Martin Geisler authored
-
- Jan 02, 2011
-
-
Eduard-Cristian Stefan authored
-
- Jan 05, 2011
-
-
Martin Geisler authored
-
- Jan 02, 2011
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Dec 25, 2010
-
-
Yuya Nishihara authored
It tries to convert localstr to unicode before truncating. Because we cannot assume that the given text is encoded in local encoding, it falls back to raw string in case of unicode error.
-
- Dec 31, 2010
-
-
Jacek Sowiński authored
'--no-backup' in cmdline means *'no_backup'* in code'
-
- Jan 02, 2011
-
-
Matt Mackall authored
-
- Dec 28, 2010
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Dec 21, 2010
-
-
Jens Bäckman authored
-
- Dec 20, 2010
-
-
Wagner Bruna authored
-
- Dec 30, 2010
-
-
Steve Borho authored
-
- Dec 29, 2010
-
-
Matt Mackall authored
-