log

age author description
Fri, 06 May 2011 11:11:55 +0200 Martin Geisler annotate: use real Booleans instead of 0/1
Fri, 06 May 2011 10:02:46 +0200 Martin Geisler hbisect: use real Booleans instead of 0/1
Fri, 06 May 2011 14:45:13 +0200 Peter Arrenbrecht summary: run discovery only once for in/out against same repo
Fri, 06 May 2011 14:44:18 +0200 Peter Arrenbrecht discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
Fri, 06 May 2011 16:00:48 +0300 Idan Kamara transplant: remove unneeded loop over repo in revset
Fri, 06 May 2011 15:37:38 +0300 Idan Kamara transplant: fix revset doc stable
Fri, 06 May 2011 16:07:35 +0300 Idan Kamara mq: add a 'mq()' revset predicate that returns applied mq csets
Fri, 06 May 2011 10:17:07 -0500 Augie Fackler pyflakes: ignore files marked no-check-code
Thu, 05 May 2011 18:05:24 +0200 Sune Foldager revlog: compute correct deltaparent in the deltaparent function
Thu, 05 May 2011 11:33:02 -0400 Zachary Gramana changelog: fixes leaked file handle
Thu, 05 May 2011 23:21:37 +0800 Steven Brown setdiscovery: limit lines to 80 characters
Thu, 05 May 2011 16:01:09 +0200 Thomas Arendsen Hein subrepo: use code from 71ea5b2b9517 only if Python needs it (issue2795) stable
Wed, 04 May 2011 22:08:55 -0500 Augie Fackler sslutil: extracted ssl methods from httpsconnection in url.py
Fri, 06 May 2011 00:34:10 +0200 Mads Kiilerich check-code: fix checking for sh style in .t tests
Thu, 05 May 2011 20:04:49 +0200 Martin Geisler run-tests: add --shell command line flag
Thu, 05 May 2011 20:03:43 +0200 Martin Geisler run-tests: use type of default to convert environment variable
Thu, 05 May 2011 19:29:02 +0200 Martin Geisler test-treediscovery: fix escaping for both dash and bash
Thu, 05 May 2011 12:53:33 +0200 Peter Arrenbrecht treediscovery: fix regression when run against older repos (issue2793)
Thu, 05 May 2011 14:57:21 +0200 Martin Geisler commands: use util.Abort's hint some more
Thu, 05 May 2011 12:16:43 +0200 Martin Geisler commands: use double-quotes for strings with single-quotes
Thu, 05 May 2011 12:46:02 +0200 Sune Foldager revlog: remove support for punched/shallow
Thu, 05 May 2011 12:55:12 +0200 Sune Foldager revlog: remove support for parentdelta
Wed, 04 May 2011 12:58:59 +0200 Adrian Buehlmann store: break up reference cycle introduced in 9cbff8a39a2a
Wed, 04 May 2011 10:32:08 -0500 Augie Fackler test-https.t: clean up superfluous trailing whitespace
Wed, 04 May 2011 10:39:10 -0500 Augie Fackler run-tests.py: correctly handle list options with parallel tasks
Wed, 04 May 2011 23:12:23 +0300 Idan Kamara mq: don't suggest to refresh when qpushing with no applied patches
Wed, 04 May 2011 20:14:30 +0200 Peter Arrenbrecht bundlerepo: fix closing and docstring of getremotechanges
Wed, 04 May 2011 10:43:47 -0500 Kevin Bullock bookmarks: allow deactivating current bookmark with -i
Sat, 11 Dec 2010 18:08:55 +0100 Kevin Bullock bookmarks: allow to create/move bookmark without making it current (issue2788)
Thu, 05 May 2011 01:57:13 +0200 Mads Kiilerich tests: test subrepos with ssh urls