- Dec 02, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Dec 01, 2009
-
-
Matt Mackall authored
-
- Nov 30, 2009
-
-
Martin Geisler authored
-
Wagner Bruna authored
-
Martin Geisler authored
The man pages can actually be translated by building them in a different locale. However, the man pages contain internal links to certain sections, and when the section titles are translated, the links change too. So it is currently not recommended to build the man pages in anything by the "C" locale.
-
Martin Geisler authored
-
Martin Geisler authored
-
- Nov 24, 2009
-
-
Alexander Solovyov authored
-
- Nov 30, 2009
-
-
Sune Foldager authored
-
Sune Foldager authored
When creating new branches and merging them into existing ones, you would sometimes be able to push some changesets (the existing branches) without using --force, even when that creates a new head on the remote. A test which triggers the error has been added.
-
- Nov 28, 2009
-
-
timeless authored
-
Martin Geisler authored
-
- Nov 26, 2009
-
-
Christian Ebert authored
http://cvsbook.red-bean.com/cvsbook.html#List%20Of%20Keywords Fix default keyword map accordingly. Keep $RCSFile$ for Mercurial backwards compatibility.
-
Martin Geisler authored
-
Martin Geisler authored
The docstring is translated twice: once when used as a format string, and once on display. The second translation fails when the first translation introduces non-ASCII characters in the string. The problem is that the gettext module calls unicode(message) on the string, i.e., it decodes it to a Unicode string using the ASCII encoding (the default encoding). By translating it into a Unicode string here, the unicode() call becomes a noop.
-
Matt Mackall authored
-
- Nov 24, 2009
-
-
Wagner Bruna authored
-
Matt Mackall authored
-
- Nov 23, 2009
-
-
Wagner Bruna authored
-
Benoit Boissinot authored
fix tests failure reported by Neal Becker.
-
Pascal Quantin authored
-
- Nov 22, 2009
-
-
Thomas Arendsen Hein authored
This allows using application = hgwebdir(...) application.motd = (string or object with __str__ method) in WSGI (like it is possible in CGI). Changed web.motd in the config file is still read with this, because hgwebdir.templater.motd() does not store the config value.
-
- Nov 19, 2009
-
-
Nicolas Dumazet authored
* prefix messages by inotify-(client|server) * make sure that all warning and abort messages use the same format. * in the case where inotify.sock is an old broken symlink, say so and abort instead of trying to overwrite the already existing link
-
Greg Ward authored
Fixes bug introduced by f8b4df4b033d (issue1911: --tmpdir plus parallel mode = fail), and also fixes the long-standing quirk that parallel mode created multiple /tmp/hgtests.XXXXXX directories. Now there is only one /tmp/hgtests.XXXXXX, with child0, child1, etc. under it.
-
- Nov 17, 2009
-
-
Nicolas Dumazet authored
This will mainly help us in our tests to log pids of inotify servers started implicitely, to make sure that unkilled inotify daemons do not clutter the output of unrelated tests. Also desactivate the workaround introduced in 951ec6c7d703
-
Nicolas Dumazet authored
The fact that a parent process spawns a daemon does not necessarily means that it is the only think it has to do. This was forcing since 7c01599dd340 inotify processes launched implicitely to exit prematurely: when no inotify server was running, "hg st" for example would only launch a inotify server, _exit(0) and thus would not return file statuses. This changeset adds a test for implicitely launched inotify processes. Change to output of test-inotify-1208 is correct: it reflects the normal error message of "hg st" when not dying during "hg inserve" daemon creation.
-
- Nov 19, 2009
-
-
Faheem Mitha authored
-
Martin Geisler authored
-
Martin Geisler authored
The literal blocks were mis-used for alignment, but this of course changes the font of the entire block to a fixed width font in the HTML version. Using a proper list solves this.
-
Martin Geisler authored
-
- Nov 18, 2009
-
-
Thomas Arendsen Hein authored
(encoding fallback in branchmap to maintain compatibility with 1.3.x)
-
Sune Foldager authored
The fix applied as 0262bb59016f doesn't work and is essentially a no-op. This fix also adds a comment about the nature of the problem, and a test.
-
- Nov 17, 2009
-
-
Dan Villiom Podlaski Christiansen authored
Instead of truncating the entire output line of `qseries', only the summary is truncated.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Nov 16, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-