Tue, 06 Jun 2017 13:10:55 -0700 Siddharth Agarwal run-tests: factor out json write code into another method
Tue, 06 Jun 2017 13:10:55 -0700 Siddharth Agarwal run-tests: factor out xunit write code into another method
Sat, 27 May 2017 10:25:09 -0700 David Soria Parra revset: lookup descendents for negative arguments to ancestor operator
Tue, 06 Jun 2017 22:17:39 +0530 Pulkit Goyal update: show the commit to which we updated in case of multiple heads (BC)
Fri, 19 May 2017 20:29:11 -0700 Gregory Szorc revlog: skeleton support for version 2 revlogs
Tue, 06 Jun 2017 08:58:27 -0700 Danek Duvall check-code: ban grep's context flags (-A/-B/-C) since they're not on Solaris
Tue, 06 Jun 2017 08:52:51 +0200 David Demelier patchbomb: avoid -r and -B options at the same time
Mon, 05 Jun 2017 16:19:41 -0700 Danek Duvall debugbundle: add --part-type flag to emit only named part types
Mon, 05 Jun 2017 20:37:45 -0400 Matt Harbison test-obsolete-bundle-strip: add globs for Windows
Sun, 04 Jun 2017 00:38:11 -0700 Jun Wu obsstore: move header encoding to a separate function
Sun, 04 Jun 2017 08:49:15 -0700 Jun Wu obsstore: move _version to a propertycache
Fri, 02 Jun 2017 20:38:01 -0700 Jun Wu obsstore: separate marker parsing from obsstore reading
Fri, 02 Jun 2017 19:34:56 -0700 Jun Wu obsstore: move marker version reading to a separate function
Fri, 02 Jun 2017 19:32:27 -0700 Jun Wu obsstore: minor optimization for the obsolete revset
Sun, 23 Apr 2017 00:31:29 +0900 Yuya Nishihara dispatch: do not close stdout and stderr, just flush() instead
Mon, 05 Jun 2017 23:36:35 +0900 Yuya Nishihara windows: do not close stdout on flush() failure
Mon, 05 Jun 2017 23:23:03 +0900 Yuya Nishihara test-obsolete-bundle-strip: do not include \n in filename (issue5586)
Fri, 19 Aug 2016 18:26:04 +0900 Yuya Nishihara revlog: add support for partial matching of wdir node id
Sat, 20 Aug 2016 18:15:19 +0900 Yuya Nishihara revset: add support for branch(wdir()) and wdir() & branch()
Sun, 04 Jun 2017 16:08:50 -0700 Siddharth Agarwal dirstate: add docstring for invalidate
Fri, 02 Jun 2017 23:05:03 -0700 Martin von Zweigbergk tests: simplify and clarify test-obsolete-bundle-strip.t a little
Fri, 02 Jun 2017 23:29:20 -0700 Martin von Zweigbergk tests: add missing parens in test-obsolete-bundle-strip.t
Sun, 04 Jun 2017 20:37:32 -0400 Matt Harbison test-clonebundles: conditionalize output for Windows
Sun, 04 Jun 2017 20:11:59 -0400 Matt Harbison tests: adjust recent output changes for Windows
Mon, 22 May 2017 21:45:02 -0400 Matt Harbison killdaemons: close pid file before killing processes
Sun, 21 May 2017 18:58:51 -0400 Matt Harbison win32: drop a py26 daemonizing hack
Mon, 29 May 2017 05:23:30 +0200 Pierre-Yves David checkheads: simplify the code around obsolescence post-processing
Mon, 29 May 2017 05:21:38 +0200 Pierre-Yves David checkheads: drop now unused filtering of 'unsyncedheads'
Mon, 29 May 2017 05:20:09 +0200 Pierre-Yves David checkheads: clarify that we no longer touch the head unknown locally
Mon, 29 May 2017 05:33:59 +0200 Pierre-Yves David headssummary: ensure all returned lists are sorted
Mon, 29 May 2017 05:37:19 +0200 Pierre-Yves David discovery: also use lists for the returns of '_oldheadssummary'
Mon, 29 May 2017 05:53:51 +0200 Pierre-Yves David test: add a push race case where the updated head is obsoleted
Mon, 29 May 2017 05:53:24 +0200 Pierre-Yves David test: add a push race case where obsoleted head is updated
Fri, 02 Jun 2017 14:08:26 -0700 Kyle Lippincott keepalive: set buffering=True to do more efficient reads of headers
Thu, 01 Jun 2017 18:23:20 -0700 Kyle Lippincott keepalive: pass the correct arguments to HTTPResponse
Mon, 22 May 2017 22:32:59 -0400 Matt Harbison help: update the color documentation for Windows 10 ANSI support
Mon, 22 May 2017 22:20:38 -0400 Matt Harbison color: enable ANSI support on Windows 10
Mon, 22 May 2017 22:00:56 -0400 Matt Harbison win32: add a method to enable ANSI color code processing on Windows 10
Sun, 04 Jun 2017 08:57:37 -0500 Kevin Bullock merge with stable
Sat, 03 Jun 2017 19:17:19 +0900 Yuya Nishihara export: map wctx.node() to 'ff...' node id (issue5438)
Sat, 03 Jun 2017 20:39:33 +0900 Yuya Nishihara revset: add support for integer and hex wdir identifiers
Fri, 19 Aug 2016 18:40:35 +0900 Yuya Nishihara localrepo: map integer and hex wdir identifiers to workingctx
Sat, 20 Aug 2016 22:37:58 +0900 Yuya Nishihara revlog: map rev(wdirid) to WdirUnsupported exception
Sat, 03 Jun 2017 19:12:01 +0900 Yuya Nishihara scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
Sat, 03 Jun 2017 19:01:19 +0900 Yuya Nishihara merge: use scmutil.intrev() to sort ctx objects
Sat, 03 Jun 2017 18:57:28 +0900 Yuya Nishihara scmutil: pass ctx object to intrev()
Sat, 03 Jun 2017 14:05:52 +0900 Yuya Nishihara setup: do not overwrite local __modulepolicy__.py on out-of-source build
Sun, 04 Jun 2017 08:16:37 -0500 Kevin Bullock Added signature for changeset c850f0ed54c1 stable
Sun, 04 Jun 2017 08:16:29 -0500 Kevin Bullock Added tag 4.2.1 for changeset c850f0ed54c1 stable
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Fri, 02 Jun 2017 22:27:52 -0700 Siddharth Agarwal status: don't crash if a lookup file disappears stable 4.2.1
Thu, 01 Jun 2017 08:31:21 -0700 Martin von Zweigbergk match: simplify nevermatcher
Sat, 03 Jun 2017 00:25:24 +0900 Yuya Nishihara annotate: restructure formatter output to be nested list (BC)
Sat, 03 Jun 2017 00:05:12 +0900 Yuya Nishihara annotate: rename formatter variable
Sun, 07 May 2017 23:29:03 -0400 Matt Harbison setup: prevent setuptools from laying an egg
Fri, 02 Jun 2017 10:32:39 -0700 Martin von Zweigbergk bitmanipulation: add missing include of string.h
Thu, 01 Jun 2017 02:41:19 +0530 Pulkit Goyal py3: add test to show `hg update` and `hg identify` works on Python 3
Fri, 02 Jun 2017 10:14:00 +0530 Pulkit Goyal py3: add a test to show `hg diff` works on Python 3
Thu, 01 Jun 2017 02:25:18 +0530 Pulkit Goyal py3: implement __bytes__ for committablectx
Fri, 02 Jun 2017 10:35:21 +0530 Pulkit Goyal py3: convert exception to bytes to pass into ui.warn()
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip