Tue, 27 Jun 2017 14:30:55 -0700 Siddharth Agarwal bundle2: add some debugging information to the not-a-bundle error
Wed, 28 Jun 2017 12:23:22 -0700 Adam Simpkins tests: more completely restore the environment in syshgenv
Wed, 28 Jun 2017 13:45:51 -0700 Jun Wu tests: do not use system hg if it does not have "files" command
Tue, 27 Jun 2017 18:13:10 +0200 Pierre-Yves David rebase: also test abort from pretxnclose error stable
Tue, 27 Jun 2017 18:10:55 +0200 Pierre-Yves David rebase: reinforce testing around precommit hook interrupting a rebase stable
Tue, 27 Jun 2017 17:45:58 +0200 Pierre-Yves David rebase: provides test case for (issue5610) stable
Tue, 27 Jun 2017 17:40:24 +0200 Pierre-Yves David rebase: backed out changeset cf8ad0e6c0e4 (issue5610) stable
Tue, 27 Jun 2017 17:39:55 +0200 Pierre-Yves David rebase: backed out changeset 2519994d25ca stable
Wed, 28 Jun 2017 10:50:37 -0700 Adam Simpkins setup: fix runcmd() usage on darwin
Tue, 27 Jun 2017 21:16:08 +0530 Pulkit Goyal py3: update the python3-whitelist with new tests which pass on Python 3
Wed, 28 Jun 2017 06:49:01 -0700 Jun Wu setup: fix localhgenv
Tue, 27 Jun 2017 17:24:31 -0700 Adam Simpkins tests: use the system hg for examining the local repository
Tue, 27 Jun 2017 17:24:31 -0700 Adam Simpkins tests: save the original PATH and PYTHONPATH variables
Tue, 27 Jun 2017 16:15:32 -0700 Adam Simpkins setup: prefer using the system hg to interact with the local repository
Tue, 27 Jun 2017 16:15:32 -0700 Adam Simpkins setup: replace runhg() with an hgcommand helper class
Mon, 26 Jun 2017 11:31:30 -0700 Adam Simpkins setup: move environment computation into a helper function
Mon, 26 Jun 2017 11:31:30 -0700 Adam Simpkins setup: update runcmd() to also return the exit status
Mon, 26 Jun 2017 11:31:30 -0700 Adam Simpkins setup: fail if we cannot determine the version number
Tue, 27 Jun 2017 23:50:22 +0900 Yuya Nishihara smartset: fix generatorset.last() to not return the first element (issue5609)
Mon, 26 Jun 2017 21:11:02 -0700 Jun Wu strip: respect the backup option in stripcallback
Mon, 26 Jun 2017 23:58:27 +0530 Pulkit Goyal py3: use pycompat.bytestr() to convert str to bytes
Mon, 26 Jun 2017 23:57:49 +0530 Pulkit Goyal py3: pass the memoryview object into bytes() to get the value
Mon, 26 Jun 2017 17:23:10 +0530 Pulkit Goyal py3: use pycompat.bytestr instead of str
Mon, 26 Jun 2017 17:22:45 +0530 Pulkit Goyal py3: use '%d' to convert integers to bytes
Sun, 25 Jun 2017 08:36:51 +0530 Pulkit Goyal py3: slice over bytes to prevent getting it's ascii value
Tue, 27 Jun 2017 00:23:32 +0530 Pulkit Goyal py3: use pycompat.strkwargs() to convert kwargs keys to str
Tue, 27 Jun 2017 00:15:56 +0530 Pulkit Goyal py3: use r'' to prevent the addition of b'' by transformer
Tue, 27 Jun 2017 00:20:55 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes
Tue, 27 Jun 2017 02:24:38 +0900 FUJIWARA Katsunori tests: use cgienv to minimize environment setup at hgweb tests
Tue, 27 Jun 2017 02:24:37 +0900 FUJIWARA Katsunori tests: avoid test failure for mangling path-like string by MSYS
Sun, 25 Jun 2017 08:20:05 +0530 Pulkit Goyal py3: make sure commands name are bytes in tests
Sun, 25 Jun 2017 03:11:55 +0530 Pulkit Goyal py3: add b'' to make the regex pattern bytes
Mon, 26 Jun 2017 17:20:46 +0530 Pulkit Goyal py3: use hex() to convert the hash to bytes
Sat, 24 Jun 2017 19:57:50 +0530 Pulkit Goyal py3: add b'' to make a triple quoted string bytes on Python 3
Sat, 24 Jun 2017 19:55:41 +0530 Pulkit Goyal py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3
Sat, 24 Jun 2017 19:55:01 +0530 Pulkit Goyal py3: fix kwargs handling for `hg bookmarks`
Mon, 26 Jun 2017 09:37:16 +0900 Yuya Nishihara identify: provide changectx to templater
Mon, 26 Jun 2017 09:33:01 +0900 Yuya Nishihara formatter: proxy fm.context() through converter
Mon, 26 Jun 2017 09:18:55 +0900 Yuya Nishihara identify: change p1/p2 to a list of parents
Sun, 25 Jun 2017 13:31:56 -0700 Jun Wu scmutil: add a cleanupnodes method for developers
Sun, 25 Jun 2017 10:38:45 -0700 Jun Wu strip: add a delayedstrip method that works in a transaction
Sun, 25 Jun 2017 22:30:14 -0700 Phil Cohen workingfilectx: add audit() as a wrapper for wvfs.audit()
Sun, 25 Jun 2017 22:30:14 -0700 Phil Cohen workingfilectx: add backgroundclose as a kwarg to write()
Sun, 25 Jun 2017 22:29:09 -0700 Phil Cohen merge: change repo.wvfs.setflags calls to a new wctx[f].setflags function
Sun, 25 Jun 2017 17:00:15 -0700 Phil Cohen merge: convert repo.wwrite() calls to wctx[f].write()
Sun, 25 Jun 2017 16:58:26 -0700 Phil Cohen merge: replace repo.wvfs.unlinkpath() with calls to wctx[f].remove()
Sun, 25 Jun 2017 16:56:49 -0700 Phil Cohen merge: pass wctx to batchremove and batchget
Sat, 24 Jun 2017 23:05:57 +0900 Yuya Nishihara revset: add depth limit to descendants() (issue5374)
Sat, 24 Jun 2017 23:35:03 +0900 Yuya Nishihara dagop: make walk direction switchable so it can track descendants
Sat, 24 Jun 2017 23:30:51 +0900 Yuya Nishihara dagop: factor out generator of ancestor nodes
Sat, 24 Jun 2017 23:22:45 +0900 Yuya Nishihara dagop: factor out pfunc from revancestors() generator
Fri, 23 Jun 2017 21:15:10 +0900 Yuya Nishihara dagop: use smartset.min() in revdescendants() generator
Tue, 20 Jun 2017 22:26:52 +0900 Yuya Nishihara dagop: change revdescendants() to include all root revisions
Tue, 20 Jun 2017 22:11:23 +0900 Yuya Nishihara test-revset: add a few more tests of descendants()
Sun, 18 Jun 2017 17:02:03 +0900 Yuya Nishihara dagop: unnest inner generator of revdescendants()
Sun, 25 Jun 2017 00:14:48 +0900 Yuya Nishihara smartset: fix default value of abstractsmartset.sort()
Mon, 26 Jun 2017 03:47:11 +0900 FUJIWARA Katsunori keyword: wrap functions only once at loading keyword extension
Mon, 26 Jun 2017 03:46:17 +0900 FUJIWARA Katsunori keyword: use _keywordkwt of repository instead of kwtools['templater']
Mon, 26 Jun 2017 03:44:50 +0900 FUJIWARA Katsunori keyword: obtain kwtemplater instance via repository at runtime
Mon, 26 Jun 2017 03:43:47 +0900 FUJIWARA Katsunori keyword: obtain kwtemplater instance via repository at runtime
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip