log

age author description
Mon, 01 Oct 2012 23:11:28 -0500 Matt Mackall Added signature for changeset b3f0f9a39c4e stable
Mon, 01 Oct 2012 23:11:25 -0500 Matt Mackall Added tag 2.3.2 for changeset b3f0f9a39c4e stable
Mon, 01 Oct 2012 23:06:14 -0500 Matt Mackall merge with i18n stable 2.3.2
Sun, 23 Sep 2012 00:08:13 -0400 Matt Harbison largefiles: download missing subrepo revs when archiving stable
Mon, 01 Oct 2012 23:05:02 -0500 Matt Mackall hgweb: change IE canvas test (issue3639)
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann store: optimize _pathencode by checking the length of the unencoded path
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann pathencode: skip encoding if input is already longer than maxstorepathlen
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann pathencode: simplify basicencode
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann test-hybridencode: in practice, extensions aren't really unbound in length
Mon, 01 Oct 2012 21:54:04 +0200 Patrick Mezard Merge
Thu, 27 Sep 2012 01:53:28 +0200 Pierre-Yves David histedit-test: clarify the reason of a failure
Mon, 24 Sep 2012 15:46:01 +0200 Pierre-Yves David histedit-test: make test-fold more verbose
Mon, 01 Oct 2012 03:19:23 +0200 David Soria Parra bookmarks: teach the -r option to use revsets
Sat, 29 Sep 2012 13:41:02 +0200 Juan Pablo Carbajal (desktop) help: add example of paths other than default in hgrc
Fri, 28 Sep 2012 19:43:40 +0900 FUJIWARA Katsunori i18n-ja: synchronized with f36f11f2bfce stable
Sat, 29 Sep 2012 12:28:52 -0500 Matt Mackall merge with stable
Thu, 27 Sep 2012 14:38:03 -0700 Tomasz Kleczek lock: fixed race condition in trylock/testlock (issue3506) stable
Sat, 29 Sep 2012 11:57:16 -0500 Matt Mackall scmutil: backout 83785bb56062 (issue3643)
Sat, 29 Sep 2012 13:34:37 +0200 Juan Pablo Carbajal (desktop) help: removing trailing spaces
Sat, 29 Sep 2012 13:43:31 +0200 Patrick Mezard Merge with stable
Sat, 29 Sep 2012 13:33:55 +0200 Patrick Mezard test-largefiles.t: fix find quirk on OSX stable
Thu, 20 Sep 2012 19:02:47 +0200 Pierre-Yves David clfilter: introduce `filteredrevs` attribute on changelog
Mon, 03 Sep 2012 14:29:05 +0200 Pierre-Yves David clfilter: remove any explicit revision number from default cmdutil range
Thu, 20 Sep 2012 19:01:53 +0200 Pierre-Yves David clfilter: remove usage of `range` in favor of iteration over changelog
Mon, 03 Sep 2012 14:19:45 +0200 Pierre-Yves David clfilter: split `revlog.headrevs` C call from python code
Mon, 03 Sep 2012 14:12:45 +0200 Pierre-Yves David clfilter: handle non contiguous iteration in `revlov.headrevs`
Thu, 20 Sep 2012 19:00:59 +0200 Pierre-Yves David clfilter: make the revlog class responsible of all its iteration
Mon, 03 Sep 2012 14:05:19 +0200 Pierre-Yves David clfilter: introduce a `hassecret` function
Mon, 03 Sep 2012 14:03:38 +0200 Pierre-Yves David filter: `updatebranchcache` during `addchangegroup` instead of after lock
Wed, 01 Aug 2012 22:13:27 -0500 Augie Fackler lock-checker: new contrib extension based on work done by Mads