Sat, 14 Oct 2017 01:20:12 -0400 Matt Harbison tests: add globs for Windows
Sat, 14 Oct 2017 01:07:59 -0400 Matt Harbison test-conflicts: conditionalize for no-symlink platforms
Sat, 14 Oct 2017 00:20:59 -0400 Matt Harbison test-extdata: conditonalize error message for Windows
Sat, 14 Oct 2017 00:07:26 -0400 Matt Harbison test-audit-path: fill in missing output for no-symlink case
Sat, 14 Oct 2017 13:37:14 +0900 Yuya Nishihara test-i18n: guard gettext test appropriately
Sun, 08 Oct 2017 13:08:31 +0200 Boris Feld hook: add a 'hashook' function to test for hook existence
Fri, 13 Oct 2017 22:42:17 +0200 muxator build: for the bootstrap phase of a deb/rpm build pure-py mercurial is enough
Fri, 13 Oct 2017 12:40:05 -0700 Phil Cohen context: add a fast-comparision for arbitraryfilectx and workingfilectx
Fri, 13 Oct 2017 04:02:06 +0530 Denis Laxalde tersestatus: avoid modifying tersedict
Wed, 11 Oct 2017 21:19:19 +0200 Denis Laxalde tersestatus: make methods part of the dirnode class
Fri, 06 Oct 2017 20:54:23 +0530 Pulkit Goyal tersestatus: re-implement the functionality to terse the status
Fri, 13 Oct 2017 12:54:46 -0700 Phil Cohen context: add is `isinmemory()` to filectx
Fri, 06 Oct 2017 06:48:43 -0700 Ryan McElroy merge: ensure that we always commit the mergestate
Fri, 06 Oct 2017 06:48:43 -0700 Ryan McElroy merge: add tests to show current behavior on failed filemerges
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move the _dirfoldmap to dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: remove _dirs property cache
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: remove _filefoldmap property cache
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move identity to dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move nonnormal and otherparent sets to dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move write into dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move _read into dirstatemap
Sun, 08 Oct 2017 21:29:24 +0200 Boris Feld configitems: register the 'templates' section
Wed, 11 Oct 2017 05:01:55 +0200 Boris Feld configitems: register the 'paths' config section
Wed, 11 Oct 2017 02:26:09 +0200 Boris Feld configitems: register the 'pager.attend-.*' options
Fri, 13 Oct 2017 16:39:06 +0200 Boris Feld configitems: register the 'hooks' config section
Tue, 10 Oct 2017 10:48:47 +0200 Boris Feld configitems: register the 'extensions' section
Sun, 08 Oct 2017 20:39:51 +0200 Boris Feld configitems: register the 'defaults' section
Sun, 08 Oct 2017 21:02:02 +0200 Boris Feld configitems: register the 'committemplate' section
Tue, 10 Oct 2017 10:49:28 +0200 Boris Feld configitems: register the 'color' section
Sun, 08 Oct 2017 20:26:25 +0200 Boris Feld configitems: register the 'alias' section
Tue, 10 Oct 2017 10:49:15 +0200 Boris Feld configitems: allow for the registration of "generic" config item
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Fri, 13 Oct 2017 21:36:10 +0900 Yuya Nishihara i18n: cache translated messages per encoding
Thu, 12 Oct 2017 22:09:11 +0900 Yuya Nishihara templater: fix ifcontains() to handle type mismatch gracefully
Thu, 12 Oct 2017 21:56:13 +0900 Yuya Nishihara help: use single quotes in ``template example``
Thu, 12 Oct 2017 21:48:02 +0900 Yuya Nishihara help: hide template keywords of obsolescence as they are still experimental
Thu, 12 Oct 2017 21:42:42 +0900 Yuya Nishihara help: fix formatting of template keywords
Thu, 12 Oct 2017 22:21:14 +0900 Yuya Nishihara chg: remove outdated rule to start test server
Fri, 13 Oct 2017 00:22:54 +0900 Yuya Nishihara configitems: drop redundant default of web.allow<archtype>
Fri, 13 Oct 2017 00:14:28 +0900 Yuya Nishihara configitems: correct default values of web.allow<archtype> and web.hidden
Fri, 13 Oct 2017 22:38:24 +0900 Yuya Nishihara bdiff: include compat.h in header to define ssize_t
Sat, 30 Sep 2017 22:37:20 +0100 Boris Feld test: add an extra case for obsolescence distributed case
Fri, 29 Sep 2017 19:59:15 +0100 Boris Feld test: add a test file dedicated to an important distributed case
Tue, 10 Oct 2017 23:19:35 +0530 Pulkit Goyal repoview: remove incorrect documentation of the function
Thu, 12 Oct 2017 09:34:58 -0700 Jun Wu check-code: suggest pycompat.is(posix|windows|darwin)
Thu, 12 Oct 2017 23:34:34 -0700 Jun Wu codemod: use pycompat.isdarwin
Thu, 12 Oct 2017 09:04:22 -0700 Jun Wu codemod: use pycompat.isposix
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Thu, 12 Oct 2017 19:20:04 -0700 Jun Wu pycompat: define operating system constants
Wed, 11 Oct 2017 21:24:32 -0700 Jun Wu hgweb: do not import uuid immediately to avoid its side effect
Wed, 11 Oct 2017 17:42:57 -0700 Jun Wu check-code: forbid platform.system()
Wed, 11 Oct 2017 17:42:35 -0700 Jun Wu largefiles: do not use platform.system()
Wed, 11 Oct 2017 17:38:20 -0700 Jun Wu logtoprocess: do not use platform.system()
Wed, 11 Oct 2017 17:27:21 -0700 Jun Wu selectors2: do not use platform.system()
Mon, 09 Oct 2017 12:42:28 -0700 Jun Wu dispatch: when --pager=no is passed, also disable pager on req.repo.ui
Wed, 11 Oct 2017 10:36:59 -0700 Durham Goode bundle2: immediate exit for ctrl+c (issue5692)
Wed, 04 Oct 2017 11:04:18 -0400 Augie Fackler exewrapper: format with clang-format
Wed, 04 Oct 2017 11:02:44 -0400 Augie Fackler util: add clang-format control comment around struct and format macro
Wed, 04 Oct 2017 10:57:23 -0400 Augie Fackler mpatch: reflow two oddly formatted else blocks with clang-format
Wed, 04 Oct 2017 10:55:51 -0400 Augie Fackler mpatch: re-wrap wide line with clang-format
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip