log

age author description
Wed, 05 Mar 2014 18:49:47 -0800 Lucas Moscovicz cmdutil: changed walkchangerevs to use spanset instead of baseset
Mon, 24 Feb 2014 16:36:17 -0800 Lucas Moscovicz revset: added sort methods to generatorsets
Thu, 13 Mar 2014 12:05:08 -0500 Matt Mackall merge with stable
Tue, 04 Feb 2014 18:33:25 -0500 Augie Fackler fix_bytesmod: use the "from mercurial" form of the import to avoid breaking httpclient
Thu, 13 Mar 2014 19:48:41 +0900 FUJIWARA Katsunori commit: create new amend changeset as secret correctly for "--secret" option stable
Wed, 12 Mar 2014 10:26:48 +0200 Cristian Zamfir hg log: solves bug regarding hg log -r 0:null (issue4039) stable
Mon, 10 Mar 2014 17:52:42 -0400 Augie Fackler killdaemons: drop superfluous L suffix from constant
Wed, 12 Mar 2014 18:28:57 -0400 Augie Fackler setup.py: fix 2.4 breakage in 77ab0abb
Thu, 19 Sep 2013 15:38:42 -0400 Augie Fackler setup: handle more invalid python3 syntax
Fri, 07 Mar 2014 14:06:49 -0800 Lucas Moscovicz revset: changed __add__ methods on lazy sets to return addsets (issue4191)
Fri, 07 Mar 2014 13:48:31 -0800 Lucas Moscovicz revset: added addset class with its basic methods
Tue, 11 Feb 2014 14:03:43 -0800 Lucas Moscovicz revset: changed _children method to use lazy structures
Mon, 10 Feb 2014 12:26:45 -0800 Lucas Moscovicz revset: changed descendants revset to use lazy generators
Fri, 07 Feb 2014 13:44:57 -0800 Lucas Moscovicz revset: optimized _revancestors method based on order of revisions
Fri, 07 Feb 2014 10:32:02 -0800 Lucas Moscovicz revset: changed ancestors revset to return lazy generators