log

age author description
Mon, 12 Jun 2017 03:23:58 +0900 Toshi MARUYAMA packagelib: use LANGUAGE=C for "hg version"
Mon, 12 Jun 2017 03:23:56 +0900 Toshi MARUYAMA rpms: add hgdemandimport in files
Mon, 12 Jun 2017 03:22:45 +0900 Toshi MARUYAMA rpms: remove '%if "%{?pythonver}" != "2.4"'
Fri, 02 Jun 2017 20:49:42 -0700 Jun Wu obsstore: do not load all markers to detect duplication
Sat, 10 Jun 2017 11:33:57 -0700 Gregory Szorc clonebundles: reference correct config option
Sat, 10 Jun 2017 14:09:54 -0700 Siddharth Agarwal filestat: move __init__ to frompath constructor
Sat, 10 Jun 2017 14:07:31 -0700 Siddharth Agarwal test-dirstate-race: ensure that a isn't in the lookup set at the end
Sat, 10 Jun 2017 14:07:31 -0700 Siddharth Agarwal hghave: add test for whether fsmonitor is enabled
Sat, 10 Jun 2017 14:07:30 -0700 Siddharth Agarwal tests: add a wrapper to run fsmonitor tests
Sat, 10 Jun 2017 18:47:09 +0100 Pierre-Yves David setdiscovery: improves logged message
Sat, 10 Jun 2017 10:46:06 -0400 Augie Fackler tests: handle variation between pure and normal output in annotate --skip
Fri, 09 Jun 2017 20:12:39 -0400 Brandon McCaig bisect: improve option validation message
Sat, 10 Jun 2017 10:24:33 -0400 Sean Farley context: inline makememctx (API)
Fri, 09 Jun 2017 13:39:13 -0700 Sean Farley context: add convenience method for returning a memfilectx from a patch
Fri, 09 Jun 2017 13:25:02 -0700 Sean Farley memctx: refactor inline getfilectx into convenience method
Fri, 09 Jun 2017 13:55:51 -0700 Gregory Szorc hgweb: refresh styling of gitweb's search form
Fri, 09 Jun 2017 13:45:36 -0700 Gregory Szorc hgweb: consistently add search form to all gitweb pages
Fri, 09 Jun 2017 13:42:38 -0700 Gregory Szorc hgweb: consolidate search form for gitweb
Fri, 09 Jun 2017 13:41:10 -0700 Gregory Szorc hgweb: consolidate search form for monoblue
Fri, 09 Jun 2017 13:59:13 -0700 Gregory Szorc hgweb: consolidate search form for paper
Fri, 09 Jun 2017 23:56:50 -0400 Matt Harbison test-extension: fix load path for Windows
Sat, 10 Jun 2017 00:11:54 -0400 Matt Harbison test-setdiscovery: stabilize for Windows
Sat, 10 Jun 2017 02:20:14 -0400 Matt Harbison convert: correct the documentation about whitespace in branchmap branches
Thu, 08 Jun 2017 00:51:46 +0530 Pulkit Goyal py3: use pycompat.bytestr() instead of str()
Fri, 02 Jun 2017 16:57:21 +0530 Pulkit Goyal py3: convert bool variables to bytes
Fri, 09 Jun 2017 13:07:49 +0900 FUJIWARA Katsunori context: avoid writing outdated dirstate out (issue5584)
Fri, 09 Jun 2017 13:07:49 +0900 FUJIWARA Katsunori tests: factor external procedures out for portability
Fri, 09 Jun 2017 13:07:48 +0900 FUJIWARA Katsunori dirstate: add identity information to detect simultaneous changing in storage
Fri, 09 Jun 2017 13:07:48 +0900 FUJIWARA Katsunori util: make filestat.__eq__ return True if both of self and old have None stat
Fri, 09 Jun 2017 12:58:18 +0900 FUJIWARA Katsunori vfs: create copy at renaming to avoid file stat ambiguity if needed