Mercurial > hg
graph
-
setdiscovery: extract sample limitation in a `_limitsample` function stableMon, 27 Oct 2014 17:40:32 +0100, by Pierre-Yves David
-
exchange: don't report failure from identical bookmarks stableFri, 24 Oct 2014 17:24:46 -0500, by Gregory Szorc
-
bookmarks: explicitly track identical bookmarks stableFri, 24 Oct 2014 10:40:37 -0700, by Gregory Szorc
-
context.status: remove incorrect swapping of added/removed in workingctx stableFri, 24 Oct 2014 15:52:20 -0500, by Martin von Zweigbergk
-
keyword: use parent of working copy as base for status stableThu, 23 Oct 2014 13:17:37 -0700, by Martin von Zweigbergk
-
revset: avoid O(n) lookup of invalid revision in rev() stableThu, 23 Oct 2014 21:53:37 +0900, by Yuya Nishihara
-
run-tests: output diffs with only forward slashes stableThu, 23 Oct 2014 13:44:34 -0500, by Matt Mackall
-
parsers: use 'k' format for Py_BuildValue instead of 'n' because Python 2.4 stableThu, 23 Oct 2014 02:42:57 +0200, by Mads Kiilerich
-
amend: fix amending rename commit with diverged topologies (issue4405) stableThu, 16 Oct 2014 06:35:06 -0700, by Ryan McElroy
-
eol: fix crash when handling removed files stableWed, 22 Oct 2014 16:10:23 +0200, by Mads Kiilerich
-
bundle2: transmit exception during part generation stableWed, 15 Oct 2014 03:52:20 -0700, by Pierre-Yves David
-
transactions: change backupfiles format to use newlines stableTue, 21 Oct 2014 12:38:28 -0700, by Durham Goode
-
transactions: add version number to journal.backupfiles stableTue, 21 Oct 2014 11:37:29 -0700, by Durham Goode
-
transactions: fix hg recover with fncache backups stableMon, 20 Oct 2014 16:53:56 -0700, by Durham Goode
-
revset: have rev() drop out-of-range or filtered rev explicitly (issue4396) stableSun, 19 Oct 2014 16:48:33 +0900, by Yuya Nishihara
-
tests: open file in binary mode to use POSIX end-of-line style anywhere stableMon, 20 Oct 2014 22:08:08 +0900, by FUJIWARA Katsunori