Wed, 11 Oct 2017 03:50:24 +0200 Boris Feld configitems: register the 'logtoprocess.uiblocked' config
Wed, 11 Oct 2017 03:50:14 +0200 Boris Feld configitems: register the 'logtoprocess.develwarn' config
Wed, 11 Oct 2017 03:49:47 +0200 Boris Feld configitems: register the 'logtoprocess.command' config
Wed, 11 Oct 2017 03:49:21 +0200 Boris Feld configitems: register the 'logtoprocess.commandfinish' config
Wed, 11 Oct 2017 03:49:04 +0200 Boris Feld configitems: register the 'logtoprocess.commandexception' config
Wed, 11 Oct 2017 03:45:14 +0200 Boris Feld configitems: register the 'pager.pager' config
Wed, 11 Oct 2017 03:41:48 +0200 Boris Feld configitems: register the 'web.maxchanges' config
Wed, 11 Oct 2017 03:41:01 +0200 Boris Feld configitems: register the 'web.maxfiles' config
Wed, 11 Oct 2017 03:39:21 +0200 Boris Feld configitems: register the 'web.maxshortchanges' config
Wed, 11 Oct 2017 03:36:44 +0200 Boris Feld configitems: register the 'web.motd' config
Wed, 11 Oct 2017 03:32:59 +0200 Boris Feld configitems: register the 'web.name' config
Wed, 11 Oct 2017 03:29:09 +0200 Boris Feld configitems: register the 'web.push_ssl' config
Wed, 11 Oct 2017 03:18:04 +0200 Boris Feld configitems: register the 'web.view' config
Wed, 11 Oct 2017 15:25:57 +0200 Boris Feld configitems: fix registration for 'blackbox.track' config
Tue, 10 Oct 2017 10:27:35 -0500 Kevin Bullock status: copy-edit and improve --terse and --verbose help
Tue, 19 Sep 2017 23:13:46 +0900 Yuya Nishihara templater: store revisions as ints so min/max won't compare them as strings
Mon, 09 Oct 2017 12:47:22 -0700 Durham Goode fsmonitor: update to match new dirstate refactor
Tue, 26 Sep 2017 08:37:17 +0200 David Demelier doc: rename README to README.rst
Mon, 09 Oct 2017 08:35:55 +0200 Boris Feld test: use current user in the multi-user amend scenario
Fri, 06 Oct 2017 17:05:19 +0200 Boris Feld test: cleanup verbosity variant from fatelog test
Fri, 06 Oct 2017 16:36:41 +0200 Boris Feld test: rename obsfate template alias
Fri, 06 Oct 2017 16:15:24 +0200 Boris Feld obsolete: add a devel.user.obsmarker
Thu, 05 Oct 2017 15:11:34 +0200 Paul Morelle strip: factor out update target selection
Wed, 11 Oct 2017 03:48:11 -0700 Augie Fackler contrib: add check-code rule banning use of readlink
Tue, 10 Oct 2017 11:03:14 -0400 Augie Fackler tests: use readlink.py instead of readlink
Tue, 10 Oct 2017 11:02:53 -0400 Augie Fackler tests: use readlink.py instead of readlink
Tue, 10 Oct 2017 11:02:40 -0400 Augie Fackler tests: use readlink.py instead of readlink
Tue, 10 Oct 2017 11:02:23 -0400 Augie Fackler tests: use readlink.py instead of readlink
Wed, 11 Oct 2017 01:56:49 -0700 Augie Fackler ui: recommend tweakdefaults in the default hgrc template
Tue, 10 Oct 2017 01:03:24 +0530 Pulkit Goyal tests: optimize test-copytrace-heuristics.t
Thu, 05 Oct 2017 13:38:48 -0700 Jun Wu patch: do not cache translated messages (API)
Mon, 09 Oct 2017 10:09:36 -0700 Eamonn Kent fsmonitor: add new watchman notifications to fsmonitor extension
Mon, 09 Oct 2017 10:09:36 -0700 Eamonn Kent fsmonitor: change the distance calculation
Mon, 09 Oct 2017 16:31:43 +0200 Boris Feld configitems: update default value of 'phases.new-commit'
Mon, 09 Oct 2017 17:33:03 +0200 Boris Feld mq: use the newcommitphase utility
Tue, 26 Sep 2017 18:17:47 +0200 Denis Laxalde patch: rename "header" variable into "hdr" in diff()
Thu, 05 Oct 2017 08:03:57 -0700 Mark Thomas merge: improve comments in mergestate._makerecords
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas commands: tidy up merge state decoding in resolve
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas tests: add test for path conflicts during merge
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas tests: add test for path conflicts during update
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas context: also consider path conflicts when clearing unknown files
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: check for path conflicts when merging (issue5628)
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas util: add safename function for generating safe names to rename to
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: improve error messages for path conflicts during update
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: check for path conflicts when updating (issue5628)
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: rename conflicts to fileconflicts in _checkunknownfiles
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: add _checkunknowndirs function for detecting path conflicts
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: backup conflicting directories when getting files
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: add merge action 'pr' to rename files during update
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: add merge action 'p' to record path conflicts during update
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas commands: update the resolve command to handle path conflicts
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas merge: add pathconflict merge state
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas tests: add a test demonstrating basic path conflict failures
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas scmutil: handle conflicting files and dirs in origbackuppath
Sun, 01 Oct 2017 12:21:50 +0100 Yuya Nishihara extdata: show debug message if external command exits with non-zero status
Sat, 30 Sep 2017 08:57:50 +0100 Yuya Nishihara templatekw: allow accessing to nested namespace item by its template name
Sat, 30 Sep 2017 08:50:24 +0100 Yuya Nishihara templatekw: get rid of temporary dicts from shownamespaces()
Mon, 18 Sep 2017 23:53:05 +0900 Yuya Nishihara templatekw: rename peerpaths to peerurls per naming convention (BC)
Mon, 18 Sep 2017 23:31:01 +0900 Yuya Nishihara templatekw: make experimental {peerpaths} return a single-level dict (BC)
Mon, 18 Sep 2017 23:49:05 +0900 Yuya Nishihara templatekw: fix scope of peerpath url bound to generator
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip