- Aug 27, 2010
-
-
Wagner Bruna authored
-
- Aug 24, 2010
-
-
Wagner Bruna authored
-
- Aug 21, 2010
-
-
Martin Geisler authored
-
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
-
- Aug 26, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Aug 17, 2010
-
-
Sol Jerome authored
The following patch allows the use of python2.4 with a standalone hashlib rather than assuming that python2.5 is in use when hashlib is imported successfully.
-
- Aug 16, 2010
-
-
Matt Mackall authored
-
- Aug 13, 2010
-
-
Martin Geisler authored
Mads Kiilerich pointed out that 7c9beccb0533 was too eager since the prefix and password keys may contain $-signs. So this only add the username to the list of keys that are expanded. This also updates the documentation to match.
-
Martin Geisler authored
-
- Aug 26, 2010
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
re.match only looks at the beginning of the merged file, and without re.MULTILINE the file had to end with ">>>>>>> something". Now conflict markers inside the file are found, too.
-
Thomas Arendsen Hein authored
re.match only looks at the beginning of the merged file, and without re.MULTILINE the file had to end with ">>>>>>> something". Now conflict markers inside the file are found, too.
-
- Aug 25, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Aug 22, 2010
-
-
Brodie Rao authored
Currently, given an alias like the following: [alias] summary = summary --remote The alias might be executed - or it might not - depending on the order of the cmdtable dict. This happens because cmdalias gets assigned back to the cmdtable like so: cmdtable['summary'] = ... Yet '^summary|sum' is still in the table, so which one cmdutil.findcmd() chooses isn't deterministic. This patch makes cmdalias assign back to '^summary|sum'. It uses the same cmdtable key lookup that extensions.wrapcommand() does.
-
- Aug 24, 2010
-
-
Yuya Nishihara authored
If hgweb.config contains wrong path mapping, hgweb causes internal server error on repository index page. This patch changes makeindex() to ignore RepoError, because it looks to be designed to suppress configuration error.
-
Matt Mackall authored
-
- Aug 13, 2010
-
-
Dan Villiom Podlaski Christiansen authored
This allows commands like `purge' to accept the --mq option.
-
- Aug 22, 2010
-
-
Patrick Mezard authored
This method was introduced by cfeeac24fc1e but grepping the history does not reveal any call. Extensions may use it but the method intent is not even clear to me.
-
- Aug 24, 2010
-
-
Adrian Buehlmann authored
-
- Aug 25, 2010
-
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-