Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen merge: flush any deferred writes before, and after, running any workers
Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen filemerge: flush if using deferred writes when running a merge tool
Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen merge: pass wctx to premerge, filemerge
Mon, 11 Sep 2017 18:07:29 +0200 Boris Feld cmdutil: fix amend when passing a date
Tue, 12 Sep 2017 11:18:35 -0400 Augie Fackler merge with stable
Fri, 30 Jun 2017 03:39:32 +0200 Boris Feld configitems: register the 'eol.only-consistent' config
Fri, 30 Jun 2017 03:39:26 +0200 Boris Feld configitems: register the 'eol.native' config
Fri, 30 Jun 2017 03:39:21 +0200 Boris Feld configitems: register the 'eol.fix-trailing-newline' config
Fri, 30 Jun 2017 03:43:43 +0200 Boris Feld configitems: register the 'patchbomb.publicurl' config
Fri, 30 Jun 2017 03:43:41 +0200 Boris Feld configitems: register the 'patchbomb.intro' config
Fri, 30 Jun 2017 03:43:40 +0200 Boris Feld configitems: register the 'patchbomb.from' config
Fri, 30 Jun 2017 03:43:39 +0200 Boris Feld configitems: register the 'patchbomb.flagtemplate' config
Fri, 30 Jun 2017 03:43:38 +0200 Boris Feld configitems: register the 'patchbomb.confirm' config
Fri, 30 Jun 2017 03:43:37 +0200 Boris Feld configitems: register the 'patchbomb.bundletype' config
Wed, 06 Sep 2017 21:12:27 -0700 Jun Wu blackbox: remove _bbvfs state
Wed, 06 Sep 2017 21:08:59 -0700 Jun Wu blackbox: do not cache file objects
Wed, 06 Sep 2017 20:54:53 -0700 Jun Wu blackbox: inline _bbwrite
Wed, 06 Sep 2017 19:27:30 -0700 Jun Wu blackbox: fix rotation with chg
Wed, 06 Sep 2017 18:31:25 -0700 Jun Wu test-blackbox: make it compatible with chg
Mon, 11 Sep 2017 15:59:18 -0700 Durham Goode ssh: fix flakey ssh errors on BSD systems
Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen context: add overlayworkingcontext and overlayworkingfilectx
Sun, 10 Sep 2017 18:52:40 -0700 Durham Goode changegroup: rename getsubsetraw to makestream
Sun, 10 Sep 2017 18:51:31 -0700 Durham Goode changegroup: remove external uses of getbundler
Sun, 10 Sep 2017 18:50:12 -0700 Durham Goode changegroup: replace getchangegroup with makechangegroup
Sun, 10 Sep 2017 18:48:42 -0700 Durham Goode changegroup: replace changegroup with makechangegroup
Sun, 10 Sep 2017 18:47:39 -0700 Durham Goode changegroup: delete getlocalchangegroup
Sun, 10 Sep 2017 19:01:56 -0700 Durham Goode changegroup: replace getlocalchangegroupraw with makestream
Sun, 10 Sep 2017 18:43:59 -0700 Durham Goode changegroup: replace changegroupsubset with makechangegroup
Sun, 10 Sep 2017 18:39:02 -0700 Durham Goode changegroup: replace getsubset with makechangegroup
Wed, 06 Sep 2017 16:17:04 -0700 Jun Wu rebase: remove unnecessary '.unfiltered()' calls
Wed, 06 Sep 2017 16:13:04 -0700 Jun Wu rebase: remove complex unhiding code
Wed, 06 Sep 2017 15:23:19 -0700 Jun Wu rebase: use unfiltered repo when loading state
Wed, 06 Sep 2017 12:40:00 -0700 Jun Wu rebase: do not crash rebasing merge with a parent having hidden successor
Wed, 06 Sep 2017 18:33:55 -0700 Durham Goode changegroup: fix to allow empty manifest parts
Mon, 11 Sep 2017 00:42:24 +0200 Mads Kiilerich mq: create non-lossy patches, also with custom global diff configuration stable
Mon, 11 Sep 2017 00:42:22 +0200 Mads Kiilerich mq: test coverage of how [diff] configuration influence can break mq patches stable
Tue, 05 Sep 2017 15:18:45 -0700 Jun Wu wrapcommand: use functools.partial
Tue, 05 Sep 2017 13:37:36 -0700 Jun Wu wrapfunction: use functools.partial if possible
Fri, 01 Sep 2017 12:34:36 -0700 Saurabh Singh cmdutil: remove redundant commitfunc parameter in amend (API)
Fri, 01 Sep 2017 12:34:36 -0700 Saurabh Singh cmdutil: remove the redundant commit during amend
Wed, 06 Sep 2017 12:56:19 -0700 Jun Wu checknlink: rename file object from 'fd' to 'fp'
Tue, 05 Sep 2017 15:06:45 -0700 Martin von Zweigbergk cleanup: rename "matchfn" to "match" where obviously a matcher
Wed, 06 Sep 2017 08:22:54 -0700 Martin von Zweigbergk check-code: fix incorrect capitalization in camelcase regex
Wed, 06 Sep 2017 10:41:13 -0700 Martin von Zweigbergk amend: use context manager for config override
Wed, 06 Sep 2017 10:42:02 -0700 Martin von Zweigbergk amend: delete dead assignment to "newid"
Fri, 01 Sep 2017 17:09:53 -0700 Jun Wu checknlink: use a random temp file name for checking
Sun, 03 Sep 2017 02:34:01 +0530 Pulkit Goyal copytrace: move the default copytracing algorithm in a new function
Sun, 03 Sep 2017 01:52:19 +0530 Pulkit Goyal copytrace: replace experimental.disablecopytrace config with copytrace (BC)
Tue, 05 Sep 2017 12:04:02 -0700 Phil Cohen filemerge: use fctx.write() in the internal:dump tool, instead of copy
Thu, 31 Aug 2017 22:39:10 -0700 Martin von Zweigbergk largefiles: remove unused assignments from wrapfunction()
Thu, 31 Aug 2017 18:24:08 +0300 the31k branches: correctly show inactive multiheaded branches
Sun, 03 Sep 2017 21:17:25 +0900 Yuya Nishihara parser: stabilize output of prettyformat() by using byte-safe repr()
Sun, 03 Sep 2017 17:51:23 +0900 Yuya Nishihara py3: fix repr(util.url) to return system string
Sun, 03 Sep 2017 17:37:17 +0900 Yuya Nishihara py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()
Sun, 03 Sep 2017 17:14:53 +0900 Yuya Nishihara py3: fix type of attribute name in smartset.py
Sun, 03 Sep 2017 17:03:23 +0900 Yuya Nishihara py3: fix mixed bytes/unicode in revsetlang._aliassyminitletters
Sun, 03 Sep 2017 15:01:23 +0900 Yuya Nishihara py3: fix type of regex literals in subrepo.py
Sun, 03 Sep 2017 16:19:20 +0900 Yuya Nishihara py3: replace bytes[n] with bytes[n:n + 1] in patch.py where needed
Sun, 03 Sep 2017 16:12:15 +0900 Yuya Nishihara py3: fix type of regex literals in patch.py
Mon, 28 Aug 2017 14:49:00 -0700 Jun Wu revset: optimize "draft() & ::x" pattern
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip