Tue, 05 Nov 2013 09:43:26 +0100 Simon Heimberg Makefile: intermediate steps work with temporary copy of hg.pot
Thu, 21 Nov 2013 15:08:30 -0600 Matt Mackall merge with stable
Thu, 21 Nov 2013 11:49:31 -0600 Matt Mackall help: drop help for branches template keyword
Thu, 21 Nov 2013 12:47:03 -0800 Siddharth Agarwal test-command-template.t: fix failure due to trailing whitespace
Thu, 21 Nov 2013 11:30:52 -0600 Matt Mackall templater: makes branches work correctly with stringify (issue4108) stable
Mon, 11 Nov 2013 16:35:12 -0800 Durham Goode manifest: increase lrucache from 3 to 4
Mon, 11 Nov 2013 16:42:49 -0800 Durham Goode strip: add faster revlog strip computation
Mon, 11 Nov 2013 16:40:02 -0800 Durham Goode revlog: return lazy set from findcommonmissing
Tue, 19 Nov 2013 11:29:56 -0500 Matt Mackall merge with stable
Sun, 17 Nov 2013 15:11:09 -0800 Siddharth Agarwal histedit: hold wlock and lock while in progress stable
Mon, 18 Nov 2013 15:43:45 -0500 Matt Mackall merge with i18n stable
Mon, 18 Nov 2013 13:29:05 -0200 Wagner Bruna i18n-pt_BR: fix typos in notify docs stable
Sun, 17 Nov 2013 19:52:49 -0200 Wagner Bruna i18n-pt_BR: synchronized with 06e118c097ff stable
Mon, 18 Nov 2013 15:37:09 -0500 Matt Mackall templater: only recursively evaluate string literals as templates (issue4103) stable
Mon, 18 Nov 2013 14:02:26 -0500 Matt Mackall templater: fix escaping in nested string literals (issue4102) stable
Sun, 17 Nov 2013 20:22:59 -0500 Matt Mackall merge with stable
Thu, 07 Nov 2013 20:36:26 -0800 David Soria Parra shelve: unshelve using an unfiltered repository stable
Thu, 07 Nov 2013 01:56:40 +0100 Mads Kiilerich largefiles: update in two steps, handle interrupted updates better stable
Thu, 07 Nov 2013 01:49:48 +0100 Mads Kiilerich largefiles: inline _updatelfile, prepare for further refactorings stable
Thu, 07 Nov 2013 01:48:00 +0100 Mads Kiilerich largefiles: cache largefiles for update, also without printmessage stable
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
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()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite "updatefromremote()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: add function to centralize the logic to compare bookmarks
Sun, 10 Nov 2013 18:23:29 +0400 Alexander Plavin hgweb: use semantically suitable filelog.revs in filelog
Sun, 10 Nov 2013 18:07:56 +0400 Alexander Plavin hgweb: always compute all entries and latestentry in filelog
Sun, 10 Nov 2013 18:05:53 +0400 Alexander Plavin hgweb: remove unused argument of entries function in filelog
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip