- Sep 21, 2010
-
-
Patrick Mezard authored
-
- Sep 20, 2010
-
-
Matt Mackall authored
-
Ryan Phillips authored
The coal and paper web themes will highlight closed branches as a visual cue to the user. This patch makes the other two themes constistent. For users with difficulty differentiating colors, it would be better to split out closed branches to a new table or optionally hide them.
-
Dan Villiom Podlaski Christiansen authored
Changeset bcf90e712dc3 deprecated qsave and qrestore. In the deprecating comment, users were referred to 'rebase --mq' which -- at the time the message was written -- didn't exist. Currently, on the default branch, rebase *does* take a '--mq' option, but it probably doesn't do what Dirkjan expected it to do when he wrote the message. In the original, deprecating commit, little context was provided as to why this change was made. Based on my recollection, concensus at the Paris Sprint in February 2010 was that one of the problems with MQ was that it exposed far too many commands. Notable among these were qsave & qrestore: very few core developers understood what they did and even fewer (none, IIRC) actually used them. However, they couldn't be removed; not only do the usual backwards compatibility reasons apply, but the hg book refers to them.
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Sep 17, 2010
-
-
Brodie Rao authored
Raise error.ParseError instead of allowing re.error to bubble up.
-
- Sep 20, 2010
-
-
Martin Geisler authored
The zip file format stores the date using "MS-DOS format" which apparently means that they use 1980 as their epoch. Python's zipfile module emits deprecation warnings of this form /usr/lib/python2.6/zipfile.py:1108: DeprecationWarning: struct integer overflow masking is deprecated self.fp.write(zinfo.FileHeader()) /usr/lib/python2.6/zipfile.py:1108: DeprecationWarning: 'H' format requires 0 <= number <= 65535 self.fp.write(zinfo.FileHeader()) /home/mg/src/mercurial-crew/mercurial/archival.py:169: DeprecationWarning: struct integer overflow masking is deprecated self.z.close() /home/mg/src/mercurial-crew/mercurial/archival.py:169: DeprecationWarning: 'H' format requires 0 <= number <= 65535 self.z.close() when it is given such old timestamps. This fixes this by silently clamping the date to 1980.
-
- Sep 17, 2010
-
-
Steve Borho authored
Changeset 0852da25a31b changed the result of this test. The 'hg update 0' command, which causes a merge of modified a.txt, now leaves a.txt in the EOLN format specified by .hgeol as it was committed in revision 0. Previously, it used the .hgeol contents from the working directory before the update.
-
- Sep 16, 2010
-
-
Matt Mackall authored
-
- Sep 15, 2010
-
-
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.
-
- Sep 14, 2010
-
-
Matt Mackall authored
-
- Sep 11, 2010
-
-
Wagner Bruna authored
-
- Sep 13, 2010
-
-
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.
-
- Sep 10, 2010
-
-
Brodie Rao authored
Given a commit author or message with non-ASCII characters in a darcs repo, convert would raise a UnicodeEncodeError when adding changesets to the hg changelog. This happened because etree returns back unicode objects for any text it can't encode into ASCII. convert was passing these objects to changelog.add(), which would then attempt encoding.fromlocal() on them. This patch ensures converter_source.recode() is called on each piece of commit data returned by etree. (Also note that darcs is currently encoding agnostic and will print out whatever is in a patch's metadata byte-for-byte, even in the XML changelog.)
-
Martin Geisler authored
-
- Sep 07, 2010
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Aug 27, 2010
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Aug 24, 2010
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Aug 21, 2010
-
-
Martin Geisler authored
-
- Aug 20, 2010
-
-
Paolo Giarrusso authored
-
Paolo Giarrusso authored
The translations were all random fuzzy strings, which can only do harm, so remove them. Moreover, given the status of revset (it seems mostly an internal undocumented module, and to understand it you need the source anyway), I prefer not to translate it for now.
-
Paolo Giarrusso authored
-
Paolo Giarrusso authored
Significant updates were performed - when translating something, I tried to choose a term and use it consistently everywhere possible, so here I translated a lot of messages. Additionally, I use the mq extension a lot, and now I am using the translation, so I will be able to translate it better.
-
Paolo Giarrusso authored
-
Paolo Giarrusso authored
This patch follows the fix on the translation of [OPTION]... with other needed updates on the same class of messages.
-
Paolo Giarrusso authored
Since [OPTION]... is intended to mean more options, it was translated in Italian as plural. However the plural is conveyed by `...', so switch to the singular. This was also useful because for the '-o OPT' extdiff option, I have to translate `OPT' as a singular.
-
Paolo Giarrusso authored
The problem was introduced already in revision 9f9137cd83f5 by the original Italian translator, according to logs. This might be due to a bug in the program he used, "Lokalize 0.3", or maybe not - some accented characters exist also in that commit.
-
Paolo Giarrusso authored
-
Paolo Giarrusso authored
-
- Aug 21, 2010
-
-
Wagner Bruna authored
-
- Sep 10, 2010
-
-
Christian Ebert authored
-
- Sep 09, 2010
-
-
Martin Geisler authored
-
Martin Geisler authored
-