log

age author description
Sun, 09 Nov 2014 12:31:34 -0500 Matt Harbison remove: move most of the implementation into cmdutils.remove()
Tue, 11 Nov 2014 20:08:19 -0800 Siddharth Agarwal revlog: increase I/O bound to 4x the amount of data consumed
Tue, 11 Nov 2014 20:01:19 -0800 Siddharth Agarwal revlog: bound based on the length of the compressed deltas
Tue, 11 Nov 2014 19:54:36 -0800 Siddharth Agarwal revlog: compute length of compressed deltas along with chain length
Tue, 11 Nov 2014 21:41:12 -0800 Siddharth Agarwal revlog: store fulltext when compressed delta is bigger than it
Tue, 11 Nov 2014 21:39:56 -0800 Siddharth Agarwal revlog: make a predicate clearer with parens
Wed, 05 Nov 2014 13:06:24 +0000 Pierre-Yves David transaction: extract backupentry registration in a dedicated function
Sat, 08 Nov 2014 16:35:15 +0000 Pierre-Yves David transaction: pass the transaction to 'postclose' callback
Sat, 08 Nov 2014 16:31:38 +0000 Pierre-Yves David transaction: pass the transaction to 'finalize' callback
Sat, 08 Nov 2014 16:27:50 +0000 Pierre-Yves David transaction: pass the transaction to 'pending' callback
Wed, 05 Nov 2014 10:22:17 +0000 Pierre-Yves David transaction: gather backupjournal logic together in the __init__
Wed, 05 Nov 2014 01:38:48 +0000 Pierre-Yves David transaction: handle missing file in backupentries (instead of using entries)
Wed, 05 Nov 2014 01:23:40 +0000 Pierre-Yves David test-hup: use ls instead of echo
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: move "copyalltostore" invocation into "markcommitted"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: update standins only at the 1st commit of "transplant --continue"
Sat, 08 Nov 2014 00:48:38 +0900 FUJIWARA Katsunori largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
Wed, 12 Nov 2014 15:18:30 -0600 Matt Mackall merge with stable
Sat, 08 Nov 2014 13:14:19 +0900 Yuya Nishihara util.system: remove unused handling of onerr=ui
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Sat, 08 Nov 2014 12:57:42 +0900 Yuya Nishihara ui: introduce util.system() wrapper to make sure ui.fout is used
Wed, 12 Nov 2014 22:21:51 +0900 Yuya Nishihara hook: remove redundant code to redirect http hook output to client stream
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