Wed, 22 Oct 2008 09:29:26 +0200 |
Dirkjan Ochtman |
patch: extract local function addmodehdr
|
file |
diff |
annotate
|
Mon, 20 Oct 2008 14:57:04 +0200 |
Dirkjan Ochtman |
clean up trailing spaces, leading spaces in C
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 23:45:46 +0200 |
Patrick Mezard |
patch: pass linereader to binaryhunk.extract() instead of wrapped fp
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 23:45:46 +0200 |
Patrick Mezard |
patch: pass linereader to scangitpatch(), extract from iterhunks()
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 23:45:45 +0200 |
Patrick Mezard |
patch: change functions definition order for readability
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 23:45:45 +0200 |
Patrick Mezard |
patch: map changed files to patchmeta directly
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 23:45:45 +0200 |
Patrick Mezard |
patch: patchmeta gives (islink, isexec) tuple instead of int mode
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 23:45:45 +0200 |
Patrick Mezard |
patch: extract and rename gitpatch into patchmeta, document
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 23:45:45 +0200 |
Patrick Mezard |
patch: remove applydiff() useless updatedir and rejmerge arguments
|
file |
diff |
annotate
|
Sun, 05 Oct 2008 21:35:26 +0200 |
Dirkjan Ochtman |
python2.6: use subprocess if available
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 15:21:08 -0500 |
Matt Mackall |
diff: pass contexts to status
|
file |
diff |
annotate
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
file |
diff |
annotate
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: avoid naive plural tricks
|
file |
diff |
annotate
|
Sun, 31 Aug 2008 11:41:52 +0200 |
Dirkjan Ochtman |
fix double indentation and trailing whitespace
|
file |
diff |
annotate
|
Tue, 12 Aug 2008 17:47:08 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
file |
diff |
annotate
|
Sun, 10 Aug 2008 21:55:06 -0500 |
Matt Mackall |
util: set_flags shouldn't know about repo flag formats
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 09:21:57 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 14:13:20 -0700 |
Brendan Cully |
Check that git patches only touch files under root
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 14:13:20 -0700 |
Brendan Cully |
Check that git patches only touch files under root
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:46:29 -0500 |
Matt Mackall |
use repo.changectx(None) to get a workingctx
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 17:34:28 -0500 |
Matt Mackall |
use repo.changectx rather than context.changectx
|
file |
diff |
annotate
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: remove files arg from repo.status and friends
|
file |
diff |
annotate
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: remove files argument from patch.diff
|
file |
diff |
annotate
|
Fri, 11 Apr 2008 15:14:00 +0200 |
Adrian Buehlmann |
removing unused local ccache in patch.diff
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 23:05:51 -0400 |
Benoit Boissinot |
merge with -stable
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 22:41:07 -0400 |
Benoit Boissinot |
fix import with -p0
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 22:36:40 +0200 |
Dirkjan Ochtman |
python 2.6 compatibility: compatibility wrappers for hash functions
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 22:15:14 +0200 |
Patrick Mezard |
Let --unified default to diff.unified (issue 1076)
|
file |
diff |
annotate
|
Mon, 17 Mar 2008 23:36:45 +0100 |
Patrick Mezard |
patch: fix corner case with update + copy patch handling (issue 937)
|
file |
diff |
annotate
|
Sun, 16 Mar 2008 00:35:12 +0100 |
Patrick Mezard |
patch: check filename is /dev/null for creation or deletion (issue 1033)
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 10:02:31 -0500 |
Matt Mackall |
diff: use copy smarts from copies.py
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 00:07:37 +0100 |
Patrick Mezard |
patch: fix iterhunks() with trailing binary file removal
|
file |
diff |
annotate
|
Wed, 06 Feb 2008 19:57:52 -0800 |
Bryan O'Sullivan |
Merge with crew
|
file |
diff |
annotate
|
Thu, 26 Jul 2007 07:56:04 -0400 |
jorendorff |
commands.py, patch.py: add -U option to hg diff command
|
file |
diff |
annotate
|
Fri, 18 Jan 2008 10:48:25 -0600 |
Matt Mackall |
transform a bunch of print statements to appropriate ui calls
|
file |
diff |
annotate
|
Sat, 12 Jan 2008 20:49:07 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Sat, 12 Jan 2008 19:35:11 +0100 |
Patrick Mezard |
patch: handle empty vs no file in git patches (issue906)
|
file |
diff |
annotate
|
Sat, 12 Jan 2008 20:43:09 +0100 |
Patrick Mezard |
patch: remove CRLF when parsing file names
|
file |
diff |
annotate
|
Sat, 29 Dec 2007 19:49:48 +0100 |
Thomas Arendsen Hein |
Removed tabs and trailing whitespace in python files
|
file |
diff |
annotate
|
Thu, 27 Dec 2007 22:29:21 -0600 |
Matt Mackall |
patch: use util.set_flags
|
file |
diff |
annotate
|
Tue, 25 Dec 2007 22:23:58 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Tue, 25 Dec 2007 22:21:51 +0100 |
Patrick Mezard |
patch: be more tolerant to diffstat failures (issue 865)
|
file |
diff |
annotate
|
Mon, 17 Dec 2007 23:42:48 +0100 |
Patrick Mezard |
patch: simplify directory creation
|
file |
diff |
annotate
|
Mon, 17 Dec 2007 23:42:46 +0100 |
Patrick Mezard |
patch: write rej files for missing targets (issue 853)
|
file |
diff |
annotate
|
Mon, 17 Dec 2007 23:06:04 +0100 |
Patrick Mezard |
patch: avoid file existence tests when possible in selectfile()
|
file |
diff |
annotate
|
Mon, 17 Dec 2007 23:06:01 +0100 |
Patrick Mezard |
patch: move diff parsing in iterhunks generator
|
file |
diff |
annotate
|
Mon, 17 Dec 2007 22:19:21 +0100 |
Patrick Mezard |
patch: move NoHunk detection up with parsing code
|
file |
diff |
annotate
|
Sun, 02 Dec 2007 13:53:29 +0100 |
Patrick Mezard |
mq: missing target files do not make qpush to fail immediately (issue 835)
|
file |
diff |
annotate
|
Sun, 25 Nov 2007 11:49:34 +0100 |
Jim Hague |
patch: fix sort() comparator argument
|
file |
diff |
annotate
|
Thu, 01 Nov 2007 12:17:59 -0700 |
Dustin Sallings |
Use both the from and to name in mdiff.unidiff.
|
file |
diff |
annotate
|
Thu, 01 Nov 2007 12:05:14 +0100 |
Patrick Mezard |
Fix Windows os.popen bug with interleaved stdout/stderr output
|
file |
diff |
annotate
|
Thu, 25 Oct 2007 19:40:56 +0200 |
Thomas Arendsen Hein |
Only set mode of new patch if the target file was removed before.
|
file |
diff |
annotate
|
Mon, 08 Oct 2007 22:20:23 +0200 |
Patrick Mezard |
patch: fix git sendmail handling without proper mail headers
|
file |
diff |
annotate
|
Sat, 06 Oct 2007 15:30:15 -0300 |
Alexis S. L. Carvalho |
Always copy the necessary files before applying a git patch
|
file |
diff |
annotate
|
Tue, 28 Aug 2007 23:02:41 -0300 |
Alexis S. L. Carvalho |
Avoid a working dir walk while trying to detect copies for diff --git
|
file |
diff |
annotate
|
Tue, 28 Aug 2007 22:48:25 -0300 |
Alexis S. L. Carvalho |
Make hg diff --git -r revA:revB detect (inverted) copies if revA > revB
|
file |
diff |
annotate
|
Tue, 07 Aug 2007 10:28:43 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces, fix indentation
|
file |
diff |
annotate
|
Sat, 04 Aug 2007 23:07:52 -0700 |
Brendan Cully |
patch: add git symlink support
|
file |
diff |
annotate
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
patch: make internal code a bit friendlier to use
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 20:49:08 -0700 |
Bryan O'Sullivan |
patch: remove unused parameter from b85diff
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:44:38 -0500 |
Matt Mackall |
Merge with crew
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 23:35:24 +0200 |
Patrick Mezard |
patch: patches should be read and written in binary mode when possible.
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 23:34:52 +0200 |
Patrick Mezard |
patch: fix normalized paths separators.
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: re-add the ability to use an external patch program
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: don't mark files as changed unless they have actually been changed
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: fix some incorrect uses of _() for i18n
|
file |
diff |
annotate
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
Add Chris Mason's mpatch library.
|
file |
diff |
annotate
|
Mon, 02 Jul 2007 13:26:12 -0700 |
Brendan Cully |
patch.extract: fix test-import breakage introduced in the previous changeset
|
file |
diff |
annotate
|
Mon, 02 Jul 2007 10:59:16 -0700 |
Brendan Cully |
patch.extract: do not prepend subject if the description already starts with it
|
file |
diff |
annotate
|
Thu, 21 Jun 2007 09:25:49 +0200 |
Thomas Arendsen Hein |
Kill trailing spaces
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 17:02:07 +0200 |
Patrick Mezard |
patch: fix ui.patch regression introduced by 62019c4427e3.
|
file |
diff |
annotate
|
Wed, 06 Jun 2007 20:22:52 +0200 |
Thomas Arendsen Hein |
Removed trailing whitespace and tabs from python files
|
file |
diff |
annotate
|
Sun, 03 Jun 2007 14:38:52 -0300 |
Alexis S. L. Carvalho |
patch.diff: avoid calling workingctx().manifest()
|
file |
diff |
annotate
|
Sun, 27 May 2007 14:43:29 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
file |
diff |
annotate
|
Sun, 27 May 2007 14:26:54 -0700 |
Bryan O'Sullivan |
Introduce find_exe. Use instead of find_in_path for programs.
|
file |
diff |
annotate
|
Thu, 17 May 2007 20:09:47 -0700 |
Eric Hopper |
Add ability to parse branch information to hg import
|
file |
diff |
annotate
|
Thu, 10 May 2007 13:42:36 -0700 |
Eric Hopper |
Add branch information to hg export.
|
file |
diff |
annotate
|
Sat, 12 May 2007 21:09:31 +0200 |
Patrick Mezard |
Add ui.patch option.
|
file |
diff |
annotate
|
Sat, 12 May 2007 21:09:29 +0200 |
Patrick Mezard |
Fix issue483 - mq does not work under windows with gnu-win32 patch.
|
file |
diff |
annotate
|
Sat, 07 Apr 2007 04:45:27 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
file |
diff |
annotate
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
Try to find diffstat in PATH before calling it
|
file |
diff |
annotate
|
Thu, 22 Mar 2007 10:44:59 -0700 |
Brendan Cully |
Add import --exact.
|
file |
diff |
annotate
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
file |
diff |
annotate
|
Fri, 16 Mar 2007 00:22:57 -0300 |
Alexis S. L. Carvalho |
pass repo.root to util.pathto() in preparation for the next patch
|
file |
diff |
annotate
|
Wed, 14 Mar 2007 11:46:07 -0700 |
Brendan Cully |
git-send-email compatibility: stop reading changelog after ^---$
|
file |
diff |
annotate
|
Tue, 13 Mar 2007 21:54:34 -0700 |
Brendan Cully |
Make [PATCH] removal slightly more robust
|
file |
diff |
annotate
|
Mon, 12 Mar 2007 13:58:06 -0700 |
Brendan Cully |
Strip [PATCH...] from message subject when importing patches
|
file |
diff |
annotate
|
Sat, 10 Mar 2007 23:21:33 -0300 |
Alexis S. L. Carvalho |
Merge a bunch of matcher and locate fixes.
|
file |
diff |
annotate
|
Sat, 10 Mar 2007 23:00:43 -0300 |
Alexis S. L. Carvalho |
remove obsolete code from patch.diff
|
file |
diff |
annotate
|
Fri, 02 Mar 2007 14:03:30 -0800 |
Brendan Cully |
Suppress <stdout> before hg export -v (regression from previous patch).
|
file |
diff |
annotate
|
Thu, 01 Mar 2007 20:53:38 -0800 |
Brendan Cully |
Let patch.export handle any fp-like object
|
file |
diff |
annotate
|
Tue, 20 Feb 2007 20:55:23 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
file |
diff |
annotate
|
Sat, 17 Feb 2007 09:55:00 -0200 |
Alexis S. L. Carvalho |
git binary patches: don't print the header for identical files
|
file |
diff |
annotate
|
Sat, 17 Feb 2007 09:54:59 -0200 |
Alexis S. L. Carvalho |
git binary patches: use hashes to detect identical files
|
file |
diff |
annotate
|
Fri, 16 Feb 2007 05:27:37 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
file |
diff |
annotate
|
Fri, 16 Feb 2007 04:54:46 -0200 |
Alexis S. L. Carvalho |
git patches: handle renames of binary files
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
symlinks: add flags param to wwrite
|
file |
diff |
annotate
|
Fri, 29 Dec 2006 20:04:30 -0600 |
Matt Mackall |
exec: add execfunc to simplify exec flag support on non-exec filesystems
|
file |
diff |
annotate
|
Tue, 26 Dec 2006 03:12:23 +0100 |
Benoit Boissinot |
commands.py: use contexts in export
|
file |
diff |
annotate
|
Mon, 25 Dec 2006 17:43:49 +0100 |
Benoit Boissinot |
patch: use contexts for diff
|
file |
diff |
annotate
|
Mon, 25 Dec 2006 13:37:00 +0100 |
Benoit Boissinot |
remove various unused import
|
file |
diff |
annotate
|
Fri, 15 Dec 2006 18:38:09 -0800 |
Brendan Cully |
Merge with crew-stable
|
file |
diff |
annotate
|
Fri, 15 Dec 2006 19:30:20 +0100 |
Thomas Arendsen Hein |
Don't use node length for calculating revision number length.
|
file |
diff |
annotate
|
Fri, 15 Dec 2006 19:09:10 +0100 |
Thomas Arendsen Hein |
Make sequence number on hg export start at 1 (as documented for %n). Add test.
|
file |
diff |
annotate
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
file |
diff |
annotate
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
file |
diff |
annotate
|
Mon, 27 Nov 2006 22:03:36 -0200 |
Alexis S. L. Carvalho |
handle files with more than one git binary patch
|
file |
diff |
annotate
|
Mon, 27 Nov 2006 22:03:31 -0200 |
Alexis S. L. Carvalho |
handle files with both git binary patches and copy/rename ops
|
file |
diff |
annotate
|
Mon, 20 Nov 2006 19:32:46 -0200 |
Alexis S. L. Carvalho |
Don't generate git patches that rename a file to multiple destinations
|
file |
diff |
annotate
|
Mon, 20 Nov 2006 19:32:45 -0200 |
Alexis S. L. Carvalho |
handle git patches that rename a file to more than one destination
|
file |
diff |
annotate
|
Mon, 20 Nov 2006 19:32:38 -0200 |
Alexis S. L. Carvalho |
diff: better detection of renames when comparing with the working dir.
|
file |
diff |
annotate
|
Mon, 20 Nov 2006 19:32:37 -0200 |
Alexis S. L. Carvalho |
fix typo in mercurial/patch.py
|
file |
diff |
annotate
|
Mon, 20 Nov 2006 19:32:36 -0200 |
Alexis S. L. Carvalho |
renamedbetween: only return (file, node) pairs that exist in the original rev
|
file |
diff |
annotate
|
Mon, 20 Nov 2006 19:32:35 -0200 |
Alexis S. L. Carvalho |
diff: improve detection of renames when diffing across many revisions
|
file |
diff |
annotate
|