log

age author description
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
Sun, 17 Nov 2013 13:04:18 -0500 Augie Fackler contrib: add an import checker
Wed, 06 Nov 2013 22:09:15 -0500 Augie Fackler makememctx: move from patch to context to break import cycle
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Wed, 06 Nov 2013 14:38:34 -0500 Augie Fackler subsettable: move from repoview to branchmap, the only place it's used
Sat, 16 Nov 2013 20:12:02 -0500 Augie Fackler obsolete: add __eq__ and __hash__ to marker to make set() deduplication work
Sat, 16 Nov 2013 20:31:58 -0500 Pierre-Yves David obsolete: do not accept duplicated marker during exchange
Sun, 17 Nov 2013 13:42:24 -0500 Augie Fackler Merge with stable.
Sat, 16 Nov 2013 20:34:58 -0500 Pierre-Yves David obsolete: stop doing membership test on list stable
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"