Mercurial > hg
graph
-
exchange: drop superfluous parensMon, 18 Aug 2014 20:23:37 -0400, by Augie Fackler
-
push: add bookmarks to the unified bundle2 pushFri, 15 Aug 2014 19:03:42 -0700, by Pierre-Yves David
-
test-bundle2: add bookmark movement to the push testFri, 15 Aug 2014 19:03:33 -0700, by Pierre-Yves David
-
push: use stepsdone to control bookmark pushFri, 15 Aug 2014 18:40:57 -0700, by Pierre-Yves David
-
push: move bookmark discovery with other discovery stepsFri, 15 Aug 2014 18:39:39 -0700, by Pierre-Yves David
-
pushbookmark: split an ultra-long line into a saner versionFri, 15 Aug 2014 18:02:54 -0700, by Pierre-Yves David
-
revert: drop dead code for untracked filesWed, 25 Jun 2014 00:02:17 +0100, by Pierre-Yves David
-
revert: handle unknown files through statusWed, 25 Jun 2014 00:01:30 +0100, by Pierre-Yves David
-
revert: drop more dead codeTue, 24 Jun 2014 23:55:43 +0100, by Pierre-Yves David
-
revert: add a message to noop actionSat, 02 Aug 2014 13:07:01 -0700, by Pierre-Yves David
-
revert: simplify loop conditionalFri, 01 Aug 2014 11:41:56 -0700, by Pierre-Yves David
-
revert: explode the action tuple in the for loopTue, 24 Jun 2014 18:04:13 +0100, by Pierre-Yves David
-
revert: use actions[...] in all disptable casesSat, 02 Aug 2014 12:45:34 -0700, by Pierre-Yves David
-
revset: factorize backup decisionTue, 24 Jun 2014 17:54:33 +0100, by Pierre-Yves David
-
revert: use a flat dispatch tableTue, 24 Jun 2014 17:44:31 +0100, by Pierre-Yves David
-
pushbookmark: do not attempt to update bookmarks if the push failed (BC)Fri, 15 Aug 2014 18:26:21 -0700, by Pierre-Yves David
-
pushbookmark: remove a <cond> and <val> or <other> constructFri, 15 Aug 2014 17:58:15 -0700, by Pierre-Yves David
-
pushbookmark: stop unrolling ancestorsFri, 15 Aug 2014 16:31:06 -0700, by Pierre-Yves David
-
ancestors: add a __nonzero__ methodFri, 15 Aug 2014 15:57:50 -0700, by Pierre-Yves David
-
push: update bookmarks within the remote lockFri, 15 Aug 2014 15:25:12 -0700, by Pierre-Yves David
-
hgweb: refresh repository using URL not path (issue4323)Mon, 18 Aug 2014 12:12:57 -0700, by Gregory Szorc
-
obsmarker: add `date` as an explicit fieldTue, 19 Aug 2014 10:01:06 -0700, by Pierre-Yves David
-
obsstore: add fields attribute to track each field in a markerTue, 12 Aug 2014 01:49:38 -0700, by Pierre-Yves David
-
debugobsolete: explicitly display date in the outputWed, 13 Aug 2014 23:42:36 -0700, by Pierre-Yves David
-
obsolete: add a date argument to the `createmarkers` functionThu, 14 Aug 2014 12:59:48 -0700, by Pierre-Yves David
-
debugobsolete: use the new date argument on obsstore.createWed, 13 Aug 2014 23:25:07 -0700, by Pierre-Yves David
-
obsstore: add an explicit `date` argument to obsstore.createWed, 13 Aug 2014 22:44:47 -0700, by Pierre-Yves David
-
obsolete: explicitly pass metadata argument using keyword argumentThu, 14 Aug 2014 01:53:07 -0700, by Pierre-Yves David
-
obsmarker: add a `flags` methodFri, 15 Aug 2014 09:41:30 -0700, by Pierre-Yves David
-
test-treediscovery: update output after mergeFri, 15 Aug 2014 14:19:15 -0700, by Pierre-Yves David
-
revert: add an XXX about rename trackingTue, 24 Jun 2014 16:59:40 +0100, by Pierre-Yves David
-
revert: inline a now useless closureTue, 24 Jun 2014 17:39:43 +0100, by Pierre-Yves David
-
revert: remove code killed by the double statusTue, 24 Jun 2014 17:37:24 +0100, by Pierre-Yves David
-
revert: drop `missingmodified` setTue, 24 Jun 2014 17:36:49 +0100, by Pierre-Yves David
-
revert: detect files added during a mergeTue, 24 Jun 2014 17:28:20 +0100, by Pierre-Yves David
-
revert: simplify handling of `added` filesSat, 02 Aug 2014 11:32:24 -0700, by Pierre-Yves David
-
merge with stableFri, 15 Aug 2014 11:48:05 -0500, by Matt Mackall
-
rebase: use "rebase.collapse" as "editform" for "--collapse" alwaysFri, 15 Aug 2014 23:05:53 +0900, by FUJIWARA Katsunori
-
ui: invoke editor for committing with HGEDITFORM environment variableFri, 15 Aug 2014 23:05:53 +0900, by FUJIWARA Katsunori
-
cleanup: name unused variables using convention of leading _Fri, 15 Aug 2014 04:37:46 +0200, by Mads Kiilerich
-
cleanup: rename check-translation.py checker function - don't hide global varFri, 15 Aug 2014 16:20:47 +0200, by Mads Kiilerich
-
cleanup: remove some unused / duplicate importsFri, 15 Aug 2014 04:37:45 +0200, by Mads Kiilerich
-
cleanup: fix some list comprehension redefinitions of existing varsFri, 15 Aug 2014 04:37:46 +0200, by Mads Kiilerich
-
cleanup: avoid local vars shadowing importsFri, 15 Aug 2014 16:20:47 +0200, by Mads Kiilerich
-
cleanup: avoid _ for local unused tmp variables - that is reserved for i18nFri, 15 Aug 2014 16:20:47 +0200, by Mads Kiilerich
-
cleanup: make sure we always access members of imported modulesFri, 15 Aug 2014 04:37:45 +0200, by Mads Kiilerich
-
largefiles: update lfdirstate for unchanged largefiles during linear mergingFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: keep largefiles from colliding with normal one during linear mergeFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: add test for large/normal conflict at linear mergingFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: put whole "hgmerge" process into the same "wlock" scopeFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
largefiles: put whole "hgupdaterepo" process into the same "wlock" scopeFri, 15 Aug 2014 20:28:51 +0900, by FUJIWARA Katsunori
-
annotate: inline definition of decorate() functionsFri, 15 Aug 2014 14:33:19 +0900, by Yuya Nishihara
-
annotate: rewrite long short-circuit statement by if-elif-elseFri, 15 Aug 2014 14:29:30 +0900, by Yuya Nishihara
-
revert: use modified information from both statusesTue, 24 Jun 2014 17:27:18 +0100, by Pierre-Yves David
-
revert: drop special case handling for file unknown in parentTue, 24 Jun 2014 16:57:16 +0100, by Pierre-Yves David
-
revert: use "remove" information from both statusesTue, 24 Jun 2014 16:53:22 +0100, by Pierre-Yves David
-
revert: process removed files missing in target as cleanFri, 01 Aug 2014 18:27:47 -0700, by Pierre-Yves David
-
revert: also track clean filesThu, 31 Jul 2014 15:52:56 -0700, by Pierre-Yves David
-
revert: triage "deleted" files into more appropriate categoriesFri, 01 Aug 2014 18:57:53 -0700, by Pierre-Yves David
-
unshelve: silence internal revertFri, 15 Aug 2014 10:54:15 -0500, by Matt Mackall
-
tests: fixup issue markers to make check-commit happyFri, 15 Aug 2014 10:47:03 -0500, by Matt Mackall
-
incoming: don't request heads that already are common stableFri, 15 Aug 2014 03:24:40 +0200, by Mads Kiilerich
-
tests: improve test coverage for discovery and actual parameters for pulling stableFri, 15 Aug 2014 03:24:40 +0200, by Mads Kiilerich
-
changectx: ancestor should only prefer merge.preferancestor if it is a revision stableFri, 15 Aug 2014 02:46:44 +0200, by Mads Kiilerich
-
merge: show the scary multiple ancestor hint for merges only, not for updates stableFri, 15 Aug 2014 02:39:01 +0200, by Mads Kiilerich
-
discovery: prevent crash on unknown remote heads with old repo (issue4337) stableThu, 14 Aug 2014 16:26:41 -0700, by Pierre-Yves David
-
obsstore.create: add a simple safeguard against cyclic markers stableThu, 14 Aug 2014 14:59:42 -0700, by Pierre-Yves David
-
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
-
help: roll option list header into option formatterTue, 12 Aug 2014 03:53:33 -0500, by Matt Mackall
-
help: refactor helplist optlist messTue, 12 Aug 2014 03:42:09 -0500, by Matt Mackall
-
help: normalize topic and extension verbose hintsTue, 12 Aug 2014 03:25:51 -0500, by Matt Mackall
-
help: normalize hint about enabling extensionsTue, 12 Aug 2014 03:18:50 -0500, by Matt Mackall
-
help: normalize extension shadow hintTue, 12 Aug 2014 03:12:24 -0500, by Matt Mackall
-
help: improve command summary hintTue, 12 Aug 2014 03:09:26 -0500, by Matt Mackall
-
help: tweak --verbose command help hintTue, 12 Aug 2014 03:01:37 -0500, by Matt Mackall
-
hg-test-mode: don't highlight variables in outputTue, 12 Aug 2014 00:42:05 -0500, by Matt Mackall
-
test-run-tests: test --viewTue, 12 Aug 2014 00:40:24 -0500, by Matt Mackall
-
run-tests: don't show 'i' for tests that don't match a keywordTue, 12 Aug 2014 00:33:48 -0500, by Matt Mackall
-
repoview: filter tags to non-existent nodes from blockers (issue4328) stableTue, 12 Aug 2014 02:40:42 -0500, by Matt Mackall
-
revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) stableMon, 11 Aug 2014 23:45:08 -0400, by Michael O'Connor
-
run-tests: attempt to fix iolock handlingMon, 11 Aug 2014 17:45:50 -0500, by Matt Mackall
-
merge with stableMon, 11 Aug 2014 11:24:05 -0500, by Matt Mackall
-
check-code: allow an escape pattern to be specified for testpatternSat, 02 Aug 2014 17:04:53 -0700, by Pierre-Yves David
-
check-code: capture "wc" as a wordSat, 02 Aug 2014 17:01:55 -0700, by Pierre-Yves David
-
test-revert: improve commentWed, 25 Jun 2014 15:58:05 +0100, by Pierre-Yves David
-
largefiles: synchronize lfdirstate with dirstate after automated committingMon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: drop orphan entries from lfdristat at "hg rollback"Mon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: restore R status of removed largefiles correctly at "hg rollback"Mon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: factor out synchronization of lfdirstate for future useMon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
largefiles: put whole rollback-ing process into the same "wlock" scopeMon, 11 Aug 2014 22:29:43 +0900, by FUJIWARA Katsunori
-
tests: use a decorator for hghave checksMon, 11 Aug 2014 09:35:24 -0500, by Matt Mackall
-
hg-test-mode: colorize HGFOO and TESTFOO environment variablesSun, 10 Aug 2014 23:13:12 -0500, by Matt Mackall
-
unbundle: don't advance bookmarks (issue4322) (BC) stableSun, 10 Aug 2014 23:09:23 -0500, by Matt Mackall
-
merge with stableSun, 10 Aug 2014 15:26:33 -0500, by Matt Mackall
-
tests: more bundle2 non-binary file test fixes stableSun, 10 Aug 2014 15:26:12 -0500, by Matt Mackall
-
merge with stableSun, 10 Aug 2014 14:30:30 -0500, by Matt Mackall
-
hgweb: avoid config object race with hgwebdir (issue4326) stableSun, 10 Aug 2014 13:53:36 -0500, by Matt Mackall
-
test-commandserver.py: filter path separator stableSat, 09 Aug 2014 16:15:52 -0500, by Matt Mackall
-
merge with stableSat, 09 Aug 2014 16:06:01 -0500, by Matt Mackall
-
i18n-ru: fix RST breakage spotted by test-gendoc stableSat, 09 Aug 2014 16:04:36 -0500, by Matt Mackall
-
contrib: add emacs mode for *.t filesFri, 08 Aug 2014 17:45:36 -0500, by Matt Mackall
-
phase: attach phase to the transaction instead of the lockThu, 07 Aug 2014 14:11:36 -0700, by Pierre-Yves David
-
phase: extract the phaseroots serialization in a dedicated methodThu, 07 Aug 2014 14:41:00 -0700, by Pierre-Yves David
-
transaction: add a file generation mechanismThu, 07 Aug 2014 14:40:02 -0700, by Pierre-Yves David
-
transaction: backup file in a dedicated "namespace"Thu, 07 Aug 2014 10:54:17 -0700, by Pierre-Yves David
-
transaction: use `self.journal` to create backup fileThu, 07 Aug 2014 11:56:32 -0700, by Pierre-Yves David
-
memctx: add note about p2Tue, 17 Jun 2014 20:55:06 -0700, by Sean Farley
-
memfilectx: add remove and write methodsFri, 25 Jul 2014 20:20:26 -0500, by Sean Farley
-
workingfilectx: add remove and write methodsWed, 02 Jul 2014 14:01:01 -0500, by Sean Farley
-
memctx: create a filectxfn if it is not callableFri, 25 Jul 2014 19:36:01 -0500, by Sean Farley
-
test-patchbomb.t: work around Python change d579866d6419 (issue4188)Thu, 07 Aug 2014 11:39:19 -0400, by Augie Fackler
-
phase: add a transaction argument to retractboundaryTue, 05 Aug 2014 23:52:21 -0700, by Pierre-Yves David
-
phase: add a transaction argument to advanceboundaryWed, 06 Aug 2014 01:54:19 -0700, by Pierre-Yves David
-
pull: pre-filter remote phases before moving local onesWed, 06 Aug 2014 00:54:37 -0700, by Pierre-Yves David
-
test-check-commit-hg.t: automatically test all 'draft() and ::.' changesetsWed, 06 Aug 2014 01:40:51 -0700, by Pierre-Yves David
-
i18n-ru: sync with ad56fc55cbc3 (fuzzies) stableMon, 04 Aug 2014 18:51:18 +0400, by Alexander Sauta
-
i18n-ru: sync with ad56fc55cbc3 (missing strings) stableFri, 01 Aug 2014 19:49:28 +0400, by Alexander Sauta
-
i18n-ru: update 'revisions' translation stableWed, 30 Jul 2014 17:24:08 +0400, by Vladimir Zakharov
-
whitespace: nuke triple blank lines in **.pyThu, 07 Aug 2014 14:58:12 -0500, by Matt Mackall
-
check-commit: spot growing whitespaceThu, 07 Aug 2014 14:57:20 -0500, by Matt Mackall
-
strip: remove -b/--backup codepathsThu, 24 Jul 2014 15:06:08 -0400, by Jordi GutiƩrrez Hermoso
-
simplemerge: remove dead codeThu, 07 Aug 2014 12:51:45 -0400, by Jordi GutiƩrrez Hermoso
-
basectx: add missing, merge, and branch args to dirty methodTue, 17 Jun 2014 20:26:51 -0700, by Sean Farley
-
basefilectx: move isexec and islink from memfilectxFri, 25 Jul 2014 20:11:47 -0500, by Sean Farley
-
tests: fix pyflakes test whitespace breakageWed, 06 Aug 2014 12:16:58 -0500, by Matt Mackall
-
pushkey: wrap pushkey phase movement in a transactionWed, 06 Aug 2014 00:54:58 -0700, by Pierre-Yves David
-
push: wrap local phase movement in a transactionWed, 06 Aug 2014 00:54:15 -0700, by Pierre-Yves David
-
phase: wrap `hg phases` phase movement in a transactionWed, 06 Aug 2014 00:50:53 -0700, by Pierre-Yves David
-
mq: wrap qimport phase movement in a transactionWed, 06 Aug 2014 00:50:07 -0700, by Pierre-Yves David
-
mq: wrap qfinish phase movement in a transactionWed, 06 Aug 2014 00:48:51 -0700, by Pierre-Yves David
-
tests: change some #ifs to #requiresWed, 06 Aug 2014 11:53:08 -0500, by Matt Mackall
-
tests: replace exit 80 with #requireWed, 06 Aug 2014 11:43:59 -0500, by Matt Mackall
-
run-tests: add #require to abort full testWed, 06 Aug 2014 10:34:54 -0500, by Matt Mackall
-
run-tests: add support for xunit test reportsTue, 05 Aug 2014 21:17:11 -0400, by Augie Fackler
-
contrib: add check-commit hook script to sanity-check commitsWed, 06 Aug 2014 02:45:55 -0500, by Matt Mackall
-
shelve: use `targetphase` while unbundlingTue, 05 Aug 2014 13:51:13 -0700, by Pierre-Yves David
-
changegroup: add a `targetphase` argument to `addchangegroup`Tue, 05 Aug 2014 13:49:38 -0700, by Pierre-Yves David
-
shelve: do not retract phase boundary by handTue, 05 Aug 2014 14:37:45 -0700, by Pierre-Yves David
-
commit: update the --secret code to use backupconfig and restoreconfigTue, 05 Aug 2014 18:53:05 -0700, by Pierre-Yves David
-
rebase: do not retract phase boundary by handTue, 05 Aug 2014 13:22:44 -0700, by Pierre-Yves David
-
config: fix restoreconfig of non existing configTue, 05 Aug 2014 21:16:24 -0700, by Pierre-Yves David
-
push: use stepsdone for obsmarkers pushThu, 31 Jul 2014 13:51:17 -0700, by Pierre-Yves David
-
push: introduce a discovery step for obsmarkerSat, 05 Jul 2014 19:32:20 +0200, by Pierre-Yves David
-
push: move the list of obsmarker to push into the push operationSat, 05 Jul 2014 19:17:09 +0200, by Pierre-Yves David
-
push: explicitly encode a list of obsmarkers to pushFri, 04 Jul 2014 19:31:49 +0200, by Pierre-Yves David
-
merge-tools: add a `premerge=keep-merge3` config optionMon, 04 Aug 2014 16:32:41 -0700, by Pierre-Yves David
-
merge-tools: make premerge valid values extensibleMon, 04 Aug 2014 16:58:39 -0700, by Pierre-Yves David
-
mergetools: add a test for premerge --keepMon, 04 Aug 2014 16:50:15 -0700, by Pierre-Yves David
-
test-merge-tools: introduce a "revision 4" that merges with conflictMon, 04 Aug 2014 16:39:47 -0700, by Pierre-Yves David
-
merge: add an internal:merge3 toolTue, 05 Aug 2014 14:58:45 -0700, by Pierre-Yves David
-
internal:merge: update documentationTue, 05 Aug 2014 15:09:54 -0700, by Pierre-Yves David
-
filemerge: allow the formatting of three labels instead of twoTue, 05 Aug 2014 15:17:38 -0700, by Pierre-Yves David
-
filemerge: drop extra white spaceTue, 05 Aug 2014 15:12:22 -0700, by Pierre-Yves David
-
simplemerge: support three labels when mergingTue, 05 Aug 2014 15:10:50 -0700, by Pierre-Yves David
-
simplemerge: burn "minimal" feature to the groundTue, 05 Aug 2014 14:56:25 -0700, by Pierre-Yves David
-
merge: use no-minimal for premerge tooTue, 29 Jul 2014 11:55:01 -0700, by Pierre-Yves David
-
merge: refactor labels selection codeMon, 09 Jun 2014 23:37:36 -0700, by Pierre-Yves David
-
push: include phase push in the unified bundle2 pushTue, 01 Jul 2014 23:08:17 +0200, by Pierre-Yves David
-
push: perform phases discovery before the pushWed, 30 Jul 2014 19:26:47 -0700, by Pierre-Yves David
-
push: make discovery extensibleTue, 01 Jul 2014 17:06:02 +0200, by Pierre-Yves David
-
push: rework the bundle2partsgenerators logicWed, 30 Jul 2014 19:04:50 -0700, by Pierre-Yves David
-
push: move common heads computation into pushopTue, 01 Jul 2014 17:27:22 +0200, by Pierre-Yves David
-
push: extract fallback heads computation into pushopTue, 01 Jul 2014 17:20:47 +0200, by Pierre-Yves David
-
push: extract future heads computation into pushopTue, 01 Jul 2014 17:20:31 +0200, by Pierre-Yves David
-
cmdutil: use '[committemplate]' section like as map file for style definitionSat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
cmdutil: look commit template definition up by specified 'editform'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
import: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
commit: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
tag: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
graft: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
backout: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:27 +0900, by FUJIWARA Katsunori
-
transplant: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
shelve: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
rebase: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori