Mercurial > hg
graph
-
debugobsolete: catch ValueError that may be raised by obsstore.create stableThu, 14 Aug 2014 14:57:03 -0700, by Pierre-Yves David
-
check-code: extend try/except/finally check for multiple except clausesThu, 14 Aug 2014 16:39:27 -0500, by Matt Mackall
-
repoview: fix try/except/finally for py2.4Thu, 14 Aug 2014 16:39:02 -0500, by Matt Mackall
-
merge with stableThu, 14 Aug 2014 16:25:47 -0500, by Matt Mackall
-
test-run-tests: fix up slash/backslash on diff chunks for Windows stableThu, 14 Aug 2014 16:18:45 -0500, by Matt Mackall
-
test-largefiles: add test for hg log --follow --patch with path stableWed, 13 Aug 2014 15:55:45 -0700, by Siddharth Agarwal
-
largefiles: don't override matchandpats for always matchers (issue4334) stableWed, 13 Aug 2014 15:51:33 -0700, by Siddharth Agarwal
-
largefiles: in overridelog, use non-lf matcher for patch generation (issue4334) stableWed, 13 Aug 2014 15:18:41 -0700, by Siddharth Agarwal
-
largefiles: drop setting lfstatus in overridelog (issue4334) stableWed, 13 Aug 2014 15:13:50 -0700, by Siddharth Agarwal
-
cmdutil: add a hook for making custom non-follow log file matchers stableWed, 13 Aug 2014 15:17:03 -0700, by Siddharth Agarwal
-
cmdutil: rename _makelogfilematcher to _makefollowlogfilematcher stableWed, 13 Aug 2014 15:15:13 -0700, by Siddharth Agarwal
-
merge with stableThu, 14 Aug 2014 15:21:48 -0500, by Matt Mackall
-
alias: exit from bad definition by AbortWed, 13 Aug 2014 22:22:24 +0900, by Yuya Nishihara
-
alias: show one-line hint for command provided by disabled extensionWed, 13 Aug 2014 22:18:28 +0900, by Yuya Nishihara
-
help: provide help of bad alias without executing aliascmd()Wed, 13 Aug 2014 19:38:47 +0900, by Yuya Nishihara
-
alias: provide "unknowncmd" flag to tell help to look for disabled commandWed, 13 Aug 2014 19:28:42 +0900, by Yuya Nishihara
-
alias: keep error message in "badalias" so that help can see itSat, 17 May 2014 21:13:31 +0900, by Yuya Nishihara
-
alias: add test for alias command provided by disabled extensionSat, 17 May 2014 20:47:31 +0900, by Yuya Nishihara
-
alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)Wed, 13 Aug 2014 23:21:52 -0700, by Siddharth Agarwal
-
test-alias: add some tests to ensure we aren't double-substitutingWed, 13 Aug 2014 22:37:09 -0700, by Siddharth Agarwal
-
revert: issue "no changes needed" message for files missing on both sideThu, 31 Jul 2014 16:03:26 -0700, by Pierre-Yves David
-
revert: call status against revert target tooTue, 24 Jun 2014 15:47:12 +0100, by Pierre-Yves David
-
revert: prefix variable names for dirstate status with "ds"Tue, 24 Jun 2014 15:35:43 +0100, by Pierre-Yves David
-
revert: move manifest membership condition outside of the loopTue, 24 Jun 2014 15:28:22 +0100, by Pierre-Yves David
-
histedit: add "roll" command to fold commit data and drop message (issue4256)Wed, 06 Aug 2014 16:51:41 -0400, by Mike Edgar
-
repoview: cache hidden changesetsTue, 12 Aug 2014 09:39:14 -0700, by David Soria Parra
-
repoview: add caching bitsTue, 12 Aug 2014 16:48:54 -0700, by David Soria Parra
-
repoview: split _gethiddenblockersWed, 06 Aug 2014 13:26:04 -0700, by David Soria Parra
-
repoview: use set for blockersTue, 12 Aug 2014 16:42:24 -0700, by David Soria Parra
-
histedit: preserve initial author on fold (issue4296) stableWed, 13 Aug 2014 11:50:13 -0700, by Martin von Zweigbergk
-
merge with stableWed, 13 Aug 2014 15:06:58 -0500, by Matt Mackall
-
test-revert: add case where file is tracked but deleted in working directoryWed, 25 Jun 2014 17:40:41 +0100, by Pierre-Yves David
-
test-revert: add case with untracked files with unique contentFri, 27 Jun 2014 18:25:19 +0200, by Pierre-Yves David
-
test-revert: add case with untracked files with reverted contentFri, 27 Jun 2014 18:23:45 +0200, by Pierre-Yves David
-
test-revert: add case where file exists but is untracked in working directoryFri, 27 Jun 2014 18:10:45 +0200, by Pierre-Yves David
-
test-revert: add case where the file is marked as removed in the wcFri, 27 Jun 2014 18:09:46 +0200, by Pierre-Yves David
-
test-revert: add case where wc content is different from "base" and "parent"Fri, 27 Jun 2014 18:08:16 +0200, by Pierre-Yves David
-
test-revert: add case where wc content is already reverted to base contentFri, 27 Jun 2014 18:07:33 +0200, by Pierre-Yves David
-
test-revert: add case where file exists neither in "base" nor in "parent"Fri, 27 Jun 2014 18:02:09 +0200, by Pierre-Yves David
-
test-revert: add case where the file is removed between "base" and "parent"Fri, 27 Jun 2014 18:01:16 +0200, by Pierre-Yves David
-
test-revert: add case where file is unchanged between "base" and "parent"Fri, 27 Jun 2014 18:00:49 +0200, by Pierre-Yves David
-
test-run-tests: fix stdout/stderr io ordering stableWed, 13 Aug 2014 14:05:08 -0500, by Matt Mackall
-
test-revert: add case where file is added between "base" and "parent"Wed, 25 Jun 2014 17:37:13 +0100, by Pierre-Yves David
-
merge with stableTue, 12 Aug 2014 17:22:57 -0500, by Matt Mackall
-
test-revert: add methodical revert to "base" with explicit file pathWed, 25 Jun 2014 17:31:53 +0100, by Pierre-Yves David
-
test-revert: add methodical revert with explicit file pathWed, 25 Jun 2014 17:22:47 +0100, by Pierre-Yves David
-
test-revert: add methodical revert to "base"Wed, 25 Jun 2014 17:16:05 +0100, by Pierre-Yves David
-
test-revert: add methodical revert to parent for working directoryWed, 25 Jun 2014 17:03:55 +0100, by Pierre-Yves David
-
test-revert: display the list of all generated casesWed, 25 Jun 2014 17:24:18 +0100, by Pierre-Yves David
-
test-revert: also create a text version of the snapshotFri, 27 Jun 2014 16:08:09 +0200, by Pierre-Yves David
-
hg-test-mode: make exit code highlight work againTue, 12 Aug 2014 12:53:23 -0500, by Matt Mackall
-
test-revert: prepare methodical testing of revert casesWed, 25 Jun 2014 16:37:06 +0100, by Pierre-Yves David
-
test-revert: drop useless commentsWed, 25 Jun 2014 15:59:21 +0100, by Pierre-Yves David
-
run-tests: don't double lines on build failure output stableTue, 12 Aug 2014 11:17:29 -0500, by Matt Mackall
-
test-run-tests: filter pwd alias for Windows stableTue, 12 Aug 2014 11:10:57 -0500, by Matt Mackall
-
run-tests: self-test on Windows needs binary streams stableTue, 12 Aug 2014 11:02:30 -0500, by Matt Mackall
-
merge with stableTue, 12 Aug 2014 04:50:58 -0500, by Matt Mackall
-
help: normalize helplist hintsTue, 12 Aug 2014 04:11:32 -0500, by Matt Mackall
-
help: fold repeatable option message into option table headerTue, 12 Aug 2014 04:00:42 -0500, by Matt Mackall