log

age author description
Thu, 15 Feb 2018 17:15:21 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-extension.t
Fri, 27 Apr 2018 20:55:10 +0530 Pulkit Goyal py3: suppress the value returned by .write() calls
Tue, 15 May 2018 09:57:58 -0700 Martin von Zweigbergk tests: test failure reporting in blackbox code
Mon, 14 May 2018 12:53:13 +0200 David Demelier export: add -B option to select a bookmark
Sat, 12 May 2018 18:05:50 -0700 Gregory Szorc packaging: move most packaging targets to own Makefile
Sat, 12 May 2018 12:27:51 -0700 Gregory Szorc packaging: make packaging scripts less reliant on pwd
Sat, 12 May 2018 10:57:04 -0700 Gregory Szorc packaging: move contrib/macosx to contrib/packaging/
Sat, 12 May 2018 10:50:30 -0700 Gregory Szorc packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
Sat, 12 May 2018 10:47:44 -0700 Gregory Szorc packaging: move build-linux-wheels.sh to contrib/packaging/
Sat, 12 May 2018 17:16:09 -0700 Gregory Szorc packaging: move contrib/debian to contrib/packaging/
Sat, 12 May 2018 10:41:08 -0700 Gregory Szorc packaging: move buildrpm to contrib/packaging/
Sat, 12 May 2018 10:38:36 -0700 Gregory Szorc packaging: move mercurial.spec to contrib/packaging/
Sat, 12 May 2018 10:31:34 -0700 Gregory Szorc packaging: move builddeb into contrib/packaging/
Sat, 12 May 2018 10:28:00 -0700 Gregory Szorc packaging: move packagelib.sh into contrib/packaging/
Sat, 12 May 2018 10:33:11 -0700 Gregory Szorc packaging: move some docker scripts into contrib/packaging/
Sat, 12 May 2018 13:17:01 -0700 Gregory Szorc packaging: move most of contrib/docker to contrib/packaging/docker
Sat, 12 May 2018 12:12:12 -0700 Gregory Szorc setup: reformat options argument
Sat, 12 May 2018 10:53:53 -0700 Gregory Szorc contrib: remove fixpax.py
Tue, 15 May 2018 22:12:55 +0900 Yuya Nishihara push: continue without locking on lock failure other than EEXIST (issue5882) stable
Fri, 11 May 2018 23:28:02 -0700 Martin von Zweigbergk revlog: handle errors from index_node() in nt_insert() and index_slice_del()
Mon, 14 May 2018 13:11:04 +0200 David Demelier help: add new deprecated topic
Mon, 14 May 2018 23:00:30 -0400 Matt Harbison phabricator: split auth.url into the standard auth.schemes and auth.prefix
Sat, 12 May 2018 00:34:01 -0400 Matt Harbison phabricator: migrate [phabricator.auth] to [auth]
Sat, 12 May 2018 15:33:09 +0900 Yuya Nishihara dispatch: unify handling of None returned by a command function
Fri, 11 May 2018 21:23:48 -0700 Gregory Szorc dispatch: minor code refactor
Wed, 04 Apr 2018 21:17:55 +0900 Yuya Nishihara hgweb: drop unused argument 'tmpl' from webutil.compare()
Wed, 04 Apr 2018 21:17:10 +0900 Yuya Nishihara hgweb: convert {comparison} to a mappinggenerator with named template
Wed, 04 Apr 2018 21:14:30 +0900 Yuya Nishihara hgweb: rename 'context' argument of webutil.compare() to avoid name conflicts
Wed, 04 Apr 2018 00:08:10 +0900 Yuya Nishihara hgweb: convert comparison {lines} to a mappinggenerator with named template
Tue, 03 Apr 2018 23:57:00 +0900 Yuya Nishihara hgweb: move getblock() closure out of compare()