- Nov 08, 2010
-
-
kiilerix authored
-
- Nov 03, 2010
-
-
Patrick Mezard authored
-
- Oct 21, 2010
-
-
Steve Borho authored
The patch parser goes through all of that trouble extracting the commit message from the patch file. It seems such a waste not to use it.
-
- Oct 20, 2010
-
-
Kevin Bullock authored
When issuing `hg pull -r REV` in a repo with no common ancestor with the remote repo, the message 'requesting all changes' is printed, even though only the changese that are ancestors of REV are actually requested. This can be confusing for users (see http://www.selenic.com/pipermail/mercurial/2010-October/035508.html). This silences the message if (and only if) the '-r' option was passed.
-
- Oct 09, 2010
-
-
Patrick Mezard authored
patch(1) does silently ignore malformed hunks but this is not something we want to copy.
-
- Sep 24, 2010
-
-
Martin Geisler authored
Many tests already had a short line to describe what IssueXXX is about. I find that quite useful when reading a test.
-
- Sep 21, 2010
-
-
Matt Mackall authored
-
- Sep 16, 2010
-
-
Matt Mackall authored
-
- Aug 12, 2010
-
-
Nicolas Dumazet authored
-
- Jun 16, 2010
-
-
kiilerix authored
Tests revision 0429d0d49f92
-
- Apr 09, 2010
-
-
Peter Arrenbrecht authored
If you have a diff line that matches a header line, the patch splitter currently breaks your patch at this line. For example a line like: +key: value This can lead to "malformed patch" exceptions. Now fixed.
-
- Mar 24, 2010
-
-
kiilerix authored
This allows most tests to succeed with ./run-tests.py --tmpdir='/tmp/hg test' and introduces other tests for spaces and shell quoting
-
- Mar 20, 2010
-
-
Benoit Boissinot authored
-
- Mar 19, 2010
-
-
Benoit Boissinot authored
accept the following patch header: first line: foo/a.orig second line: foo/a
-
- Mar 18, 2010
-
-
Benoit Boissinot authored
-
- Feb 22, 2010
-
-
Patrick Mezard authored
-
- Feb 18, 2010
-
-
Brendan Cully authored
This prevents a header-like line in the message body from causing a spurious split.
-
- Feb 07, 2010
-
-
Brendan Cully authored
Supports hg export <revrange>, mail messages, and mailboxes. Does not support multiple patches in a single MIME attachment. Closes issue167.
-
- Oct 11, 2009
-
-
Dirkjan Ochtman authored
-
- Oct 08, 2009
-
-
Patrick Mezard authored
-
- Oct 11, 2009
-
-
Matt Mackall authored
-
- Oct 08, 2009
-
-
Patrick Mezard authored
Current solution is hackish but looks like a good trade-off short of rewriting patch.extract() significantly.
-
- Aug 08, 2009
-
-
Brendan Cully authored
as long as the first hunk is -0,0 and the source and destination have the same name. Matt found a patch like this, and /usr/bin/patch accepts it.
-
- May 19, 2009
-
-
Martin Geisler authored
-
- Apr 26, 2009
-
-
Martin Geisler authored
The tests are executed with a .hgrc file which adds "-d '0 0'" by default.
-
- Mar 24, 2009
-
-
Vsevolod Solovyov authored
-
- Nov 22, 2008
-
-
Brendan Cully authored
-
- Oct 26, 2008
-
-
Patrick Mezard authored
-
- Jun 25, 2008
-
-
Brendan Cully authored
-
- Apr 13, 2008
-
-
Benoit Boissinot authored
-
- Mar 17, 2008
-
-
Patrick Mezard authored
The self patching of files when diffed with a backup is a bit peculiar to me. It makes sense in mpatch, that's less clear in mercurial patching code. Let's document and preserve it for now.
-
- Feb 27, 2008
-
-
Patrick Mezard authored
Like some renames or copy operations, binary file removal does not generate any "file" or "hunk" action, but was not tagged as such and let iterhunk() assume no hunk was applied for the deleted file.
-
- Feb 03, 2008
-
-
Alexis S. L. Carvalho authored
-
Alexis S. L. Carvalho authored
This allows the transaction system to backup the correct file, so that a future rollback can do the right thing. This should fix issue963.
-
- Jan 26, 2008
-
-
Jesse Glick authored
The prose section of the help text for the command already said that -u and -m are accepted, but -u was not listed in the table of options, and did not work. Useful when accepting patches from other people made by hg diff rather than hg export. For completeness, also accepting -d DATE. [CHANGES: rebased against d8878742a924, --no-commit option.]
-
- Jan 25, 2008
-
-
Thomas Arendsen Hein authored
-
- Jan 12, 2008
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Nov 25, 2007
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-