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
Fri, 01 Sep 2017 12:13:17 -0700 Jun Wu phabricator: add a config to use curl for communication
Thu, 24 Aug 2017 18:00:23 -0700 Jun Wu phabricator: standardize colors
Fri, 01 Sep 2017 14:00:13 -0700 Kyle Lippincott wireproto: do not abort after successful lookup
Fri, 01 Sep 2017 16:44:30 -0700 Jun Wu check-code: forbid "\S" in egrep regular expression
Fri, 01 Sep 2017 15:47:32 -0700 Jun Wu check-code: forbid using bash in shebang
Fri, 01 Sep 2017 12:34:34 -0700 Saurabh Singh amend: add tests for amending only some files from commit to be amended
Sat, 02 Sep 2017 21:49:45 +0900 Yuya Nishihara test-editor-filename: fix portability of fake editor command
Fri, 01 Sep 2017 12:34:36 -0700 Saurabh Singh amend: moving first assignment of newid closer to its use
Thu, 31 Aug 2017 18:35:39 -0700 Saurabh Singh amend: rectify comment
Fri, 01 Sep 2017 15:08:54 -0700 Saurabh Singh amend: removing redundant if condition
Fri, 01 Sep 2017 20:28:26 +0000 Michael Bolin editor: file created for diff action should have .diff suffix
Fri, 01 Sep 2017 11:13:55 -0700 Jun Wu test-amend: match output using conditional test case name
Thu, 31 Aug 2017 19:40:15 -0700 Gregory Szorc util: use set for reserved Windows filenames
Fri, 01 Sep 2017 11:52:20 -0700 Phil Cohen context: add arbitraryfilectx, which can represent files outside the workdir
Fri, 01 Sep 2017 10:35:43 -0700 Phil Cohen simplemerge: remove unused `filtereddata` parameter
Fri, 01 Sep 2017 10:35:43 -0700 Phil Cohen simplemerge: remove unused `repo` parameter
Tue, 29 Aug 2017 18:24:51 +0200 Christophe de Vienne extensions: prohibit unicode defaults
Sat, 19 Aug 2017 22:04:03 +0900 Yuya Nishihara revsetlang: remove unused functions
Wed, 17 Feb 2016 21:40:59 +0900 Yuya Nishihara revsetlang: match tree by helper function on optimize
Wed, 17 Feb 2016 21:31:09 +0900 Yuya Nishihara parser: add helper function to test if pattern matches parsed tree
Wed, 17 Feb 2016 21:38:25 +0900 Yuya Nishihara revsetlang: build optimized tree by helper function
Wed, 17 Feb 2016 21:30:04 +0900 Yuya Nishihara parser: add helper function that constructs parsed tree from template
Wed, 30 Aug 2017 18:19:14 +0530 Pulkit Goyal patch: take messages out of the function so that extensions can add entries
Wed, 02 Aug 2017 21:24:29 -0700 Jun Wu run-tests: allow bisecting a different repo
Wed, 02 Aug 2017 21:01:38 -0700 Jun Wu run-tests: extract prefix of bisect commands to a variable
Wed, 02 Aug 2017 21:01:38 -0700 Jun Wu run-tests: pass --with-hg to run-tests.py command used by bisect
Mon, 28 Aug 2017 13:43:25 -0700 Jun Wu import-checker: allow relative import a module being checked
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip