Thu, 18 Apr 2013 23:50:08 -0500 Matt Mackall Added tag 2.6-rc for changeset 292cd385856d stable
Thu, 18 Apr 2013 23:46:26 -0500 Matt Mackall merge default int stable for 2.6 code freeze stable 2.6-rc
Thu, 18 Apr 2013 16:17:59 -0700 Bryan O'Sullivan blackbox: automatically rotate log files
Thu, 18 Apr 2013 12:58:28 -0700 Bryan O'Sullivan ui: add a configbytes method, for space configuration
Thu, 18 Apr 2013 23:53:39 +0200 Simon Heimberg mq: do not inherit settings form base repo in mqrepo (Fixes issue2358)
Thu, 18 Apr 2013 23:53:24 +0200 Simon Heimberg color: set the ui class in reposetup, before a repo is created
Thu, 18 Apr 2013 20:28:38 +0200 André Sintzoff parsers: remove warning: format ‘%ld’ expects argument of type ‘long int’
Thu, 18 Apr 2013 19:50:04 +0900 FUJIWARA Katsunori annotate: discard refcount of discarded annotation for memory efficiency
Thu, 18 Apr 2013 16:46:09 +0400 Alexander Plavin revlog: fix a regression with null revision
Thu, 18 Apr 2013 14:28:06 -0700 Siddharth Agarwal rebase: check no-op before checking phase (issue3891)
Wed, 10 Apr 2013 19:27:49 -0500 Sean Farley template: call runtemplate on the src argument to sub
Wed, 17 Apr 2013 03:41:34 +0200 Mads Kiilerich run-tests: introduce --random for running tests in random error
Wed, 17 Apr 2013 03:41:11 +0200 Mads Kiilerich largefiles: wlock in status before lfdirstate.write()
Tue, 16 Apr 2013 19:31:59 +0200 Mads Kiilerich transplant: use set for prune lookup
Wed, 17 Apr 2013 11:47:49 +0200 Pierre-Yves David obsolete: extract obsolescence marker pulling into a dedicated function
Wed, 17 Apr 2013 11:18:36 +0200 Pierre-Yves David obsolete: extract obsolescence marker pushing into a dedicated function
Thu, 18 Apr 2013 12:55:58 -0700 Bryan O'Sullivan blackbox: fix a case of name capture
Fri, 19 Apr 2013 01:34:21 +0900 Yuya Nishihara pathencode: eliminate comma at end of enum list to avoid pedantic warning
Fri, 19 Apr 2013 01:26:23 +0900 FUJIWARA Katsunori smtp: use 465 as default port for SMTPS
Thu, 21 Feb 2013 21:05:06 +0000 Kevin Bullock subrepo: fix test breakage introduced in 2b34d004e644
Thu, 18 Apr 2013 15:27:50 +0200 Pierre-Yves David histedit: more precise user message when changeset is missing
Thu, 18 Apr 2013 15:22:24 +0200 Pierre-Yves David histedit: protect against duplicated entries
Thu, 18 Apr 2013 15:13:35 +0200 Pierre-Yves David histedit: track short hash instead of changectx object
Thu, 18 Apr 2013 15:10:01 +0200 Pierre-Yves David histedit: ensure rules return short hex at all time
Thu, 18 Apr 2013 13:51:27 +0200 Pierre-Yves David histedit-test: test unknown command
Thu, 18 Apr 2013 13:50:59 +0200 Pierre-Yves David histedit-test: test unknown changeset
Thu, 18 Apr 2013 13:49:32 +0200 Pierre-Yves David histedit-test: test malformed line
Thu, 18 Apr 2013 11:54:31 -0400 Pierre-Yves David histedit-test: test that extra revisions are detected
Thu, 18 Apr 2013 11:53:58 -0400 Pierre-Yves David histedit-test: test that missing revisions are detected
Thu, 18 Apr 2013 11:52:34 -0400 Pierre-Yves David histedit: handle multiple spaces between action and hash (issue3893)
Fri, 01 Feb 2013 15:00:23 -0800 Brendan Cully http2: sane readline
Fri, 01 Feb 2013 14:41:35 -0800 Brendan Cully http2: make read use pushchunk/popchunk, eschew itertools
Fri, 01 Feb 2013 14:41:33 -0800 Brendan Cully http2: track available data as it changes instead of recomputing it
Thu, 18 Apr 2013 13:38:49 +0200 Pierre-Yves David histedit-test: rename histedit-revspec into histedit-argument
Thu, 18 Apr 2013 13:35:43 +0200 Pierre-Yves David histedit-test: remove unnecessary graphlog extension
Thu, 18 Apr 2013 13:34:43 +0200 Pierre-Yves David histedit-test: drop skip logic for older mercurial version
Mon, 15 Apr 2013 18:57:04 -0300 Wagner Bruna hgweb: refactor checks for granting and revoking user permissions
Wed, 17 Apr 2013 14:38:02 -0500 Matt Mackall check-code: add check for lock release order
Wed, 17 Apr 2013 12:57:26 -0500 Matt Mackall parsers: fix variable declaration position issue
Wed, 17 Apr 2013 21:06:48 +0400 Nikolaj Sjujskij zsh_completion: complete all files for `commit/backout --logfile`
Tue, 16 Apr 2013 19:20:23 +0200 Mads Kiilerich transplant: improve documentation
Tue, 16 Apr 2013 19:18:38 +0200 Mads Kiilerich transplant: clarify what --branch do - it has nothing to do with branches
Wed, 17 Apr 2013 10:25:14 +0200 Pierre-Yves David import: inline checkexact function
Wed, 17 Apr 2013 10:22:28 +0200 Pierre-Yves David import: factor out checkexact
Wed, 17 Apr 2013 03:41:08 +0200 Mads Kiilerich amend: fix unlocking order - first lock then wlock
Wed, 17 Apr 2013 03:40:18 +0200 Mads Kiilerich codingstyle: remove trailing spaces in various text files
Wed, 17 Apr 2013 03:39:36 +0200 Mads Kiilerich tests: run check-code on Python files without .py extension
Tue, 16 Apr 2013 21:14:50 +0200 Pierre-Yves David histedit: move outgoing processing to its own function
Tue, 16 Apr 2013 21:17:13 +0200 Pierre-Yves David histedit: move all arguments checks to the beginning of the command
Tue, 16 Apr 2013 21:57:25 -0500 Pierre-Yves David histedit-test: generalise --commands "-" usage
Tue, 16 Apr 2013 20:48:37 +0200 Pierre-Yves David histedit: allow "-" as a command file
Tue, 16 Apr 2013 16:58:25 +0200 Pierre-Yves David histedit: properly handle --continue on empty fold
Tue, 16 Apr 2013 20:50:17 +0200 Pierre-Yves David histedit-test: replace obscure python script by a plain file
Tue, 16 Apr 2013 16:22:38 +0200 Pierre-Yves David test: improve documentation of some histedit tests
Tue, 16 Apr 2013 23:24:52 +0200 Pierre-Yves David test: use a lighter log style in histedit test
Tue, 16 Apr 2013 22:00:41 -0500 Kevin Bullock subrepo: add regression test for issue3870
Tue, 16 Apr 2013 22:00:05 -0500 pozheg subrepo: clone of git sub-repository creates incorrect git branch (issue3870)
Tue, 16 Apr 2013 14:39:37 -0700 Siddharth Agarwal dispatch: print 'abort:' when a pre-command hook fails (BC)
Mon, 15 Apr 2013 23:31:56 +0200 Mads Kiilerich largefiles: don't hash all largefiles when initializing a lfdirstate
Tue, 16 Apr 2013 00:40:21 +0200 Mads Kiilerich largefiles: use filechunkiter for iterating largefile when serving getlfile
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip