- Mar 04, 2010
-
-
Martin Geisler authored
-
Jens Bäckman authored
-
Katsunori FUJIWARA authored
-
- Mar 03, 2010
-
-
Wagner Bruna authored
-
Steve Borho authored
-
Sune Foldager authored
-
Thomas Arendsen Hein authored
Since 98a0421b9e52 annotate follows copies/renames by default, but the output of e.g. "annotate --follow --number" should not change without some deprecation time.
-
Adrian Buehlmann authored
Newly added fncache entries were not added to the in-memory cache, making it possible for 'hg convert' to cause duplicates in .hg/store/fncache. Duplicates in the fncache file are harmless, but excessive numbers of duplicates from large converted repositories may slow down execution speed considerably.
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Sune Foldager authored
-
Sune Foldager authored
-
Sune Foldager authored
-
- Mar 02, 2010
-
-
Martin Geisler authored
They were added way back in 2005 and haven't been updated since. They are no longer referenced by the Makefiles at upper levels and have not been shipped with a recent version of Mercurial.
-
Martin Geisler authored
-
Jens Bäckman authored
-
Wagner Bruna authored
-
Yuya Nishihara authored
HGPLAIN should suppress them because they change Mercurial's default output.
-
Martin Geisler authored
-
Katsunori FUJIWARA authored
-
- Mar 01, 2010
-
-
Yuya Nishihara authored
__doc__ of aliased command shouldn't cointain non-ASCII characters, because it'll be gettext-ed later by commands.help_(). Here gettext can raise UnicodeDecodeError. Once concatenated two translatable strings into one, it become untranslatable. So this patch moves 'alias for:' from dispatch.cmdalias to commands.help_, where help texts are translated. 'alias for:' was introduced by 6e8a16dd3e30.
-
Martin Geisler authored
-
- Feb 28, 2010
-
-
Jens Bäckman authored
-
- Mar 01, 2010
-
-
Martin Geisler authored
-
Pierre-Yves David authored
The bzrlib try to import the ElementPath module but had a fallback in case the import fails. Lazy import of this module leads to later failure. The bzrlib is used by the convert extension.
-
Greg Ward authored
-
- Feb 28, 2010
-
-
Benoit Boissinot authored
reported by edgimar on IRC
-
Martin Geisler authored
-
Martin Geisler authored
-
- Feb 24, 2010
-
-
Wagner Bruna authored
-
- Feb 27, 2010
-
-
Katsunori FUJIWARA authored
-
- Feb 26, 2010
-
-
Wagner Bruna authored
-
- Feb 25, 2010
-
-
Adrian Buehlmann authored
Moving the file from the misc directory of the thg-winbuild repo, which uses mercurial's contrib/wix. This file is displayed by the install UI sequence, so it belongs to the WiX sources quite closely. It happens to be installed by the msi installer, too.
-
- Feb 26, 2010
-
-
Benoit Boissinot authored
bug discovered by apycot (apycot.hg-scm.org)
-
- Feb 25, 2010
-
-
Manpreet Singh authored
- Security fixes by removing custom tempfile creation - Removed need for DiffReviewCleanup/PatchReviewCleanup - Better command execution error detection and display - Improved diff view and folding by ignoring modelines - Improved tab labels display
-
Martin Geisler authored
-
- Feb 24, 2010
-
-
Jens Bäckman authored
-
- Feb 21, 2010
-
-
Benoit Boissinot authored
test thanks to Stefano Tortarolo
-
- Feb 25, 2010
-
-
Benoit Boissinot authored
-
- Feb 24, 2010
-
-
Manpreet Singh authored
1) adds a :DiffReview command to review code changes in the current workspace. 2) removes the need to have patchutils (specifically filterdiff) installed on the system by implementing patch extraction in pure vim script.
-