Mercurial > hg
graph
-
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
-
mq: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
histedit: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
gpg: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
fetch: pass 'editform' argument to 'cmdutil.getcommiteditor'Sat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
cmdutil: introduce 'editform' to distinguish the purpose of commit text editingSat, 02 Aug 2014 21:46:26 +0900, by FUJIWARA Katsunori
-
log: allow patterns with -fTue, 22 Jul 2014 22:40:16 -0700, by Durham Goode
-
run-tests: fix test result counts with --keyword specified or skips occurringMon, 28 Jul 2014 19:48:59 -0400, by Augie Fackler
-
test-run-tests.t: add tests for skipsTue, 29 Jul 2014 22:35:59 -0400, by Augie Fackler
-
test-run-tests.t: add extra data to tests for keyword testsMon, 28 Jul 2014 20:54:14 -0400, by Augie Fackler
-
purge: drop stat importMon, 04 Aug 2014 15:24:57 -0500, by Matt Mackall
-
run-tests: add iolock to failure outputMon, 04 Aug 2014 14:42:24 -0500, by Matt Mackall
-
merge with stableMon, 04 Aug 2014 14:32:34 -0500, by Matt Mackall
-
color: pass on key error for win32 (issue4298) stableFri, 01 Aug 2014 13:09:06 -0500, by Sean Farley
-
context: call normal on the right object stableFri, 01 Aug 2014 18:30:18 -0700, by Siddharth Agarwal
-
getbundle: add a ``cg`` boolean argument to control changegroup inclusionSat, 31 May 2014 16:48:29 -0700, by Pierre-Yves David
-
wireproto: add a ``boolean`` type for getbundle parametersThu, 22 May 2014 17:20:52 -0700, by Pierre-Yves David
-
i18n: detect UI language without POSIX-style locale variable on Windows (BC)Sun, 03 Aug 2014 19:19:23 +0900, by Yuya Nishihara
-
locate: use ctx.matches instead of ctx.walkFri, 01 Aug 2014 22:16:54 -0700, by Siddharth Agarwal
-
context: add a method to efficiently filter by match if possibleFri, 01 Aug 2014 22:07:29 -0700, by Siddharth Agarwal
-
dirstate: add a method to efficiently filter by matchFri, 01 Aug 2014 22:05:16 -0700, by Siddharth Agarwal
-
purge: prefer util.unlink instead over own removefileSat, 02 Aug 2014 09:45:21 +0100, by Christian Ebert
-
keyword: bump copyright yearSat, 02 Aug 2014 09:44:45 +0100, by Christian Ebert
-
keyword: really clean up kwdemo temp treeSat, 02 Aug 2014 09:44:11 +0100, by Christian Ebert
-
graft: make --force apply across continues (issue3220)Sat, 26 Jul 2014 14:54:36 -0700, by Siddharth Agarwal
-
graft: allow regrafting ancestors with --force (issue3220)Fri, 25 Jul 2014 18:21:16 -0700, by Siddharth Agarwal
-
test-obsolete: better logging templateFri, 04 Jul 2014 19:52:39 +0200, by Pierre-Yves David
-
run-tests: '--time' option provide more details to Linux usersThu, 26 Jun 2014 01:22:50 +0530, by anuraggoel
-
merge with stableFri, 01 Aug 2014 18:32:52 -0500, by Matt Mackall
-
status: do not reverse deleted and unknown stable 3.1Fri, 01 Aug 2014 13:01:35 -0700, by Pierre-Yves David
-
status: don't drop unknown and ignored information (issue4321) stableFri, 01 Aug 2014 12:49:00 -0700, by Pierre-Yves David
-
status: explicitly exclude removed file from unknown and ignored stableFri, 01 Aug 2014 13:13:24 -0700, by Pierre-Yves David
-
i18n-ja: synchronized with f582fa1167f7 stableFri, 01 Aug 2014 17:29:02 +0900, by FUJIWARA Katsunori
-
log: do not use exact matcher for --patch --follow without file (issue4319) stableFri, 01 Aug 2014 21:36:56 +0900, by Yuya Nishihara
-
qimport: record imported revs incrementally (issue3874) stableThu, 31 Jul 2014 16:32:12 -0500, by Matt Mackall
-
i18n-ja: synchronized with 838025b15925 stableFri, 01 Aug 2014 01:13:53 +0900, by FUJIWARA Katsunori
-
help: always show command help with -h (issue4240) stableThu, 31 Jul 2014 14:31:31 -0500, by Matt Mackall
-
templater: add i18n comments to error messages of newly added functions stableFri, 01 Aug 2014 02:14:24 +0900, by FUJIWARA Katsunori
-
commands: make the warning message for "patch --partial" translatable stableFri, 01 Aug 2014 02:14:24 +0900, by FUJIWARA Katsunori
-
convert: fix argument mismatch at formatting the abort message stableFri, 01 Aug 2014 02:14:24 +0900, by FUJIWARA Katsunori
-
debuginstall: handle quoted path for editor (issue4316) stableThu, 31 Jul 2014 10:31:56 +0100, by Alexandre Garnier
-
test-bundle2: move file mode setting after sys import stableWed, 30 Jul 2014 18:28:37 -0500, by Matt Mackall
-
config: allow 'user' in .hgrc ui section (issue3169) stableSat, 26 Jul 2014 09:27:11 +0300, by anatoly techtonik
-
doc: unify help text for "--edit" option stableWed, 30 Jul 2014 00:14:52 +0900, by FUJIWARA Katsunori
-
doc: unify help text for "--message" option stableWed, 30 Jul 2014 00:13:59 +0900, by FUJIWARA Katsunori
-
histedit: respect revsetalias entries (issue4311) stableMon, 28 Jul 2014 19:20:13 -0400, by Augie Fackler
-
graft: add a reference to revsets to the help text (issue3362) stableMon, 28 Jul 2014 10:05:17 +0200, by Alexander Becher
-
i18n: add parenthesis in Brazilian translation of the resolve message stableSat, 26 Jul 2014 03:35:42 +0200, by Pierre-Yves David
-
resolve: add parenthesis around "no more unresolved files" message stableSat, 26 Jul 2014 03:32:49 +0200, by Pierre-Yves David
-
help: drop reference to glog in templates topic stableFri, 25 Jul 2014 15:38:26 -0500, by Matt Mackall
-
help: use --template to specify existing style stableMon, 21 Jul 2014 11:44:20 +0900, by Yuya Nishihara
-
test-status: add test for removed-and-untracked state (BC) stableThu, 24 Jul 2014 23:39:25 +0900, by Yuya Nishihara
-
bundle2: only use callable return as reply handler stableWed, 02 Jul 2014 16:13:48 +0200, by Pierre-Yves David
-
resolve: report no argument warning using a hint stableThu, 24 Jul 2014 14:29:08 -0700, by Nathan Goldbaum
-
revset: optimize baseset.__sub__ (issue4313) stableThu, 24 Jul 2014 12:12:12 -0700, by Gregory Szorc
-
memctx: substate needs to be {} instead of None stableWed, 16 Jul 2014 13:07:39 -0500, by Sean Farley
-
version: don't traceback if no extensions to list (issue4312) stableWed, 23 Jul 2014 11:16:22 -0500, by Matt Mackall
-
largefiles: use "normallookup" on "lfdirstate" while reverting stableWed, 23 Jul 2014 00:10:24 +0900, by FUJIWARA Katsunori
-
largefiles: invoke "normallookup" on "lfdirstate" for merged files stableWed, 23 Jul 2014 00:10:24 +0900, by FUJIWARA Katsunori
-
largefiles: use "normallookup", if "mtime" of standin is unset stableTue, 22 Jul 2014 23:59:34 +0900, by FUJIWARA Katsunori
-
dirstate: delay writing out to ensure timestamp of each entries explicitly stableTue, 22 Jul 2014 23:59:30 +0900, by FUJIWARA Katsunori
-
tests: cat error messages are different on Solaris stableMon, 21 Jul 2014 11:27:24 -0700, by Danek Duvall
-
merge default into stable for 3.1 code freeze stable 3.1-rcSat, 19 Jul 2014 00:10:22 -0500, by Matt Mackall
-
revset: avoid a ValueError when 'only()' is given an empty setFri, 18 Jul 2014 19:46:56 -0400, by Matt Harbison
-
cmdutil: make commit message shown in text editor customizable by templateTue, 15 Jul 2014 23:34:13 +0900, by FUJIWARA Katsunori
-
commiteditor: refactor default extramsgFri, 18 Jul 2014 23:15:28 -0500, by Matt Mackall
-
filemerge: add internal:tagmerge merge toolThu, 26 Jun 2014 01:20:25 +0200, by Angel Ezquerra
-
filemerge: use non-minimal conflict marker regions (BC)Fri, 18 Jul 2014 21:49:52 -0500, by Matt Mackall
-
test: use more elaborated content in ``test-conflict.t``Mon, 09 Jun 2014 03:49:07 -0700, by Pierre-Yves David
-
run-tests: make --view work againFri, 18 Jul 2014 17:52:18 -0500, by Matt Mackall
-
filemerge: use 'basic' as the default of '[ui] mergemarkers' for safetySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
largefiles: avoid unnecessary creation of .hg/largefiles when opening lfdirstateThu, 17 Jul 2014 20:17:17 -0400, by Matt Harbison
-
run-tests: write out scripts in binary modeTue, 05 Nov 2013 14:47:35 -0500, by Augie Fackler
-
match: use util.re.escape instead of re.escapeTue, 15 Jul 2014 15:34:50 -0700, by Siddharth Agarwal
-
util.re: add an escape methodTue, 15 Jul 2014 15:14:45 -0700, by Siddharth Agarwal
-
util.re: move check for re2 into a separate methodTue, 15 Jul 2014 15:01:52 -0700, by Siddharth Agarwal
-
util: remove no longer used compilereTue, 15 Jul 2014 14:52:40 -0700, by Siddharth Agarwal
-
commands: use util.re.compile instead of util.compilereTue, 15 Jul 2014 14:52:22 -0700, by Siddharth Agarwal
-
config: use util.re.compile instead of util.compilereTue, 15 Jul 2014 14:50:58 -0700, by Siddharth Agarwal
-
match: use util.re.compile instead of util.compilereTue, 15 Jul 2014 14:49:45 -0700, by Siddharth Agarwal
-
util: move compilere to a classTue, 15 Jul 2014 14:40:43 -0700, by Siddharth Agarwal
-
util: rename 're' to 'remod'Tue, 15 Jul 2014 14:35:19 -0700, by Siddharth Agarwal
-
bundle2-push: drop _pushbundle2extrapartsWed, 02 Jul 2014 15:47:39 +0200, by Pierre-Yves David
-
bundle2-test: use the new way to extend push contentWed, 02 Jul 2014 16:10:14 +0200, by Pierre-Yves David
-
bundle2-push: introduce a list of part generating functionsWed, 02 Jul 2014 15:26:04 +0200, by Pierre-Yves David
-
bundle2-push: move changegroup push validation inside _pushb2ctxWed, 02 Jul 2014 12:55:09 +0200, by Pierre-Yves David
-
push: use `stepsdone` to control changegroup push through bundle10 or bundle20Mon, 07 Jul 2014 12:30:31 +0200, by Pierre-Yves David
-
push: add a ``pushop.stepsdone`` attributeWed, 02 Jul 2014 12:48:54 +0200, by Pierre-Yves David
-
bundle2: add a ``bundle20.nbparts`` propertyWed, 02 Jul 2014 16:17:54 +0200, by Pierre-Yves David
-
bundle2-push: extract changegroup logic in its own functionWed, 02 Jul 2014 11:42:35 +0200, by Pierre-Yves David
-
bundle2: call _pushbundle2extraparts a bit soonerWed, 02 Jul 2014 14:09:24 +0200, by Pierre-Yves David
-
templatekw: add 'subrepos' keyword to show updated subrepositoriesTue, 15 Jul 2014 23:34:13 +0900, by FUJIWARA Katsunori
-
templatekw: add 'currentbookmark' keyword to show current bookmark easilyTue, 15 Jul 2014 23:34:13 +0900, by FUJIWARA Katsunori
-
context: extend efficient manifest filtering to when all paths are filesWed, 16 Jul 2014 14:53:03 -0700, by Siddharth Agarwal
-
revset: remove no longer used _missingancestors revsetSat, 12 Jul 2014 00:37:08 -0700, by Siddharth Agarwal
-
revset: replace _missingancestors optimization with only revsetSat, 12 Jul 2014 00:31:36 -0700, by Siddharth Agarwal
-
tags: introduce _readtaghist functionSat, 28 Jun 2014 01:42:39 +0200, by Angel Ezquerra
-
subrepo: ensure "close()" execution at the end of "_initrepo()"Fri, 20 Jun 2014 00:42:35 +0900, by FUJIWARA Katsunori
-
subrepo: add test whether "[paths]" is configured correctly at subrepo creationFri, 20 Jun 2014 00:41:31 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "close()" execution at the end of "_cachestorehash()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "close()" execution at the end of "_readstorehashcache()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "close()" execution at the end of "_calcfilehash()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
subrepo: ensure "lock.release()" execution at the end of "storeclean()"Fri, 20 Jun 2014 00:21:19 +0900, by FUJIWARA Katsunori
-
largefiles: confirm existence of outgoing largefile entities in remote storeMon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
largefiles: show also how many data entities are outgoing at "hg outgoing"Mon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
largefiles: show also how many data entities are outgoing at "hg summary"Mon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
largefiles: add tests for summary/outgoing improved in subsequent patchesMon, 07 Jul 2014 18:45:46 +0900, by FUJIWARA Katsunori
-
context: generate filtered manifest efficiently for exact matchersSat, 12 Jul 2014 17:59:03 -0700, by Siddharth Agarwal
-
manifestdict: add a new method to intersect with a set of filesSat, 12 Jul 2014 17:57:25 -0700, by Siddharth Agarwal
-
log: use an exact matcher for --patch --followSat, 12 Jul 2014 18:31:18 -0700, by Siddharth Agarwal
-
merge with stableWed, 16 Jul 2014 17:35:04 -0500, by Matt Mackall
-
log: make --patch --follow work inside a subdirectory stableSat, 12 Jul 2014 02:23:17 -0700, by Siddharth Agarwal
-
mergetools: add --nofork option to gvimdiff.diffargs for extdiffSat, 12 Jul 2014 20:07:24 +0900, by Yuya Nishihara
-
contrib/vagrant: use Vagrant for running tests on virtual machineSat, 05 Jul 2014 16:32:28 +0300, by anatoly techtonik
-
merge with stableMon, 14 Jul 2014 18:53:03 -0500, by Matt Mackall
-
log: allow revset for --follow to be lazily evaluatedSat, 12 Jul 2014 20:44:00 -0700, by Siddharth Agarwal
-
parsers: remove unused getintat functionMon, 14 Jul 2014 15:42:31 -0700, by Siddharth Agarwal
-
revset: maintain ordering when subtracting from a baseset (issue4289)Mon, 14 Jul 2014 17:55:31 -0500, by Matt Mackall
-
cmdutil: separate building commit text from 'commitforceeditor'Tue, 15 Jul 2014 00:59:09 +0900, by FUJIWARA Katsunori
-
convert: detect removal of ".gitmodules" at git source revisions correctly stableMon, 14 Jul 2014 23:33:59 +0900, by FUJIWARA Katsunori
-
templates: escape NUL bytes in jsonescape (issue4303) stableMon, 14 Jul 2014 12:44:45 -0500, by Matt Mackall
-
localrepo: document localrepo.hook()Sat, 12 Jul 2014 10:52:58 -0700, by Gregory Szorc
-
filemerge: use 'util.ellipsis' to trim custom conflict markers correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
filemerge: use only the first line of the generated conflict marker for safetySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.colwidth' to get column width of items correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.trim' to trim items in output line correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
encoding: add 'leftside' argument into 'trim' to switch trimming sideSun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.colwidth' to get column width of output line correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
progress: use 'encoding.trim' to trim output line correctlySun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
histedit: use 'util.ellipsis' to trim description of each changesetsSun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
util: replace 'ellipsis' implementation by 'encoding.trim'Sun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
encoding: add 'trim' to trim multi-byte characters at most specified columnsSun, 06 Jul 2014 02:56:41 +0900, by FUJIWARA Katsunori
-
bugzilla: stop trying to cache setup across hook invocation stableThu, 03 Jul 2014 10:48:37 +0100, by Jim Hague
-
strip: drop -b/--backup option (BC)Fri, 11 Jul 2014 18:04:51 -0500, by Matt Mackall
-
purge: add options for deleting only files or only directoriesThu, 07 Nov 2013 17:24:14 -0800, by Ben Kehoe
-
shelve: accept '--edit' like other commands creating new changesetFri, 20 Jun 2014 16:15:38 +0900, by FUJIWARA Katsunori
-
shelve: refactor option combination check to easily add new onesFri, 20 Jun 2014 16:15:38 +0900, by FUJIWARA Katsunori
-
merge with stableWed, 09 Jul 2014 12:30:12 -0500, by Matt Mackall
-
test-extension: add check for 'hg version -v' listing enabled extensionsTue, 08 Jul 2014 22:57:54 -0400, by Augie Fackler
-
version: show enabled extensions (issue4209)Tue, 10 Jun 2014 13:44:37 +0300, by anatoly techtonik
-
strip: remove bookmarks after strip succeed (issue4295)Tue, 08 Jul 2014 16:24:23 -0700, by David Soria Parra
-
templater: introduce word functionThu, 12 Jun 2014 18:02:23 -0700, by Ryan McElroy
-
committablectx: move __contains__ into workingctxThu, 03 Jul 2014 23:01:37 -0500, by Sean Farley
-
memctx: explicitly set substate to NoneWed, 02 Jul 2014 15:24:43 -0500, by Sean Farley
-
bookmarks: avoid deleting primary bookmarks on rebase stableTue, 08 Jul 2014 14:45:55 -0500, by Matt Mackall
-
Merge with crew.Sun, 06 Jul 2014 15:43:26 -0400, by Augie Fackler
-
Merge with stable.Sun, 06 Jul 2014 15:39:01 -0400, by Augie Fackler
-
setup: fixed for Pythons which don't have a CFLAGS stableSat, 05 Jul 2014 07:31:08 -0700, by Alex Gaynor
-
util.h: declare dirstateTupleType variable instead of defining itThu, 03 Jul 2014 19:05:04 +0200, by AndrƩ Sintzoff
-
test-context: add test for performing a diff on a memctxFri, 13 Jun 2014 15:59:18 -0700, by Sean Farley
-
test-context: add test for memctx statusFri, 13 Jun 2014 15:56:11 -0700, by Sean Farley
-
memctx: add _manifest implementation that computes the filenodeThu, 29 May 2014 16:12:59 -0500, by Sean Farley
-
basectx: pass raw context objects to patch.diffTue, 29 Apr 2014 16:43:59 -0500, by Sean Farley
-
patch: use ctx.node() instead of bare node variableWed, 14 Aug 2013 13:10:27 -0500, by Sean Farley
-
merge with stableWed, 02 Jul 2014 00:01:13 -0500, by Matt Mackall
-
i18n-ja: synchronized with a4b67bf1f0a5 stableMon, 30 Jun 2014 19:09:01 +0900, by FUJIWARA Katsunori
-
rebase: fix bug that caused transitive copy records to disappear (issue4192) stableSat, 07 Jun 2014 15:23:12 -0400, by Augie Fackler
-
cmdutil: add copy-filtering support to duplicatecopies stableSat, 07 Jun 2014 15:14:36 -0400, by Augie Fackler
-
dispatch: handle empty IOError argsTue, 01 Jul 2014 19:54:48 -0500, by Matt Mackall
-
repoview: do not crash when localtags refers to non existing revisions stableSun, 29 Jun 2014 13:52:35 +0200, by Angel Ezquerra
-
templater: add symbol to errorThu, 12 Jun 2014 18:07:21 -0700, by Ryan McElroy
-
templater: introduce startswith functionThu, 12 Jun 2014 17:53:37 -0700, by Ryan McElroy
-
templatefilter: add splitlines functionThu, 12 Jun 2014 17:45:41 -0700, by Ryan McElroy
-
serve: tidy up indent level of repository not found messageThu, 01 May 2014 19:57:25 +0900, by Yuya Nishihara
-
serve: inline checkrepo() that is used only when --stdio is specifiedThu, 01 May 2014 19:54:43 +0900, by Yuya Nishihara
-
serve: make sure to print "listening at" message immediatelySat, 28 Jun 2014 13:02:44 +0900, by Yuya Nishihara
-
merge with stableFri, 27 Jun 2014 15:20:50 -0700, by Matt Mackall
-
match: make glob '**/' match the empty string stableWed, 25 Jun 2014 14:50:48 -0700, by Siddharth Agarwal
-
tags: read tag info into a sorted dict (rather than into a regular dict)Sun, 23 Feb 2014 03:13:21 +0100, by Angel Ezquerra
-
config: move config.sortdict class into utilSun, 23 Feb 2014 01:56:31 +0100, by Angel Ezquerra
-
hg: add support for HGUNICODEPEDANTRY environment variableMon, 23 Jun 2014 09:33:07 -0400, by Augie Fackler
-
dirstate.status: assign members one by one instead of unpacking the tupleTue, 27 May 2014 21:02:16 -0700, by Siddharth Agarwal
-
dirstate.status: assign members one by one instead of unpacking the tupleTue, 27 May 2014 21:02:16 -0700, by Siddharth Agarwal
-
parsers: inline fields of dirstate values in C versionTue, 27 May 2014 14:27:41 -0700, by Siddharth Agarwal
-
dirstate: add dirstatetuple to create dirstate valuesTue, 27 May 2014 17:10:28 -0700, by Siddharth Agarwal
-
parsers: remove no longer used dirstate_unsetTue, 27 May 2014 15:22:23 -0700, by Siddharth Agarwal
-
pack_dirstate: in C version, for invalidation set dict to what we write to diskTue, 27 May 2014 15:17:38 -0700, by Siddharth Agarwal
-
record: update comment to match codeThu, 26 Jun 2014 11:10:28 -0400, by Jordi GutiƩrrez Hermoso
-
hg: update newly added listdir function of vfs in cloneSat, 21 Jun 2014 14:49:49 +0530, by Chinmay Joshi
-
hg: use vfs functions in cloneSat, 21 Jun 2014 14:44:09 +0530, by Chinmay Joshi
-
hg: update util.writefile method to use write with vfs in shareSat, 21 Jun 2014 14:40:29 +0530, by Chinmay Joshi
-
hg: update to use vfs functions in shared destination repositorySat, 21 Jun 2014 14:37:39 +0530, by Chinmay Joshi
-
hg: use vfs functions in destination repository with shareSat, 21 Jun 2014 14:29:20 +0530, by Chinmay Joshi
-
vfs: add listdir for os.listdir in vfsFri, 20 Jun 2014 21:18:14 +0530, by Chinmay Joshi
-
templater: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:56 -0400, by Augie Fackler
-
hook: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:38 -0400, by Augie Fackler
-
help: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:24 -0400, by Augie Fackler
-
extensions: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:06 -0400, by Augie Fackler
-
fancyopts: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:24:16 -0400, by Augie Fackler
-
gendoc: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:23:57 -0400, by Augie Fackler
-
check-seclevel: restore use of callable() since it was readded in Python 3.2Mon, 23 Jun 2014 09:23:47 -0400, by Augie Fackler
-
check-code: drop ban on callable() which was restored in Python 3.2Mon, 23 Jun 2014 09:22:53 -0400, by Augie Fackler
-
diff: add nobinary config to suppress git-style binary diffsSat, 21 Jun 2014 15:56:49 +1000, by Stephen Lee
-
branchmap: don't use ui.warn for debug messageMon, 23 Jun 2014 13:50:44 -0500, by Matt Mackall
-
branch: add debug message for branch cache write failureMon, 23 Jun 2014 13:46:42 -0500, by Matt Mackall
-
record: define inferrepo in command decoratorSun, 04 May 2014 22:36:07 -0700, by Gregory Szorc
-
mq: define inferrepo in command decoratorSun, 04 May 2014 22:30:47 -0700, by Gregory Szorc
-
largefiles: define inferrepo in command decoratorSun, 04 May 2014 22:23:45 -0700, by Gregory Szorc
-
keyword: define inferrepo in command decoratorSun, 04 May 2014 22:32:15 -0700, by Gregory Szorc
-
hgk: define inferrepo in command decoratorSun, 04 May 2014 22:33:22 -0700, by Gregory Szorc
-
graphlog: define inferrepo in command decoratorSun, 04 May 2014 22:28:46 -0700, by Gregory Szorc
-
extdiff: define inferrepo in command decoratorSun, 04 May 2014 22:29:27 -0700, by Gregory Szorc
-
children: define inferrepo in command decoratorSun, 04 May 2014 22:25:28 -0700, by Gregory Szorc
-
churn: define inferrepo in command decoratorSun, 04 May 2014 22:24:38 -0700, by Gregory Szorc
-
commands: define inferrepo in command decoratorSun, 04 May 2014 22:22:59 -0700, by Gregory Szorc
-
cmdutil: support inferrepo in command decoratorSun, 04 May 2014 22:20:00 -0700, by Gregory Szorc
-
keyword: define optionalrepo in command decoratorSun, 04 May 2014 22:16:56 -0700, by Gregory Szorc
-
commands: define optionalrepo in command decoratorSun, 04 May 2014 22:16:05 -0700, by Gregory Szorc
-
cmdutil: add optionalrepo argument to command decoratorSun, 04 May 2014 22:12:34 -0700, by Gregory Szorc
-
tests: define norepo in command decoratorSun, 04 May 2014 22:07:45 -0700, by Gregory Szorc
-
share: define norepo in command decoratorSun, 04 May 2014 22:03:11 -0700, by Gregory Szorc
-
mq: define norepo in command decoratorSun, 04 May 2014 22:04:14 -0700, by Gregory Szorc
-
largefiles: define norepo in command decoratorSun, 04 May 2014 21:11:15 -0700, by Gregory Szorc
-
convert: define norepo in command decoratorSun, 04 May 2014 22:02:25 -0700, by Gregory Szorc
-
commands: define norepo in command decoratorSun, 04 May 2014 20:57:01 -0700, by Gregory Szorc
-
commands: add norepo argument to command decoratorSun, 04 May 2014 20:58:25 -0700, by Gregory Szorc
-
cmdutil: better document command()Sun, 04 May 2014 18:45:04 -0700, by Gregory Szorc
-
convert: update the transplant, rebase and graft references in 'extra'Wed, 11 Jun 2014 22:19:29 -0400, by Matt Harbison
-
merge with stableWed, 18 Jun 2014 20:59:36 -0500, by Matt Mackall
-
run-tests: hold iolock across diff/prompt when interactiveWed, 18 Jun 2014 20:51:49 -0500, by Matt Mackall
-
bookmarks: improve the bookmark help (issue4244)Wed, 18 Jun 2014 15:26:07 -0500, by Matt Mackall
-
push: restore contents of HG_URL for hooks (issue4268) stableWed, 18 Jun 2014 19:46:18 -0500, by Matt Mackall
-
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239) stableWed, 18 Jun 2014 13:47:14 -0500, by Matt Mackall
-
hgweb: avoid initialization race (issue4280) stableMon, 16 Jun 2014 13:30:46 -0500, by Matt Mackall
-
p4: accept changesets with no description (issue4282) stableMon, 16 Jun 2014 12:04:48 -0500, by Matt Mackall
-
merge with stableSat, 14 Jun 2014 11:56:20 -0500, by Matt Mackall
-
test-run-tests.t: test the --nodiff optionFri, 30 May 2014 12:57:58 -0700, by Pierre-Yves David
-
test-run-tests.t: test the --interactive optionFri, 30 May 2014 12:12:12 -0700, by Pierre-Yves David
-
run-tests: fixes the '--interactive' option errorFri, 13 Jun 2014 14:45:23 +0530, by anuraggoel
-
run-tests: checks behaviour of test on failure while testingFri, 13 Jun 2014 14:33:02 +0530, by anuraggoel
-
merge with stableFri, 13 Jun 2014 17:42:04 -0500, by Matt Mackall
-
revlog: hold a private reference to self._cache stableFri, 13 Jun 2014 14:17:14 -0500, by Matt Mackall
-
tests: cat error messages are different on Solaris stableMon, 09 Jun 2014 10:34:21 -0700, by Danek Duvall
-
error: restore python 2.4 compatibility for BundleValueErrorTue, 10 Jun 2014 17:00:31 -0700, by Brendan Cully
-
i18n: explicitly decode paragraphsThu, 12 Jun 2014 14:40:45 -0500, by Matt Mackall
-
minirst: explicitly decode substitutionsFri, 13 Jun 2014 14:14:02 -0500, by Matt Mackall
-
test-run-tests.t: tests --jobs optionFri, 30 May 2014 12:12:03 -0700, by Pierre-Yves David
-
test-run-tests.t: test --debug optionFri, 30 May 2014 12:11:51 -0700, by Pierre-Yves David
-
test-run-tests.t: test selection of testfile from the command lineFri, 30 May 2014 12:11:39 -0700, by Pierre-Yves David
-
test-run-tests.t: tests the --retest optionFri, 30 May 2014 12:11:17 -0700, by Pierre-Yves David
-
run-tests: fixes the number of tests ran when '--retest' is enabledThu, 12 Jun 2014 03:20:28 +0530, by anuraggoel
-
run-tests: skipped test should not produce 'i' mark while retestingThu, 12 Jun 2014 02:36:52 +0530, by anuraggoel
-
test-run-tests.t: test running a failing testFri, 30 May 2014 12:10:56 -0700, by Pierre-Yves David
-
run-tests: filter whitespace at end of error diffsFri, 13 Jun 2014 16:36:53 -0500, by Matt Mackall
-
run-tests: produce '!' mark after running a failing testThu, 12 Jun 2014 01:28:22 +0530, by anuraggoel
-
run-tests: produce error on running a failing testThu, 12 Jun 2014 01:36:57 +0530, by anuraggoel
-
test-run-tests.t: test running a passing testFri, 30 May 2014 12:10:19 -0700, by Pierre-Yves David
-
run-tests: don't check for the mercurial library used when using --with-hgTue, 10 Jun 2014 14:32:52 -0700, by Pierre-Yves David
-
test: introduce test-run-tests.tFri, 30 May 2014 12:09:49 -0700, by Pierre-Yves David
-
tests: comment the main purpose of ``test-unified-test.t``Fri, 30 May 2014 11:40:24 -0700, by Pierre-Yves David
-
tests: rename ``test-run-tests.t`` to ``test-unified-test.t``Fri, 30 May 2014 11:35:45 -0700, by Pierre-Yves David
-
wireproto: rephrase the error message for unknown getbundle parametersTue, 27 May 2014 14:45:31 -0700, by Pierre-Yves David
-
patchbomb: reorder header insertions to clarify codeSat, 07 Jun 2014 11:32:37 -0400, by Augie Fackler
-
patchbomb: always use message-id of first patch for series-idSat, 07 Jun 2014 11:06:15 -0400, by Augie Fackler
-
test-patchbomb: normalize glob lines and record their constructionSat, 07 Jun 2014 11:30:06 -0400, by Augie Fackler