Mercurial > hg-stable
graph
-
i18n: add i18n comment to error messages of template functions stableSat, 01 Nov 2014 02:43:08 +0900, by FUJIWARA Katsunori
-
help: refer ":merge3" instead of "internal:merge3" stableSat, 01 Nov 2014 02:43:08 +0900, by FUJIWARA Katsunori
-
i18n: make hint message of exception translatable stableSat, 01 Nov 2014 02:43:08 +0900, by FUJIWARA Katsunori
-
help: use "hg files" instead of "hg locate" in "hg help filesets" stableSat, 01 Nov 2014 02:43:08 +0900, by FUJIWARA Katsunori
-
files: refer "hg help filesets" instead of "hg help revsets" in help text stableSat, 01 Nov 2014 02:41:18 +0900, by FUJIWARA Katsunori
-
tests: silence output race in test-run-tests.t stableThu, 30 Oct 2014 17:52:01 -0500, by Matt Mackall
-
transaction: only generate file when we actually close the transaction stableFri, 17 Oct 2014 21:25:48 -0700, by Pierre-Yves David
-
transaction: extract file generation into its own function stableMon, 29 Sep 2014 00:59:25 -0700, by Pierre-Yves David
-
amend: abort early if no username is configured with evolve enabled (issue4211) stableTue, 28 Oct 2014 23:05:19 -0400, by Matt Harbison
-
revset: fix O(2^n) perf regression in addset stableTue, 28 Oct 2014 14:06:06 -0700, by Durham Goode
-
test-convert-svn-sink: properly isolate symlink section stableMon, 27 Oct 2014 18:44:05 -0500, by Matt Mackall
-
util.fspath: use a dict rather than a linear scan for lookups stableFri, 24 Oct 2014 11:39:39 -0700, by Siddharth Agarwal
-
test-clone.t: drop message about listing bookmarks with no hardlinks stableMon, 27 Oct 2014 16:53:01 -0500, by Matt Mackall
-
tests: don't try to test unix sockets on vfat stableMon, 27 Oct 2014 16:39:57 -0500, by Matt Mackall
-
tests: change obsolete timestamp to avoid "gmtime()" problem on Windows stableTue, 28 Oct 2014 00:19:18 +0900, by FUJIWARA Katsunori
-
tests: use "%HG_ARGS%" in shell alias on Windows instead of "$HG_ARGS" stableTue, 28 Oct 2014 00:19:18 +0900, by FUJIWARA Katsunori
-
tests: introduce "checkeditform-n-cat.sh" script to invoke "cat" in it safely stableTue, 28 Oct 2014 00:19:18 +0900, by FUJIWARA Katsunori
-
doc: change 'revision or range' to 'revision or revset' stableFri, 24 Oct 2014 13:50:00 -0400, by Jordi GutiƩrrez Hermoso
-
largefiles: add examination of exec bit in "hg status --rev REV" case stableTue, 28 Oct 2014 01:14:12 +0900, by FUJIWARA Katsunori
-
largefiles: ignore removal status of files not managed in the target context stableTue, 28 Oct 2014 01:14:11 +0900, by FUJIWARA Katsunori
-
parsers: introduce headrevsfiltered in C extension stableSun, 26 Oct 2014 12:14:10 +0100, by Mads Kiilerich
-
httppeer: close the temporary bundle file after two-way streaming it stableSat, 25 Oct 2014 21:34:49 -0400, by Matt Harbison
-
status: make 'hg status --rev' faster when there are deleted files stableFri, 24 Oct 2014 14:24:28 -0700, by Martin von Zweigbergk
-
setdiscovery: limit the size of the initial sample (issue4411) stableMon, 27 Oct 2014 17:52:33 +0100, by Pierre-Yves David
-
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
-
tests: add "(glob)" for l10n messages in test-clone.t for Windows stableMon, 20 Oct 2014 22:08:08 +0900, by FUJIWARA Katsunori
-
tests: add "(glob)" for l10n messages in test-largefiles-update.t for Windows stableMon, 20 Oct 2014 22:08:08 +0900, by FUJIWARA Katsunori
-
tests: add "(glob)" to paths in test-revset-outgoing.t for Windows stableMon, 20 Oct 2014 22:08:08 +0900, by FUJIWARA Katsunori
-
tests: add "(glob)" to paths in test-hgrc.t for Windows stableMon, 20 Oct 2014 22:08:08 +0900, by FUJIWARA Katsunori
-
tests: add "(glob)" to paths in test-url-rev.t for Windows stableMon, 20 Oct 2014 22:08:08 +0900, by FUJIWARA Katsunori
-
tests: adjust expected prompt choice outputs in test-record.t for Windows stableMon, 20 Oct 2014 22:08:08 +0900, by FUJIWARA Katsunori
-
ui: separate option to show prompt echo, enabled only in tests (issue4417) stableTue, 21 Oct 2014 23:16:46 +0900, by Yuya Nishihara