log

age author description
Wed, 12 Nov 2014 21:53:44 +0900 Yuya Nishihara hgk: forward command output to ui.fout consistently
Tue, 11 Nov 2014 18:43:19 -0600 Matt Mackall merge with stable
Tue, 11 Nov 2014 17:25:09 -0600 Matt Mackall Added signature for changeset 643c58303fb0 stable
Tue, 11 Nov 2014 17:24:47 -0600 Matt Mackall Added tag 3.2.1 for changeset 643c58303fb0 stable
Mon, 10 Nov 2014 13:20:56 -0500 Augie Fackler run-tests: use a try/except ladder instead of looking for a specific version
Mon, 10 Nov 2014 13:27:25 -0500 Augie Fackler hghave: use a less brittle have-json check
Wed, 15 Oct 2014 12:39:19 -0700 Sean Farley sortdict: add insert method
Sun, 09 Nov 2014 13:15:28 -0800 Sean Farley sortdict: add iteritems method
Sat, 08 Nov 2014 23:13:39 -0800 Martin von Zweigbergk addremove: add back forgotten files (BC)
Mon, 10 Nov 2014 14:51:18 -0800 Martin von Zweigbergk add: add back forgotten files even when not matching exactly (BC)
Tue, 11 Nov 2014 10:16:54 -0800 Martin von Zweigbergk context.status: explain "caching reasons" more fully
Tue, 11 Nov 2014 10:35:06 -0500 Augie Fackler localrepo: rename revlog.maxchainlen to format.maxchainlen
Thu, 06 Nov 2014 14:20:05 -0800 Mateusz Kwapich revlog: add config variable for limiting delta-chain length
Thu, 06 Nov 2014 14:08:25 -0800 Mateusz Kwapich debugrevlog: fix computing chain length in debugrevlog -d
Wed, 05 Nov 2014 10:13:01 +0000 Pierre-Yves David transaction: factorise append-only file registration
Wed, 05 Nov 2014 13:00:48 +0000 Pierre-Yves David transaction: document `tr.add`
Wed, 05 Nov 2014 10:05:38 +0000 Pierre-Yves David transaction: drop backupentries logic from startgroup and endgroup
Wed, 05 Nov 2014 10:00:15 +0000 Pierre-Yves David transaction: document startgroup and endgroup
Wed, 05 Nov 2014 09:31:57 +0000 Pierre-Yves David transaction: mark backup-related attributes private
Wed, 05 Nov 2014 01:30:29 +0000 Pierre-Yves David transaction: document the contents of `tr.backupentries`
Wed, 05 Nov 2014 01:33:16 +0000 Pierre-Yves David transaction: drop the third item in `tr.backupentries`
Mon, 10 Nov 2014 10:44:42 -0800 Durham Goode rebase: fix rebase with no common ancestors (issue4446) stable 3.2.1
Thu, 06 Nov 2014 10:57:13 -0500 Augie Fackler test-run-tests: accept more levels of precision and trailing ws (issue4440) stable
Mon, 10 Nov 2014 17:29:15 -0600 Matt Mackall merge with stable
Fri, 07 Nov 2014 17:54:59 -0800 Siddharth Agarwal changegroup.cg2packer: lookup 'group' via inheritance chain
Thu, 23 Oct 2014 17:00:38 -0700 Martin von Zweigbergk context.status: only filter suspect symlinks in the dirstate status
Thu, 23 Oct 2014 16:19:56 -0700 Martin von Zweigbergk context.status: inline _poststatus()
Sun, 12 Oct 2014 00:06:40 -0700 Martin von Zweigbergk context.status: remove now-empty _prestatus()
Sat, 11 Oct 2014 23:30:08 -0700 Martin von Zweigbergk context.status: call _dirstatestatus() from within _buildstatus()
Sun, 12 Oct 2014 00:00:13 -0700 Martin von Zweigbergk context.status: move manifest caching trick to _buildstatus()