- Jul 03, 2013
-
-
Takumi IINO authored
Allow overwrite LANGUAGE and LC_ALL make variables, for make i18n man and html. After this patch, we can make i18n man and html by following command: $ make clean all LANGUAGE=ja
-
Takumi IINO authored
Before this patch, man and html are english only, and there sources are not translatable. This patch make translatable all documents.
-
Takumi IINO authored
Before this patch, gendoc.py only prints hg.1.gendoc.txt content. This adds any content print function.
-
Takumi IINO authored
This function prints any topic.
-
Takumi IINO authored
This function prints hg.1.gendoc.txt content.
-
- Jul 15, 2013
-
-
Simon Heimberg authored
Some warnings had "warning: " at the beginning of their message. Now this is done consistent for all messages. Especially in test-check-code-hg.t it is an advantage to see warnings at once because only exceptions to them are tolerated. It is (almost) as obvious as before a6180647ead4. The prefix will not remain when a warning is changed to a failure. A change like a91387a37f05 will not be necessary anymore.
-
- Jul 17, 2013
-
-
Martin Geisler authored
Now that rollback is deprecated (yay!) users might need a pointer to the alternative for 99% of the cases where I used rollback.
-
- Jul 13, 2013
-
-
Simon Heimberg authored
Recently this regexp was only appended when running a python test. When running a tsttest there was a separate handling for each line type. Simplify and unify this.
-
Simon Heimberg authored
This tells more explicitly what it is about
-
- Jul 14, 2013
-
-
Alexander Plavin authored
-
- Jul 13, 2013
-
-
Alexander Plavin authored
-
- Jul 17, 2013
-
-
Matt Mackall authored
-
Brendan Cully authored
This also avoids the race condition, and isn't detrimental to job scheduling.
-
Brendan Cully authored
It can cause scheduling bubbles and is not necessary on newer pythons.
-
Brendan Cully authored
In python2.4, any call to Popen() may attempt to wait on any active process, and wait is not thread-safe. Make it thread-safe. See http://bugs.python.org/issue1731717 for details.
-
Matt Mackall authored
-
- Jul 14, 2013
-
-
Martin Schröder authored
-
Martin Schröder authored
-
- Jul 16, 2013
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
If a large update triggered an abort, it was possible for the main thread to still update the dirstate. This fix is incomplete, as the failing worker now doesn't generate a proper error message. This is difficult in the fork-based framework, which relies on exceptions propagating to the top of the dispatcher for formatting.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jul 12, 2013
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jul 11, 2013
-
-
Alexander Plavin authored
-
- Jul 14, 2013
-
-
Pierre-Yves David authored
The same `queue` object should be used in all situations. This allows to store global states on the object (like the reworked shelve extension plans to). The queue object does not need to be distinct for all possible views (no reference to the repo/view used at creation time) it's even a bit surprising that mq still works with the current code.
-
- Jul 15, 2013
-
-
Siddharth Agarwal authored
For a repository with around 520,000 commits and 190,000 files, this reduces the time hg summary takes from 5.5 seconds to 2.75.
-
- Jul 16, 2013
-
-
durin42 authored
-
- Jul 15, 2013
-
-
Martin Geisler authored
When a file was renamed in the very first changeset being histedited, the rename was not detected. Consider a history like this: 0 base: add a.txt 1 first: rename a.txt to b.txt 2 last: edit b.txt When 1 and 2 are edited, copies.pathcopies(first, last) correctly returns that nothing was renamed. We must instead use copies.pathcopies(first, last) to detect the initial rename.
-
Martin Geisler authored
The template is already set by the logt alias.
-
- Jun 29, 2013
-
-
Alexander Plavin authored
-
- Jul 04, 2013
-
-
Alexander Plavin authored
Browser compatibility (':target' selector used): IE 8+, FF 3.5+, Safari 3.1+, Opera 9.5+, Chromium 4+, all popular mobile browsers.
-
Alexander Plavin authored
-