- Feb 01, 2011
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Eric Eisner authored
-
Javi Merino authored
extention -> extension
-
kiilerix authored
-
- 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
-
-
Patrick Mezard authored
Some extensions (e.g. hgsubversion) completely override push command. Because extensions load order is unspecified, if hgsubversion loads before mq, mq checks about not pushing applied patches will be bypassed. Short of finding a way to fix load order, extracting the checking logic will allow hgsubversion-like extensions to run the check themselves.
-
- Jan 27, 2011
-
-
Kevin Bullock authored
This fixes the description of a helper function in the test.
-
- Jan 04, 2011
-
-
Kevin Bullock authored
Just a little change to bring the comments in the dirty() methods of the various subrepo classes into a uniform structure. This clarifies the meaning of the states checked.
-
- Jan 31, 2011
-
-
Erik Zielke authored
This makes 'hg update --clean' behave the same way for all three kinds of subrepositories [hg, svn, git]. Before git subrepos did not take the clean parameter into account, but just updated to the given revision and merged uncommitted changes into that.
-
Martin Geisler authored
-
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
-
Matt Mackall authored
-
kiilerix 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
-
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 27, 2011
-
-
Matt Mackall authored
-
- Jan 18, 2011
-
-
Adrian Buehlmann authored
for consistency. see also fc4a3931e608
-
- Jan 27, 2011
-
-
Martin Geisler authored
Matt and a majority of crew did not like this approach.
-
- Jan 26, 2011
-
-
Martin Geisler authored
Such a line was introduced in test-subrepo-git.t in 5dda6c708138, which made check-code confused.
-
- Jan 10, 2011
-
-
Kevin Bullock authored
Having the mq+subrepo+svn tests in a separate file lets them be skipped without skipping the other mq+subrepo tests.
-
- Jan 23, 2011
-
-
Christian Ebert authored
A cosmetic change to improve readability.
-