Thu, 23 Jun 2016 12:39:05 -0700 Martin von Zweigbergk revsets: passing a set to baseset() is not wrong
Fri, 24 Jun 2016 02:04:43 +0200 Pierre-Yves David pyflakes: use pycompat.pickles to prevent error
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move local variable 'obsoletenotrebased' to the RR class
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move restorestestatus function to be a method of the RR class
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move local variables related to keeping things unchanged to the RR
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move local variables 'date' and 'extrafns' to the RR class
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move collapse-related local variables to the RR class
Tue, 21 Jun 2016 07:22:49 -0700 Kostia Balytskyi rebase: pass repo, ui and opts objects to the RR class constructor
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: build translation table for repquote in global for efficiency
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Wed, 22 Jun 2016 21:30:49 +0100 Jun Wu revlog: add a fast path for "ambiguous identifier"
Thu, 23 Jun 2016 20:45:37 -0400 Augie Fackler import-checker: ensure cffi is always a system module
Thu, 23 Jun 2016 18:21:25 +0100 Martijn Pieters atomictempfile: add context manager support
Thu, 23 Jun 2016 18:20:58 +0100 Martijn Pieters atomictempfile: add read to the supported file operations
Thu, 23 Jun 2016 18:18:33 +0100 Martijn Pieters atomictempfile: remove test ordering
Thu, 23 Jun 2016 17:35:43 +0100 Martijn Pieters atomictempfile: use a tempdir to keep the test environment clean
Wed, 22 Jun 2016 22:02:25 +0900 Yuya Nishihara test-revset: show how inconsistent the ordering of compound expressions is
Tue, 14 Jun 2016 11:53:55 +0200 liscju i18n: translate abort messages
Tue, 07 Jun 2016 12:10:01 +0200 Denis Laxalde hgweb: display blamed revision once per block in annotate view
Thu, 02 Jun 2016 16:26:50 +0200 Denis Laxalde hgweb: highlight data of the current revision in annotate view
Tue, 21 Jun 2016 17:15:51 +0100 Martijn Pieters bashcompletion: show available command-line switches for aliases
Mon, 20 Jun 2016 23:31:45 +0530 Pulkit Goyal py3: shift from __future__ import absolute import to beginning (issue5269)
Mon, 20 Jun 2016 23:24:55 +0200 liscju pull: add help information about pulling active bookmark
Fri, 10 Jun 2016 10:31:42 +0200 Laura Médioni templates: add support for search webcommand in json style
Mon, 06 Jun 2016 15:14:11 +0200 Laura Médioni templates: add support for summary webcommand in json style
Fri, 03 Jun 2016 12:32:42 +0200 Laura Médioni templates: add support for filerevision webcommand in json style
Fri, 03 Jun 2016 11:28:22 +0200 Laura Médioni templates: add support for filelog webcommand in json style
Thu, 09 Jun 2016 12:41:57 +0200 liscju largefiles: make cloning not ask two times about password (issue4883)
Thu, 09 Jun 2016 11:41:36 +0200 liscju url: remember http password database in ui object
Sun, 05 Jun 2016 23:36:23 +0200 liscju url: extract password database from password manager
Wed, 01 Jun 2016 22:58:57 +0200 liscju bookmarks: add 'hg pull -B .' for pulling the active bookmark (issue5258)
Sun, 19 Jun 2016 02:17:33 +0900 FUJIWARA Katsunori demandimport: delay loading for "from a import b" with absolute_import
Sun, 19 Jun 2016 02:15:09 +0900 FUJIWARA Katsunori import-checker: increase portability for python 2.6.x
Fri, 17 Jun 2016 20:06:09 +0100 Martijn Pieters scmutil: allow access to filecache descriptor on class
Fri, 17 Jun 2016 16:59:08 +0100 Kostia Balytskyi rebase: do not abort if all changesets have equivalents in the destination
Thu, 16 Jun 2016 15:15:33 -0700 Martin von Zweigbergk changegroup: don't send empty subdirectory manifest groups
Wed, 15 Jun 2016 23:49:56 +0900 Yuya Nishihara chg: ignore SIGINT while waiting pager termination
Wed, 15 Jun 2016 23:32:00 +0900 Yuya Nishihara chg: reset signal handlers to default before waiting pager
Thu, 16 Jun 2016 09:15:12 -0700 Mike Miller help: document that [subpaths] may rewrite relative paths stable
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori doc: describe detail about checkambig optional argument
Sun, 12 Jun 2016 14:07:26 +0900 Yuya Nishihara ui: provide official way to reset internal state per command
Sat, 11 Jun 2016 10:17:49 +0900 Yuya Nishihara revset: extract function that validates sort() arguments
Wed, 15 Jun 2016 21:26:45 +0900 Yuya Nishihara revset: build dict of extra sort options before evaluating set
Sat, 11 Jun 2016 10:15:40 +0900 Yuya Nishihara revset: build list of (key, reverse) pairs before sorting
Wed, 15 Jun 2016 20:37:24 +0900 Yuya Nishihara revset: fix crash on empty sort key
Mon, 13 Jun 2016 22:41:45 +0100 Kostia Balytskyi rebase: move local variable 'targetancestors' to the RR class
Mon, 13 Jun 2016 22:40:59 +0100 Kostia Balytskyi rebase: move local variable 'skipped' to the RR class
Mon, 13 Jun 2016 22:38:54 +0100 Kostia Balytskyi rebase: move local variable 'target' to the RR class
Mon, 13 Jun 2016 22:36:13 +0100 Kostia Balytskyi rebase: introduce a rebaseruntime (RR) class
Wed, 15 Jun 2016 21:36:31 +0100 Jun Wu chg: change default connect timeout to 60 seconds
Tue, 14 Jun 2016 18:14:42 -0700 Durham Goode tests: increase test-https malform error glob
Tue, 14 Jun 2016 11:21:41 +0200 liscju largefiles: make storefactory._openstore public
Mon, 13 Jun 2016 23:50:26 +0200 liscju bookmarks: abort 'push -B .' when no active bookmark
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori transaction: avoid ambiguity of file stat at restoring from backup
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori localrepo: make restoring from backup at rollback avoid ambiguity of file stat
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori dirstate: make restoring from backup avoid ambiguity of file stat
Sat, 11 Jun 2016 20:59:49 +0200 Denis Laxalde tests: drop a duplicated instruction
Tue, 14 Jun 2016 14:52:58 -0500 Matt Mackall merge with stable
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: add new topographical sort
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: move groupbranchiter over from graphmod
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip