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
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen merge: move some of the logic in batchget() to workingfilectx
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen filemerge: add _restorebackup
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen filemerge: reduce creation of tempfiles until needed
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen filemerge: add `_workingpath`
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen filemerge: move a util copy call to filectx.write
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen filemerge: eliminate most uses of tempfiles
Thu, 31 Aug 2017 11:05:19 -0700 Phil Cohen filemerge: extract _maketemp and _makebackup
Thu, 31 Aug 2017 21:56:40 +0900 Yuya Nishihara encoding: check overflow while calculating size of JSON escape buffer
Wed, 30 Aug 2017 20:25:56 +0000 Michael Bolin editor: use an unambiguous path suffix for editor files
Wed, 30 Aug 2017 09:21:31 -0700 Martin von Zweigbergk revlog: move check for wdir from changelog to revlog
Tue, 29 Aug 2017 16:38:10 -0400 Matt Harbison debugssl: allow a URL to be specified without a local repository stable
Tue, 22 Aug 2017 21:21:43 -0400 Augie Fackler revlog: use pycompat.bytestr() to reliably have a %s-able value
Tue, 22 Aug 2017 23:11:35 -0400 Augie Fackler debugcommands: stabilize output of debugbundle by having a custom repr
Tue, 22 Aug 2017 20:25:08 -0400 Augie Fackler python3: whitelist another 5 passing tests found with the ratchet script
Tue, 22 Aug 2017 20:06:58 -0400 Augie Fackler python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Wed, 30 Aug 2017 14:04:55 -0700 Jun Wu pager: do not start pager if `ui` has been `pushbuffer`-ed
Wed, 30 Aug 2017 16:05:12 -0700 Jun Wu revset: do not flip "and" arguments when optimizing
Wed, 30 Aug 2017 22:51:28 +0900 Yuya Nishihara revset: make match function follow given subset if specified (API)
Wed, 30 Aug 2017 22:41:36 +0900 Yuya Nishihara revset: move order argument to run-time match function
Wed, 30 Aug 2017 23:53:30 +0900 Yuya Nishihara revset: fix example describing how ordering is determined
Wed, 30 Aug 2017 22:32:47 +0900 Yuya Nishihara revset: move order constants from revsetlang
Tue, 29 Aug 2017 11:25:22 +0200 Denis Laxalde tag: use filtered repo when creating new tags (issue5539)
Mon, 21 Aug 2017 16:46:05 -0700 Martin von Zweigbergk extensions: add wrappedfunction() context manager
Tue, 29 Aug 2017 18:20:50 -0700 David Soria Parra mdiff: add a --ignore-space-at-eol option
Fri, 25 Aug 2017 11:20:34 -0700 Jun Wu revset: improve documentation about ordering handling
Sun, 20 Aug 2017 10:55:11 -0700 Jun Wu revset: remove order information from tree (API)
Mon, 28 Aug 2017 23:44:47 -0700 Jun Wu revset: drop optimization about reordering "or" set elements
Tue, 29 Aug 2017 17:51:54 -0700 Jun Wu rebase: use _ctxdesc in one more place
Sun, 27 Aug 2017 02:47:47 -0700 Jun Wu rebase: move working parent and bookmark for obsoleted revs (BC)
Tue, 29 Aug 2017 17:49:13 -0700 Jun Wu rebase: remove an unnecessary adjustdest in clearrebased
Mon, 21 Aug 2017 20:22:07 -0700 Jun Wu rebase: sort destmap topologically
Tue, 29 Aug 2017 17:27:37 -0700 Jun Wu rebase: initial support for multiple destinations
Fri, 11 Aug 2017 00:32:19 -0700 Jun Wu rebase: change internal format to support destination map
Fri, 11 Aug 2017 00:31:52 -0700 Jun Wu rebase: rewrite _computeobsoletenotrebased
Tue, 22 Aug 2017 00:38:38 +0000 Michael Bolin util: use ~ as a suffix for a temp file in the same directory as a source file
Mon, 28 Aug 2017 14:47:18 -0700 Martin von Zweigbergk morestatus: simplify check for unresolved merge conflicts
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip