Tue, 24 Sep 2013 15:10:32 -0400 |
Augie Fackler |
python2.4: fix imports of sub-packages of the email package
|
Fri, 20 Sep 2013 10:15:51 -0400 |
Augie Fackler |
patch: correct import of email module
|
Sat, 27 Jul 2013 19:31:14 -0500 |
Matt Mackall |
import: cut commit messages at --- unconditionally (issue2148)
stable
|
Thu, 04 Apr 2013 13:45:21 -0700 |
Siddharth Agarwal |
patch: use scmutil.marktouched instead of scmutil.addremove
|
Fri, 22 Mar 2013 17:27:06 -0500 |
Sean Farley |
patch: match 'diff --git a/' instead of 'diff --git'
|
Mon, 04 Mar 2013 22:34:11 +0000 |
Johan Bjork |
diff: fix binary file removals in git mode.
|
Fri, 28 Dec 2012 11:55:57 +0100 |
Mads Kiilerich |
util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: there must also be whitespace between ')' and operator
|
Tue, 27 Nov 2012 14:58:00 -0800 |
Bryan O'Sullivan |
subrepo: use posixpath when diffing, for consistent paths
|
Thu, 15 Nov 2012 15:16:41 -0800 |
Guillermo P?rez |
diff: move index header generation to patch
|
Thu, 15 Nov 2012 15:06:32 -0800 |
Guillermo P?rez |
patch: make _addmodehdr a function under trydiff
|
Thu, 15 Nov 2012 13:57:03 -0800 |
Guillermo P?rez |
diff: rewrite diffline
|
Thu, 15 Nov 2012 13:52:51 -0800 |
Guillermo P?rez |
diff: swap and simplify diffline args
|
Thu, 15 Nov 2012 13:49:04 -0800 |
Guillermo P?rez |
diff: change how quiet mode supresses diffline
|