- Jan 24, 2010
-
-
Benoit Boissinot authored
-
- Jan 23, 2010
-
-
kiilerix authored
Solaris ...
-
Martin Geisler authored
-
Martin Geisler authored
After 1d75c683ada1, "ago" is added by the ago template filter.
-
- Jan 22, 2010
-
-
Martin Geisler authored
-
kiilerix authored
$PWD doesn't work with solaris sh - use `pwd` instead
-
- Jan 20, 2010
-
-
David Soria Parra authored
We should not translate the "imported patch" message. The translated message confuses the detection whether the user has not updated the commit message yet. We try to avoid to translate generated commit messages.
-
- Jan 21, 2010
-
-
Patrick Mezard authored
- Detect changes to meta on regular and external entries - Do not try to commit external entries
-
Patrick Mezard authored
That's especially true with status flags: there are different fields and values for regular changes, meta changes, externals changes and externals meta changes.
-
Patrick Mezard authored
My reasons to do c2e2a5e6c36b were wrong. We want to have non-localized svn output while preserving current locale for input arguments and svn internals. This is achieved by setting LC_MESSAGE=C.
-
- Jan 20, 2010
-
-
Martin Geisler authored
-
Katsunori FUJIWARA authored
'hg summary' recognizes workdir as clean by searching for 'clean' is in own output text. But 'clean' is one of I18N target texts, so 'hg summary --quiet' behaves incorrectly in non-English locale.
-
Martin Geisler authored
The number was accidentally removed in the change from GPLv2 to GPLv2+ in 25e572394f5c.
-
- Jan 17, 2010
-
-
kiilerix authored
-
- Jan 20, 2010
-
-
Patrick Mezard authored
-
- Jan 17, 2010
-
-
kiilerix authored
Solaris diff -u likes to be "helpful" and tell that "No differences encountered"
-
- Jan 20, 2010
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
On some large repos, copy detection could spend > 10min using fctx.ancestor() to determine if file revisions were actually related. Because ancestor must traverse history to the root to determine the GCA, it was doing a lot more work than necessary. With this replacement, same status -r a:b takes ~3 seconds.
-
- Dec 28, 2009
-
-
Nicolas Dumazet authored
Entering "<correct_cset_hash> " in the search form was not returning anything. This happens relatively often, due to HTML formatting: when copy/pasting a cset hash from the web, selection might contain surrounding spaces.
-
- Jan 18, 2010
-
-
Patrick Mezard authored
Removing the explicit parameters from keywords signature is easier than copying and reproducing the original argument list.
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jan 16, 2010
-
-
Martin Geisler authored
-
- Jan 14, 2010
-
-
Greg Ward authored
-
- Jan 06, 2010
-
-
kiilerix authored
* Require Python 2.4 or later * Note that hgk uses tk - but don't require it * Remove bashism to support ksh * Install mq.el * Handle uncompressed man pages
-
- Jan 16, 2010
-
-
Nicolas Dumazet authored
This should allow styles to customize more precisely navigation bar, for example inserting a cursor to show where we are in the navigation bar.
-
- Jan 06, 2010
-
-
Jim Hague authored
On AIX, ksh builtin printf does not understand \NNN. Some tests use this to generate test data, and so fail on AIX. Rework these tests to use python to generate the correct characters. This fixes the tests on AIX and should be more generally portable.
-
- Jan 15, 2010
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
This fixes a bug seen when merging a main repo which contains a subrepo when both repos have been merged before. Each repo (main and sub) has two branches, both of which have been merged before. In a subrepo, if the revision to merge to is an ancestor of the current rev, then the merge should be a noop. Test provided by Steve Losh.
-
Patrick Mezard authored
-
Patrick Mezard authored
Fix suggested by Andrea Riciputi <andrea.riciputi@gmail.com>
-
- Jan 14, 2010
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jan 13, 2010
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jan 12, 2010
-
-
Patrick Mezard authored
-