log

age author description
Wed, 24 Sep 2014 01:39:25 +0200 Mads Kiilerich mq: simplify patchheader handling of the empty line before the diff
Wed, 24 Sep 2014 01:36:44 +0200 Mads Kiilerich mq: write '# Parent ' lines with two spaces like export does (BC)
Sat, 20 Sep 2014 17:06:56 +0200 Mads Kiilerich mq: write headers for new HG patches in the same order as export (BC)
Sat, 20 Sep 2014 17:06:56 +0200 Mads Kiilerich mq: correctly make an empty line after description in new patches
Tue, 16 Sep 2014 14:51:56 -0700 Martin von Zweigbergk largefiles: extract 'orig' method in reposetup.status
Tue, 16 Sep 2014 14:51:25 -0700 Martin von Zweigbergk largefiles: extract 'orig' method in lfilesctx.filectx
Tue, 16 Sep 2014 14:50:38 -0700 Martin von Zweigbergk largefiles: extract 'orig' method in lfilesmanifestdict.__contains__
Tue, 16 Sep 2014 14:40:25 -0700 Martin von Zweigbergk largefiles: reduce indentation by dropping 'else' block after 'return'
Tue, 16 Sep 2014 11:35:13 -0700 Martin von Zweigbergk largefiles: remove dead assignment left over from change 1ff42ee98446
Fri, 19 Sep 2014 13:49:58 -0700 Martin von Zweigbergk match: simplify brittle predicate construction
Tue, 23 Sep 2014 14:45:23 -0700 Siddharth Agarwal convert: change default for git rename detection to 50%
Tue, 23 Sep 2014 14:40:32 -0700 Siddharth Agarwal convert: simplify git.similarity parsing
Wed, 24 Sep 2014 20:11:36 -0700 Pierre-Yves David revset: fast implementation for fullreposet.__and__
Thu, 18 Sep 2014 13:04:02 -0700 Pierre-Yves David revset: turn spanset into a factory function
Tue, 29 Apr 2014 19:06:15 -0700 Pierre-Yves David revert: add a fullreposet class
Tue, 23 Sep 2014 12:21:38 -0700 Pierre-Yves David obsolete: ensure that `getrevs` always return a set
Mon, 22 Sep 2014 23:46:38 +0900 Anton Shestakov hgweb: fail if an invalid command was supplied in url path (issue4071) stable
Wed, 24 Sep 2014 15:52:40 +0900 Mike Hommey keepalive: fix how md5 is used stable
Sat, 27 Sep 2014 13:18:10 -0500 Matt Mackall merge with stable
Tue, 16 Sep 2014 23:59:29 -0700 Pierre-Yves David revset: add an optimised baseset.__contains__ (issue4371) stable
Mon, 22 Sep 2014 16:14:08 -0500 Matt Mackall merge with stable
Mon, 22 Sep 2014 16:03:07 -0500 Matt Mackall commands: deprecate the parents commands
Wed, 17 Sep 2014 19:56:59 -0700 Pierre-Yves David revset: remove nullrev from the bookmark computation
Wed, 17 Sep 2014 10:58:25 -0700 Pierre-Yves David revset: unify code flow in `bookmark`
Wed, 17 Sep 2014 10:59:30 -0700 Pierre-Yves David revset: remove invalid value in the origin set
Wed, 17 Sep 2014 19:49:26 -0700 Pierre-Yves David revset: remove nullrev from set computed in parents()
Wed, 17 Sep 2014 19:44:03 -0700 Pierre-Yves David revset: refactor parents() into a single return point
Wed, 17 Sep 2014 04:40:30 -0700 Pierre-Yves David revset: remove nullrev from set computed in p1() and p2()
Tue, 16 Sep 2014 23:42:41 -0700 Pierre-Yves David revset: document the choice made in __generatorset.__iter__
Sun, 21 Sep 2014 10:31:34 -0500 Matt Mackall help: mention mode in hg log --removed help (issue4381) stable