- Mar 23, 2010
-
-
Patrick Mezard authored
This was broken in 38fe86fb16e3.
-
Dirkjan Ochtman authored
-
- Mar 22, 2010
-
-
Pierre-Yves David authored
The order choosen by cvs to display commit is not stable when the tests are run under heavy CPU/IO load. This leads to irrelevant failures of the test suite. This changeset filters four lines impacted by this instability. The result of the conversion is still verified.
-
- Mar 23, 2010
-
-
Dirkjan Ochtman authored
-
Patrick Mezard authored
-
- Mar 22, 2010
-
-
Konstantin Zemlyak authored
Quoting PEP 333 (WSGI): "If the iterable returned by the application has a close() method, the server or gateway must call that method upon completion of the current request, whether the request was completed normally, or terminated early due to an error. (This is to support resource release by the application. This protocol is intended to complement PEP 325's generator support, and other common iterables with close() methods."
-
- Mar 20, 2010
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Mar 19, 2010
-
-
Benoit Boissinot authored
accept the following patch header: first line: foo/a.orig second line: foo/a
-
Matt Mackall authored
-
- Mar 16, 2010
-
-
Wagner Bruna authored
-
- Mar 19, 2010
-
-
Benoit Boissinot authored
-
Adrian Buehlmann authored
The version is already shown in the title bar of the feature selection dialog and in the text of the welcome dialog. It's unusual for Windows programs to repeat the version in the root feature.
-
Adrian Buehlmann authored
-
- Mar 18, 2010
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Sune Foldager authored
-
Martin Geisler authored
With better language as suggested by timeless.
-
- Mar 15, 2010
-
-
Cédric Duval authored
-
- Mar 16, 2010
-
-
Adrian Buehlmann authored
Without this, Mercurial is registered under the installed programs on Windows as just 'Mercurial', which is unusual for a program to do on Windows. Including the version in the registered product name registers the software in the Windows control panel of installed programs as, for example, 'Mercurial 1.5' (for 1.5), or as 'Mercurial 1.5.1032' for a stable 1.5+32-35893dcfd40c 'Mercurial 1.5.5080' for a unstable 1.5+80-1ee60e82333c when using http://bitbucket.org/tortoisehg/thg-winbuild to create daily builds. Furthermore, the install UI texts in the built installer database (MSI file) are more clear on what the user is about to install, as, for example, the text in the initial installer dialog now reads "The Setup Wizard will install Mercurial 1.5 on your computer" instead of just "The Setup Wizard will install Mercurial on your computer"
-
Benoit Boissinot authored
-
- Mar 15, 2010
-
-
Benoit Boissinot authored
https://bugzilla.redhat.com/show_bug.cgi?id=573666 Reported by Sjoerd Mullender
-
Martin Geisler authored
-
- Mar 13, 2010
-
-
Edouard Gomez authored
There are two bugs in current subrepo ctor: - hgrc paths were using parent repo (ctx._repo) instead of self._repo - it was joined with local extract path, not its source repo path Fixed both bugs using _abssource on self once it is fully initialized. It gets the job done perfectly for pull and push urls.
-
- Mar 09, 2010
-
-
Mathieu Clabaut authored
For a CVS repository checked out with "cvs co .", the prefix used to strip of what we get from CVS was previously erroneously set to "repopath/.". We now prevent the dot to be added. Test folded in test-convert-cvs and simplified by Patrick Mézard <pmezard@gmail.com>.
-
- Mar 14, 2010
-
-
Cédric Duval authored
-
Cédric Duval authored
-
Cédric Duval authored
Without -c, it is a no-op (the queue is implicitly initialized by all relevant commands if needed), and queue repositories with -c are an advanced usage of mq, and not otherwise required.
-
- Mar 10, 2010
-
-
Yuya Nishihara authored
Now SCRIPT_NAME never contains http://host:port part, we don't need to care about '://'.
-
Yuya Nishihara authored
This fixes doubled URL, e.g. http://example.orghttp://example.org/..., which appears on RSS/Atom feeds served by hgwebdir. It splits baseurl to update SERVER_NAME, SERVER_PORT and SCRIPT_NAME, according to RFC 3875. Updated the test output since SCRIPT_NAME becomes not to contain http://host:port part.
-
Yuya Nishihara authored
-
- Mar 02, 2010
-
-
Greg Ward authored
Previously, it only checked for an mq patch if the user explicitly passed -d/--dest. But rebasing onto an mq patch is a bad idea regardless of how we determine the rebase destination.
-
- Mar 05, 2010
-
-
Brodie Rao authored
One test that requires inserting a broken extension into hgext does this by modifying PYTHONPATH. This doesn't work when run with --local because the 'hg' script being used is in the same directory as the local hgext. Instead of modifying PYTHONPATH, a secondary extension is enabled using --config that inserts the dummy hgext at the beginning of sys.path, before the script's path.
-
- Mar 13, 2010
-
-
Benoit Boissinot authored
-
- Mar 12, 2010
-
-
Benoit Boissinot authored
-
Edouard Gomez authored
-
- Mar 13, 2010
-
-
Greg Lindahl authored
-
- Mar 11, 2010
-
-
Martin Geisler authored
They are not needed inside triple-quoted strings and they confuse the line number computation done in i18n/hggettext. The script tries to find the docstring in the source file. When \" in the source is turned into just " in the docstring, the docstring can no longer be found.
-
- Mar 08, 2010
-
-
kiilerix authored
-
- Mar 11, 2010
-
-
Augie Fackler authored
-