- Sep 16, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Sep 12, 2010
-
-
Brodie Rao authored
Without specifying the parent revision of the working copy, users will update to tip, which is most likely the other head they were trying to merge, not the revision they were at before the merge.
-
- Sep 16, 2010
-
-
Peter Arrenbrecht authored
-
- Sep 15, 2010
-
-
Adrian Buehlmann authored
-
- Sep 16, 2010
-
-
Pascal Quantin authored
As stated in http://msdn.microsoft.com/en-us/library/cc664727.aspx, when you compile an application with MSVC 2008 SP1 it is bound by default to the original CRT version (9.0.21022.8). This is the case for Python 2.6 up to 3.1. If the wrong CRT version is embedded in the Inno Setup installer, with a PC that does not have the MSVC 2008 redistributable package installed, hg will refuse to launch with an error: "the system cannot execute the specified program".
-
Matt Mackall authored
-
Matt Mackall authored
-
- Sep 15, 2010
-
-
Steve Borho authored
-
Steve Borho authored
This fixes problems some have reported using the eol extension together with TortoiseHg. It ensures the ui associated with the repository has the preupdate.eol hook configured.
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Will Maier authored
-
Will Maier authored
-
- Sep 14, 2010
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
- Sep 15, 2010
-
-
Matt Mackall authored
-
Sune Foldager authored
This patch fixes issues with stream cloning in the presense of parentdelta, lwcopy and similar additions that change the interpretation of the revlog format, or the format itself. Currently, the stream capability is sent like this: stream=<version of changelog> But the client doesn't actually check the version number; also, it only checks the changelog and it doesn't capture the interpretation-changes and flag-changes in parentdelta and lwcopy. This patch removes the 'stream' capability whenever we use a non-basic revlog format, to prevent old clients from receiving incorrect data. In those cases, a new capability called 'streamreqs' is added instead. Instead of a revlog version, it comes with a list of revlog-format relevant requirements, which are a subset of the repository requirements, excluding things that are not relevant for stream. New clients use this to determine whether or not they can stream. Old clients only look for the 'stream' capability, as always. New servers will still send this when serving old repositories.
-
Sune Foldager authored
-
- Sep 14, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Sep 13, 2010
- Sep 12, 2010
-
-
Christoph authored
New status: 1443 messages complete with 130 fuzzies and 708 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
- Sep 11, 2010
-
-
Wagner Bruna authored
-
- Sep 14, 2010
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Christian Ebert authored
Same option name as for hg revert --no-backup. Deprecate strip --nobackup.
-
Christian Ebert authored
-
Sune Foldager authored
-
Adrian Buehlmann authored
-
- Sep 13, 2010
-
-
Sune Foldager authored
-
Sune Foldager authored
This complicates the code a bit, since attributes need to be masked together correctly before they are applied. Perhaps the code should be redesigned at some point, but this works well for now.
-