log

age author description
Fri, 14 Nov 2014 05:58:59 -0800 Martin von Zweigbergk largefiles: update comments to refer to the right overridden method
Thu, 13 Nov 2014 21:36:38 -0800 Siddharth Agarwal revlog: cache chain info after calculating it for a rev (issue4452)
Wed, 22 Oct 2014 21:38:30 -0700 Martin von Zweigbergk manifest: add matches() method
Wed, 12 Nov 2014 22:20:36 -0800 Martin von Zweigbergk context.status: pass status tuple into _buildstatus
Wed, 12 Nov 2014 22:07:31 -0800 Martin von Zweigbergk context.status: avoid de- and reconstructing status tuple
Wed, 12 Nov 2014 16:51:11 -0800 Martin von Zweigbergk context.status: make _dirstatestatus() return an status tuple
Wed, 12 Nov 2014 21:19:07 -0800 Martin von Zweigbergk context.status: wipe deleted/unknown/ignored fields when reversed
Wed, 12 Nov 2014 23:50:21 -0800 Siddharth Agarwal patch.trydiff: add support for noprefix
Wed, 12 Nov 2014 23:29:14 -0800 Siddharth Agarwal mdiff.unidiff: add support for noprefix
Thu, 13 Nov 2014 00:13:48 -0800 Siddharth Agarwal diff: add a --noprefix option
Thu, 13 Nov 2014 00:08:44 -0800 Siddharth Agarwal patch.diffopts: add support for noprefix
Wed, 12 Nov 2014 23:47:25 -0800 Siddharth Agarwal patch.diffopts: allow a setting to be forced in plain mode
Wed, 12 Nov 2014 23:44:17 -0800 Siddharth Agarwal patch.diffopts: break get function into if statements
Wed, 12 Nov 2014 23:25:32 -0800 Siddharth Agarwal mdiff.diffopts: add a new noprefix option
Wed, 12 Nov 2014 23:19:44 -0800 Siddharth Agarwal mdiff.diffopts: add doc comment for nobinary
Sat, 08 Nov 2014 17:08:09 +0000 Pierre-Yves David changelog: register changelog.i.a as a temporary file
Wed, 05 Nov 2014 09:27:08 +0000 Pierre-Yves David transaction: allow registering a temporary transaction file
Thu, 13 Nov 2014 10:22:47 +0000 Pierre-Yves David transaction: always generate file on close
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)