Tue, 26 Sep 2017 16:14:57 +0300 Igor Ippolitov mail: encode long unicode lines in emails properly (issue5687)
Sat, 23 Sep 2017 14:58:40 -0700 Jun Wu chg: show timestamp with debug messages
Mon, 25 Sep 2017 11:05:16 +0200 Gregory Szorc keepalive: add more context to bad status line errors
Fri, 18 Aug 2017 20:20:38 -0700 Gregory Szorc tests: add interface checks for bundle, statichttp, and union peers
Sat, 23 Sep 2017 13:46:12 -0700 Jun Wu alias: make alias command lazily resolved
Sat, 23 Sep 2017 13:31:09 -0700 Jun Wu alias: test duplicated definition earlier
Sun, 24 Sep 2017 19:37:55 +0530 Pulkit Goyal uncommit: add a test for uncommit with uncommitondirtywdir config in merge
Thu, 14 Sep 2017 13:14:32 -0700 Phil Cohen largefiles: force an on-disk merge
Thu, 14 Sep 2017 13:14:32 -0700 Phil Cohen merge: allow a custom working context to be passed to update
Wed, 14 Jun 2017 11:13:57 -0400 Augie Fackler patchbomb: add test that shows --to and --cc override matching config item
Thu, 21 Sep 2017 11:10:20 -0700 Jun Wu blackbox: move _openlogfile to a separate method
Thu, 21 Sep 2017 11:03:37 -0700 Jun Wu blackbox: do not prevent 'chg init' from working
Mon, 11 Sep 2017 20:07:41 -0400 Augie Fackler tests: add a test for blackbox with nested alias configurations
Mon, 11 Sep 2017 20:06:52 -0400 Augie Fackler tests: clean up blackbox test around aliases a little bit
Wed, 13 Sep 2017 17:26:26 +0000 Mark Thomas revlog: add option to mmap revlog index
Thu, 21 Sep 2017 05:54:34 -0700 Mark Thomas util: add an mmapread method
Wed, 20 Sep 2017 09:35:45 -0700 Durham Goode changegroup: remove dictionary creation from deltachunk
Wed, 20 Sep 2017 09:39:03 -0700 Durham Goode bundlerepo: update to use new deltaiter api
Wed, 20 Sep 2017 09:28:30 -0700 Durham Goode debug: update debugbundle to use new deltaiter api
Wed, 20 Sep 2017 09:22:22 -0700 Durham Goode revlog: add revmap back to revlog.addgroup
Tue, 19 Sep 2017 22:06:26 -0700 Martin von Zweigbergk rebase: also include other namespaces in changeset description
Wed, 20 Sep 2017 07:46:55 +0530 Pulkit Goyal tersestatus: sort the dictionary before iterating on it
Sun, 03 Sep 2017 20:06:45 +0530 Pulkit Goyal copytrace: use the full copytracing method if only drafts are involved
Fri, 15 Sep 2017 10:43:22 -0700 Martin von Zweigbergk templates: introduce a obsfateoperation() function
Fri, 15 Sep 2017 10:42:49 -0700 Martin von Zweigbergk obsmarker: track operation by default
Wed, 20 Sep 2017 02:40:25 +0530 Pulkit Goyal uncommit: add an experimental.uncommitondirtywdir config
Wed, 20 Sep 2017 02:18:01 +0530 Pulkit Goyal uncommit: don't allow bare uncommit on dirty working directory
Sat, 16 Sep 2017 02:34:13 +0530 Pulkit Goyal uncommit: rename the flag 'empty' to 'keep' which retains empty changeset
Mon, 18 Sep 2017 14:19:47 -0400 Augie Fackler tests: avoid repr in test-bundle2-format.t
Mon, 18 Sep 2017 14:04:05 -0400 Augie Fackler tests: port test-bundle2-format inline helper script to Python 3
Tue, 19 Sep 2017 00:27:55 -0400 Augie Fackler bundle2: portably grab first byte of part name for letter check
Mon, 18 Sep 2017 14:03:21 -0400 Augie Fackler bundle2: make ValueError messages native strings
Mon, 18 Sep 2017 13:36:05 -0400 Augie Fackler bundle2: update check for a generator to work on Python 3
Mon, 18 Sep 2017 13:35:43 -0400 Augie Fackler bundle2: stop using %r to quote part names
Mon, 18 Sep 2017 16:01:03 -0700 Jun Wu blackbox: set lastui even if ui.log is not called (issue5518)
Wed, 06 Sep 2017 21:23:38 -0700 Jun Wu blackbox: unindent a try block
Mon, 18 Sep 2017 15:56:08 -0700 Jun Wu blackbox: simplify ui states
Fri, 01 Sep 2017 19:42:09 -0700 Jun Wu revset: move weight information to predicate
Fri, 01 Sep 2017 19:30:40 -0700 Jun Wu revset: remove "small" argument from "_optimize"
Mon, 18 Sep 2017 13:37:00 -0400 Augie Fackler ui: fix progress debug log format strings to work on Python 3
Mon, 18 Sep 2017 13:37:32 -0400 Augie Fackler tests: update `f` helper script to work on Python 3
Tue, 19 Sep 2017 00:09:37 -0400 Augie Fackler tests: fix run-tests XML reporting on Python 3
Tue, 19 Sep 2017 00:08:52 -0400 Augie Fackler tests: convert bisect support regex to binary
Tue, 19 Sep 2017 00:08:12 -0400 Augie Fackler tests: decode bytes path to hg command before hitting with shellquote
Tue, 19 Sep 2017 00:07:51 -0400 Augie Fackler tests: fix test-is-whitelisted check in run-tests
Tue, 19 Sep 2017 00:07:23 -0400 Augie Fackler tests: fix run-tests "slow test" check
Tue, 19 Sep 2017 00:06:57 -0400 Augie Fackler tests: fix run-tests default values in Test constructor
Mon, 18 Sep 2017 17:11:32 -0400 Augie Fackler tests: add support for listing tests to run in a file
Mon, 18 Sep 2017 15:34:50 -0400 Augie Fackler python3: remove test-update-dest.t from the whitelist
Thu, 14 Sep 2017 10:20:05 -0700 Durham Goode bundle2: move part processing to a separate function
Thu, 14 Sep 2017 10:20:05 -0700 Durham Goode bundle2: remove unnecessary try finally
Thu, 14 Sep 2017 10:20:05 -0700 Durham Goode bundle2: move handler validation out of processpart
Thu, 14 Sep 2017 10:20:05 -0700 Durham Goode bundle2: move processpart stream maintenance into part iterator
Mon, 18 Sep 2017 14:12:20 -0500 Kevin Bullock merge with stable
Sun, 17 Sep 2017 12:39:53 +0900 Yuya Nishihara py3: convert system strings to bytes in doctest of formatter.py
Sun, 17 Sep 2017 12:39:14 +0900 Yuya Nishihara py3: rewrite stdout hack of doctest by using ui.pushbuffer()
Sun, 17 Sep 2017 12:26:42 +0900 Yuya Nishihara py3: use bytes os.sep in doctest of pathutil.py
Sun, 17 Sep 2017 12:23:16 +0900 Yuya Nishihara py3: fix doctests in patch.py to be compatible with Python 3
Sun, 17 Sep 2017 12:20:35 +0900 Yuya Nishihara py3: stop using bytes[n] in patch.py
Sun, 03 Sep 2017 16:45:33 +0900 Yuya Nishihara error: move patch.PatchError so it can easily implement __bytes__ (API)
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip