Mercurial > hg
graph
-
win32: add a method to enable ANSI color code processing on Windows 10Mon, 22 May 2017 22:00:56 -0400, by Matt Harbison
-
merge with stableSun, 04 Jun 2017 08:57:37 -0500, by Kevin Bullock
-
export: map wctx.node() to 'ff...' node id (issue5438)Sat, 03 Jun 2017 19:17:19 +0900, by Yuya Nishihara
-
revset: add support for integer and hex wdir identifiersSat, 03 Jun 2017 20:39:33 +0900, by Yuya Nishihara
-
localrepo: map integer and hex wdir identifiers to workingctxFri, 19 Aug 2016 18:40:35 +0900, by Yuya Nishihara
-
revlog: map rev(wdirid) to WdirUnsupported exceptionSat, 20 Aug 2016 22:37:58 +0900, by Yuya Nishihara
-
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)Sat, 03 Jun 2017 19:12:01 +0900, by Yuya Nishihara
-
merge: use scmutil.intrev() to sort ctx objectsSat, 03 Jun 2017 19:01:19 +0900, by Yuya Nishihara
-
scmutil: pass ctx object to intrev()Sat, 03 Jun 2017 18:57:28 +0900, by Yuya Nishihara
-
setup: do not overwrite local __modulepolicy__.py on out-of-source buildSat, 03 Jun 2017 14:05:52 +0900, by Yuya Nishihara
-
merge with stableSat, 03 Jun 2017 16:33:28 -0400, by Augie Fackler
-
status: don't crash if a lookup file disappears stable 4.2.1Fri, 02 Jun 2017 22:27:52 -0700, by Siddharth Agarwal
-
match: simplify nevermatcherThu, 01 Jun 2017 08:31:21 -0700, by Martin von Zweigbergk
-
annotate: restructure formatter output to be nested list (BC)Sat, 03 Jun 2017 00:25:24 +0900, by Yuya Nishihara
-
annotate: rename formatter variableSat, 03 Jun 2017 00:05:12 +0900, by Yuya Nishihara
-
setup: prevent setuptools from laying an eggSun, 07 May 2017 23:29:03 -0400, by Matt Harbison
-
bitmanipulation: add missing include of string.hFri, 02 Jun 2017 10:32:39 -0700, by Martin von Zweigbergk
-
py3: add test to show `hg update` and `hg identify` works on Python 3Thu, 01 Jun 2017 02:41:19 +0530, by Pulkit Goyal
-
py3: add a test to show `hg diff` works on Python 3Fri, 02 Jun 2017 10:14:00 +0530, by Pulkit Goyal
-
py3: implement __bytes__ for committablectxThu, 01 Jun 2017 02:25:18 +0530, by Pulkit Goyal
-
py3: convert exception to bytes to pass into ui.warn()Fri, 02 Jun 2017 10:35:21 +0530, by Pulkit Goyal
-
py3: convert bool variables to bytes before passing into ui.debug()Thu, 01 Jun 2017 02:14:26 +0530, by Pulkit Goyal
-
py3: use dict.update() instead of constructing lists and adding themThu, 01 Jun 2017 01:14:02 +0530, by Pulkit Goyal
-
patchbomb: add -B option to select a bookmarkFri, 03 Feb 2017 15:02:27 +0100, by David Demelier
-
test: add the mirror push race case for non-contiguous branch headSat, 27 May 2017 22:27:56 +0200, by Pierre-Yves David
-
test: add a push race case where non-contiguous branch head are createdSat, 27 May 2017 22:27:41 +0200, by Pierre-Yves David
-
test: add a push race case where the raced push touch multiple headsSat, 27 May 2017 22:27:09 +0200, by Pierre-Yves David
-
test: add a push race case where racing push touches multiple headsSat, 27 May 2017 22:26:51 +0200, by Pierre-Yves David
-
test: add a push race case where racing push create a new named branchSat, 27 May 2017 22:26:35 +0200, by Pierre-Yves David
-
test: add a push race case where raced push created a new named branchSat, 27 May 2017 22:26:16 +0200, by Pierre-Yves David
-
test: add a push race case where the racing client create a new headSat, 27 May 2017 22:25:40 +0200, by Pierre-Yves David
-
test: add a push race case where each client replaces a different headSat, 27 May 2017 22:25:20 +0200, by Pierre-Yves David
-
test: add a file dedicated to push race between clientsSat, 27 May 2017 22:24:58 +0200, by Pierre-Yves David
-
strip: strip obsmarkers exclusive to the stripped changesetSat, 20 May 2017 16:19:59 +0200, by Pierre-Yves David
-
strip: do not include obsolescence markers for the temporary bundleThu, 01 Jun 2017 12:08:49 +0200, by Pierre-Yves David
-
exclusive-markers: update the dedicated test with list of exclusive markersThu, 01 Jun 2017 08:44:01 +0200, by Pierre-Yves David
-
obsolete: add a function to compute "exclusive-markers" for a set of nodesSat, 20 May 2017 15:02:30 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: check all changesets in the isolated prune caseThu, 01 Jun 2017 08:32:24 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: add testing of markers backup during stripFri, 26 May 2017 03:52:11 +0200, by Pierre-Yves David
-
strip: also backup obsmarkersSat, 20 May 2017 15:06:10 +0200, by Pierre-Yves David
-
tests: fix run-tests when there's a bad #if in a testTue, 30 May 2017 20:48:43 -0400, by Augie Fackler
-
tests: make run-tests fail early if no channel is foundTue, 30 May 2017 20:47:00 -0400, by Augie Fackler
-
dispatch: convert exception payload to bytes more carefullySun, 28 May 2017 15:47:00 -0400, by Augie Fackler
-
help: convert flag default to bytes portablySun, 28 May 2017 15:49:29 -0400, by Augie Fackler
-
cmdutil: use isstdiofilename() where appropriateThu, 01 Jun 2017 23:08:23 +0900, by Yuya Nishihara
-
py3: simply use b'%d\n' to format pid in server.pyThu, 01 Jun 2017 23:05:29 +0900, by Yuya Nishihara
-
py3: implement __bytes__() on most of our exception classesThu, 01 Jun 2017 22:43:24 +0900, by Yuya Nishihara
-
py3: convert __doc__ back to bytes in help.pyThu, 01 Jun 2017 22:24:15 +0900, by Yuya Nishihara
-
py3: ensure that we don't concat bytes and str and the end result is bytesThu, 01 Jun 2017 01:41:34 +0530, by Pulkit Goyal
-
py3: make sure we return strings from __str__ and __repr__Thu, 01 Jun 2017 00:00:10 +0530, by Pulkit Goyal
-
py3: replace None with -1 to sort an integer arrayWed, 31 May 2017 23:48:52 +0530, by Pulkit Goyal
-
py3: pass str in os.sysconf()Wed, 31 May 2017 23:42:58 +0530, by Pulkit Goyal
-
context: move dirty() to committablectxThu, 11 May 2017 13:59:48 -0700, by Sean Farley
-
committablectx: extra is already normalized by committablectx.__init__Thu, 11 May 2017 13:51:10 -0700, by Sean Farley
-
match: introduce nevermatcher for when no ignore files are presentThu, 01 Jun 2017 00:40:52 -0700, by Siddharth Agarwal