Thu, 07 Nov 2013 01:47:59 +0100 |
Mads Kiilerich |
largefiles: cleanup of printmessage handling - the printed flag was redundant
stable
|
Sun, 17 Nov 2013 18:13:55 -0500 |
Augie Fackler |
test-module-imports: skip on Python < 2.6, since ast is new in 2.6
|
Sun, 17 Nov 2013 17:49:48 -0500 |
Augie Fackler |
Merge with stable.
|
Sat, 16 Nov 2013 19:56:30 -0500 |
Mads Kiilerich |
convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None
stable
|
Sat, 16 Nov 2013 17:30:34 -0500 |
Brodie Rao |
share: fix unshare calling wrong repo.__init__() method
stable
|
Sun, 17 Nov 2013 13:31:18 -0800 |
Siddharth Agarwal |
statichttprepo.httprangeheader: implement readlines
|
Sun, 17 Nov 2013 13:28:11 -0800 |
Siddharth Agarwal |
statichttprepo: pass in True to splitlines, not 1
|
Sat, 16 Nov 2013 15:46:28 -0500 |
Mads Kiilerich |
mq: don't add '* * *' separators when there is no commit message
|
Sat, 16 Nov 2013 15:46:29 -0500 |
Mads Kiilerich |
bisect: avoid confusing use of variables with same names in nested local scopes
|
Sat, 16 Nov 2013 15:46:29 -0500 |
Mads Kiilerich |
discovery: make note messages for new heads more readable
|
Sat, 16 Nov 2013 15:46:29 -0500 |
Mads Kiilerich |
discovery: tweak error message for multiple branch heads
|
Sat, 16 Nov 2013 15:46:29 -0500 |
Mads Kiilerich |
test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92f
|
Sun, 17 Nov 2013 11:18:39 -0500 |
Mads Kiilerich |
convert: readability and test of rpairs function
|
Sun, 17 Nov 2013 11:16:59 -0500 |
Mads Kiilerich |
tests: make doctest test runner less verbose
|
Sun, 17 Nov 2013 10:59:35 -0500 |
Mads Kiilerich |
tests: python hash seed is only relevant after failures - otherwise keep quiet
|
Sat, 16 Nov 2013 13:29:39 -0800 |
Siddharth Agarwal |
scmutil.filecache: support watching over multiple files
|
Sat, 16 Nov 2013 13:24:26 -0800 |
Siddharth Agarwal |
scmutil: introduce a filecacheentry that can watch multiple paths
|
Sat, 16 Nov 2013 13:19:06 -0800 |
Siddharth Agarwal |
scmutil: rename filecacheentry to filecachesubentry
|
Sat, 16 Nov 2013 13:33:33 -0800 |
Siddharth Agarwal |
scmutil.filecacheentry: make stat argument to constructor mandatory
|
Sat, 16 Nov 2013 13:57:35 -0800 |
Siddharth Agarwal |
test-filecache.py: add markers to the output for each event
|
Sat, 16 Nov 2013 14:10:28 -0800 |
Siddharth Agarwal |
test-filecache.py: make setbeforeget test clearer
|
Sun, 17 Nov 2013 13:38:35 -0500 |
Augie Fackler |
test-module-imports.t: new test to use the import cycle detector
|
Sun, 17 Nov 2013 13:33:20 -0500 |
Augie Fackler |
import-checker: try a little harder to show fewer cycles
|
Sun, 17 Nov 2013 16:58:18 -0500 |
Augie Fackler |
import-checker: ignore nested imports
|