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
Mon, 28 Aug 2017 15:06:34 -0700 Martin von Zweigbergk tests: rename test-terse-status.t to test-status-terse.t
Mon, 28 Aug 2017 16:58:59 -0700 Jun Wu metadataonlyctx: don't crash when reusing the manifest with deletions
Mon, 28 Aug 2017 16:49:41 -0700 Jun Wu context: make parents and text optional in metadataonlyctx
Thu, 17 Aug 2017 18:09:32 +0200 Boris Feld test: add more obsmarker tests for pruning scenarios
Mon, 03 Jul 2017 17:38:56 +0200 Boris Feld template: better prune support in obsfate
Mon, 03 Jul 2017 15:34:10 +0200 Boris Feld template: compute dates in obsfatedate
Mon, 03 Jul 2017 15:34:00 +0200 Boris Feld template: compute user in obsfateusers
Mon, 03 Jul 2017 15:33:27 +0200 Boris Feld template: compute verb in obsfateverb
Tue, 22 Aug 2017 17:16:13 -0400 Augie Fackler contrib: add test-check-module-imports.t to the Python 3 whitelist
Tue, 22 Aug 2017 17:15:20 -0400 Augie Fackler tests: update test-obsolete to pass our import checker
Tue, 22 Aug 2017 17:15:14 -0400 Augie Fackler tests: update test-largefiles-cache to pass our import checker
Tue, 22 Aug 2017 17:15:09 -0400 Augie Fackler tests: update test-inherit-mode to pass our import checker
Tue, 22 Aug 2017 17:11:30 -0400 Augie Fackler tests: update test-relink to pass our import checker
Tue, 22 Aug 2017 16:59:26 -0400 Augie Fackler tests: update test-strip to pass our import checker
Tue, 22 Aug 2017 16:59:21 -0400 Augie Fackler tests: update test-share to pass our import checker
Tue, 22 Aug 2017 16:59:17 -0400 Augie Fackler tests: update test-requires to pass our import checker
Tue, 22 Aug 2017 16:59:12 -0400 Augie Fackler tests: update test-progress to pass our import checker
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip