log

age author description
Mon, 20 Mar 2017 17:58:44 -0400 Augie Fackler osx: always purge build/mercurial before starting build
Mon, 20 Mar 2017 17:49:47 -0400 Augie Fackler osx: use more paranoid quoting in test
Mon, 20 Mar 2017 17:50:05 -0400 Augie Fackler osx: install completion scripts using install(1) to avoid umask badness
Fri, 24 Mar 2017 08:37:26 -0700 Martin von Zweigbergk merge with stable
Sun, 19 Mar 2017 01:47:56 -0400 Augie Fackler py3: prove `hg {add,addremove,commit} all work
Thu, 23 Mar 2017 10:46:50 -0400 Augie Fackler revsetlang: perform quoting using ui.escapestr instead of repr()
Thu, 23 Mar 2017 10:41:34 -0400 Augie Fackler revsetlang: add docstring with some tests to _quote
Sun, 19 Mar 2017 01:14:19 -0400 Augie Fackler revsetlang: move quoting function to not be a closure
Thu, 23 Mar 2017 10:33:20 -0400 Augie Fackler revsetlang: portably bytestring-ify another pair of int() calls
Thu, 23 Mar 2017 21:23:21 -0700 Jun Wu checkcode: enforce lowercase for extension docstring title
Thu, 23 Mar 2017 21:16:55 -0700 Jun Wu logtoprocess: use lowercase for docstring title
Thu, 23 Mar 2017 21:16:29 -0700 Jun Wu journal: use lowercase for docstring title
Thu, 23 Mar 2017 21:15:39 -0700 Jun Wu automv: use lowercase for docstring title
Thu, 23 Mar 2017 22:31:50 -0700 Jun Wu util: enable hardlink for some BSD-family filesystems
Thu, 23 Mar 2017 22:13:02 -0700 Jun Wu osutil: report fstype for BSD and OSX
Thu, 23 Mar 2017 22:15:36 -0700 Jun Wu setup: use a more strict way to test BSD or OSX's statfs
Thu, 23 Mar 2017 12:03:19 -0700 Jun Wu debugfsinfo: use util.getfstype
Thu, 23 Mar 2017 12:01:18 -0700 Jun Wu util: use util.getfstype
Thu, 23 Mar 2017 11:58:45 -0700 Jun Wu util: add a getfstype method
Mon, 20 Mar 2017 00:19:33 -0400 Matt Harbison pager: fix the invocation of `more` on Windows
Wed, 22 Mar 2017 16:36:53 -0700 Martin von Zweigbergk help: format ``commands`` heading correctly
Wed, 22 Mar 2017 14:12:58 -0500 David Soria Parra convert: fix the handling of empty changlist descriptions in P4
Tue, 21 Mar 2017 17:50:44 -0700 Martin von Zweigbergk status: support commands.status.relative config
Tue, 21 Mar 2017 21:26:52 -0700 Martin von Zweigbergk plain: ignore [commands] config
Thu, 23 Mar 2017 19:54:59 -0700 Gregory Szorc changegroup: store old heads as a set stable 4.1.2
Tue, 21 Mar 2017 23:30:13 +0100 Pierre-Yves David checkheads: extract obsolete post processing in its own function
Wed, 22 Mar 2017 11:26:23 -0700 Kostia Balytskyi tests: make test-simplekeyvaluefile.py py2.6-compatible
Thu, 23 Mar 2017 20:57:27 +0900 Yuya Nishihara similar: use cheaper hash() function to test exact matches
Thu, 23 Mar 2017 20:52:41 +0900 Yuya Nishihara similar: take the first match instead of the last
Thu, 23 Mar 2017 21:17:08 +0900 Yuya Nishihara similar: do not look up and create filectx more than once