- Feb 01, 2010
-
-
Matt Mackall authored
-
Wagner Bruna authored
-
- Jan 30, 2010
-
-
Georg Brandl authored
-
- Jan 31, 2010
-
-
Matt Mackall authored
The behavior of rebase both before and after the fix was actually incorrect, and this change regressed other parts of copy behavior.
-
- Jan 29, 2010
-
-
Matt Mackall authored
Thanks to Greg Ward for spotting and testing
-
Matt Mackall authored
Unscramble divergence test
-
- Jan 28, 2010
-
-
Christian Ebert authored
-
Christian Ebert authored
There is no code in mail.py that forbids an extension to prompt for bcc.
-
- Jan 23, 2010
-
-
kiilerix authored
Solaris ...
-
Martin Geisler authored
After 1d75c683ada1, "ago" is added by the ago template filter.
-
- Jan 22, 2010
-
-
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.
-
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
Solaris diff -u likes to be "helpful" and tell that "No differences encountered"
-
- Jan 20, 2010
-
-
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
-
-
Wagner Bruna 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
-
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
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
Fix suggested by Andrea Riciputi <andrea.riciputi@gmail.com>
-
- Jan 13, 2010
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jan 11, 2010
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
When shrink-revlog is used as an extension, it would produce an error when switching back to stable because the script will try to execute itself.
-
Benoit Boissinot authored
This avoid a warning when having an empty transaction, where hg would try to delete the journal twice.
-
- Jan 09, 2010
-
-
Martin Geisler authored
-
Jens Bäckman authored
-
- Jan 08, 2010
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Siddharth Agarwal authored
Test and minor code change by Patrick Mézard <pmezard@gmail.com>
-
Patrick Mezard authored
-
- Jan 05, 2010
- Jan 04, 2010
-
-
Pascal Quantin authored
-
Martin Geisler authored
-