Mercurial > hg
graph
-
hgwebdir_wsgi: update script and expand helpFri, 19 Feb 2016 17:50:28 +0100, by Sune Foldager
-
bundlerepo: properly handle hidden linkrev in filelog (issue4945)Mon, 22 Feb 2016 18:35:40 +0100, by Pierre-Yves David
-
rebase: adds storing collapse message (issue4792)Wed, 17 Feb 2016 22:45:01 +0100, by liscju
-
test-automv: fix inline config settings for 5ec1ce8fdf0aMon, 22 Feb 2016 17:53:19 -0500, by Augie Fackler
-
automv: use 95 as the default similarity thresholdTue, 16 Feb 2016 15:58:32 +0000, by Martijn Pieters
-
bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)Fri, 19 Feb 2016 22:28:09 +0100, by liscju
-
worker: change partition strategy to every Nth elementSat, 20 Feb 2016 15:56:44 -0800, by Gregory Szorc
-
run-tests: allow run-tests.py to run tests outside current directoryThu, 18 Feb 2016 08:52:15 +0000, by David R. MacIver
-
histedit: unifying the way replacements are computed for abort and successTue, 16 Feb 2016 14:49:29 +0000, by Kostia Balytskyi
-
templater: factor out type conversion of revset() resultFri, 12 Feb 2016 18:39:48 +0900, by Yuya Nishihara
-
templater: evaluate each item of revset() as integer revisionFri, 12 Feb 2016 18:08:53 +0900, by Yuya Nishihara
-
demandimport: blacklist sqlalchemy.events as it has side effects (issue5085)Sat, 06 Feb 2016 19:16:12 +0900, by Yuya Nishihara
-
demandimport: enforce ignore list while processing modules in fromlistSat, 06 Feb 2016 19:09:10 +0900, by Yuya Nishihara
-
phases: use constants for phase valuesMon, 15 Feb 2016 16:49:52 -0800, by Gregory Szorc
-
test-paths: fix up json output to match $TESTTMP on WindowsWed, 20 Jan 2016 22:10:17 -0500, by Matt Harbison
-
test-obsolete: conditionalize a test dependent on chmodWed, 20 Jan 2016 21:56:37 -0500, by Matt Harbison
-
progress: display progress bar when HGPLAINEXCEPT contains "progress"Wed, 17 Feb 2016 15:18:30 -0800, by Matt Anderson
-
run-tests: stop allocating HGPORT3+HGPORT4Wed, 17 Feb 2016 19:38:44 +0000, by timeless
-
run-tests: refactor port allocation into functionsWed, 17 Feb 2016 19:36:32 +0000, by timeless
-
tests: put test-treemanifest.t on a port dietWed, 17 Feb 2016 19:34:01 +0000, by timeless
-
chg: pass sensitive command line flags to serverWed, 17 Feb 2016 15:00:47 +0000, by Jun Wu
-
chg: use mallocx and reallocx in hgclientWed, 17 Feb 2016 15:08:09 +0000, by Jun Wu
-
chg: add utility functions mallocx, reallocxWed, 17 Feb 2016 14:51:38 +0000, by Jun Wu
-
localrepo: move new repo requirements into standalone function (API)Mon, 15 Feb 2016 13:20:20 -0800, by Gregory Szorc
-
localrepo: isolate requirements determination from side effectsMon, 15 Feb 2016 13:19:07 -0800, by Gregory Szorc
-
localrepo: use local variable for requirements assignmentSat, 13 Feb 2016 14:42:17 -0800, by Gregory Szorc
-
destutil: ensure we offer 'hg update' hint when not at head in all casesTue, 09 Feb 2016 23:35:21 +0000, by Pierre-Yves David
-
chg: forward umask from client to serverMon, 15 Feb 2016 14:35:26 +0000, by Jun Wu
-
chgserver: add setumask methodMon, 15 Feb 2016 14:28:17 +0000, by Jun Wu
-
chgserver: use _readlist and _readstrTue, 16 Feb 2016 19:21:05 +0000, by Jun Wu
-
commandserver: use _readlistMon, 15 Feb 2016 14:20:41 +0000, by Jun Wu
-
commandserver: add _readstr and _readlistTue, 16 Feb 2016 19:11:45 +0000, by Jun Wu
-
extensions: add notloaded method to return extensions failed to loadWed, 10 Feb 2016 16:59:34 +0000, by Jun Wu
-
histedit: renaming parts to which _histedit was splitMon, 15 Feb 2016 14:57:06 +0000, by Kostia Balytskyi
-
histedit: break _histedit into smaller pieces (add _finishaction)Mon, 15 Feb 2016 12:07:33 +0000, by Kostia Balytskyi
-
automv: switch to specifying the similarity as an integer (0-100)Mon, 15 Feb 2016 17:24:42 +0000, by Martijn Pieters
-
automv: do not release lock between marking files and the actual commitMon, 15 Feb 2016 17:16:07 +0000, by Martijn Pieters
-
automv: reuse existing scutil._markchanges() functionMon, 15 Feb 2016 17:13:18 +0000, by Martijn Pieters
-
automv: improve function docstringsMon, 15 Feb 2016 17:01:33 +0000, by Martijn Pieters
-
automv: remove test for 'developer mode'Mon, 15 Feb 2016 16:51:31 +0000, by Martijn Pieters
-
automv: add some context for the testsMon, 15 Feb 2016 16:44:30 +0000, by Martijn Pieters
-
automv: simplify retrieving the statusMon, 15 Feb 2016 16:40:06 +0000, by Martijn Pieters
-
tests: change branches test to work cross platformMon, 08 Feb 2016 05:56:25 +0000, by timeless
-
histedit: change string literals to constants in goal namingMon, 15 Feb 2016 10:48:36 +0000, by Kostia Balytskyi
-
run-tests: add --chg option to install and run tests using chgSun, 07 Feb 2016 18:08:59 +0900, by Yuya Nishihara
-
run-tests: add --with-chg option to run tests using chgSun, 07 Feb 2016 16:34:12 +0900, by Yuya Nishihara
-
destutil: add more precise error classes for destmergeTue, 09 Feb 2016 23:30:41 +0000, by Pierre-Yves David
-
destutil: allow to disable the "on head check" in destmergeMon, 08 Feb 2016 22:58:15 +0000, by Pierre-Yves David
-
destutil: allow to specify an explicit source for the mergeMon, 08 Feb 2016 19:32:29 +0100, by Pierre-Yves David
-
destutil: remove current head from list of candidates earlyMon, 08 Feb 2016 18:12:06 +0100, by Pierre-Yves David
-
destutil: add an 'action' layer to the destmerge message dictionaryMon, 08 Feb 2016 17:53:44 +0100, by Pierre-Yves David
-
rebase: extract rebaseset and destination computation in a functionTue, 09 Feb 2016 23:49:55 +0000, by Pierre-Yves David
-
tests: have a more elaborated test for _destrebaseTue, 09 Feb 2016 22:47:20 +0000, by Pierre-Yves David
-
histedit: break _histedit function into smaller piecesSun, 14 Feb 2016 21:15:59 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _continueaction)Sun, 14 Feb 2016 21:00:05 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _newaction)Mon, 01 Feb 2016 17:20:51 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _editplanaction)Mon, 01 Feb 2016 14:12:38 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _abortaction)Mon, 01 Feb 2016 12:51:20 +0000, by Kostia Balytskyi
-
automv: new experimental extensionMon, 08 Feb 2016 13:52:51 +0000, by Martijn Pieters
-
match: override 'visitdir' in subdirmatcherFri, 05 Feb 2016 21:25:44 -0800, by Martin von Zweigbergk
-
run-tests: remove useless "failed" flag from addOutputMismatch()Sat, 09 Jan 2016 13:22:26 +0900, by Yuya Nishihara
-
tests: load json with no fallbackSat, 09 Jan 2016 13:20:15 +0900, by Yuya Nishihara
-
config: drop progress extension from sample hgrc as it is in core nowTue, 15 Dec 2015 23:50:48 +0900, by Yuya Nishihara
-
shelve: suggest the correct tool to continue (not unshelve)Thu, 04 Feb 2016 03:47:38 +0000, by timeless
-
histedit: suggest the correct tool to continue (not histedit)Thu, 04 Feb 2016 03:47:00 +0000, by timeless
-
rebase: suggest the correct tool to continue (not rebase)Thu, 04 Feb 2016 03:46:38 +0000, by timeless
-
graft: suggest the correct tool to continue (not graft)Thu, 04 Feb 2016 03:45:44 +0000, by timeless
-
cmdutil: provide a way to report how to continueSun, 14 Feb 2016 16:16:17 +0000, by timeless
-
hg: make cachedlocalrepo cache appropriate repoview objectSun, 14 Feb 2016 01:33:55 +0900, by FUJIWARA Katsunori
-
rebase: perform update through the 'update' commandSun, 14 Feb 2016 00:45:17 +0000, by Pierre-Yves David
-
rebase: 'hg pull --rebase' now update only if there was nothing to rebaseSat, 13 Feb 2016 16:59:32 +0000, by Pierre-Yves David
-
filectx: replace use of _filerev with _filenodeMon, 08 Feb 2016 14:17:11 -0800, by Durham Goode
-
verify: extract "manifest" constant into variableWed, 03 Feb 2016 15:53:48 -0800, by Martin von Zweigbergk
-
verify: use similar language for missing manifest and file revisionsSun, 07 Feb 2016 22:46:20 -0800, by Martin von Zweigbergk
-
verify: include "manifest" prefix in a few more placesTue, 02 Feb 2016 10:42:28 -0800, by Martin von Zweigbergk
-
verify: drop unnecessary check for nullidTue, 02 Feb 2016 09:46:14 -0800, by Martin von Zweigbergk
-
verify: move cross-checking of changeset/manifest out of _crosscheckfiles()Sun, 31 Jan 2016 00:10:56 -0800, by Martin von Zweigbergk
-
tests: add tests for missing revlogs and revlog entriesSun, 31 Jan 2016 21:55:52 -0800, by Martin von Zweigbergk
-
hook: don't crash on syntax errors in python hooksFri, 12 Feb 2016 14:50:10 -0800, by Siddharth Agarwal
-
hook: for python hook exceptions, add note to run with --tracebackFri, 12 Feb 2016 11:44:35 -0800, by Siddharth Agarwal
-
hook: add tests for failing post- python hooksFri, 12 Feb 2016 11:42:18 -0800, by Siddharth Agarwal
-
hook: even fewer parentheses for load errorsFri, 12 Feb 2016 11:34:04 -0800, by Siddharth Agarwal
-
destutil: document various failure casesMon, 08 Feb 2016 17:34:32 +0100, by Pierre-Yves David
-
destutil: consistently retrieve 'p1' and 'branch'Mon, 08 Feb 2016 14:56:28 +0100, by Pierre-Yves David
-
merge: give priority to "not at head" failures for bare 'hg merge'Mon, 08 Feb 2016 14:55:58 +0100, by Pierre-Yves David
-
destutil: extract all 'mergedest' abort messages into a dictionaryTue, 09 Feb 2016 21:14:37 +0000, by Pierre-Yves David
-
tests: add an explicit destination in some rebase testsMon, 08 Feb 2016 14:03:45 +0100, by Pierre-Yves David
-
tests: remove third head in some of the 'rebase-parameters' testsMon, 08 Feb 2016 14:02:53 +0100, by Pierre-Yves David
-
run-tests: allow to specify executable of any name by --with-hgSun, 07 Feb 2016 15:21:39 +0900, by Yuya Nishihara
-
run-tests: drop redundant assignment to BINDIRSun, 07 Feb 2016 16:02:41 +0900, by Yuya Nishihara
-
run-tests: cast --with-hg option to bytes consistently at parseargs()Sun, 07 Feb 2016 16:00:05 +0900, by Yuya Nishihara
-
run-tests: do not compare bytes with str while ordering testsSun, 07 Feb 2016 15:53:02 +0900, by Yuya Nishihara
-
clonebundles: use absolute_importTue, 09 Feb 2016 17:51:44 -0800, by Gregory Szorc
-
churn: use absolute_importTue, 09 Feb 2016 17:50:45 -0800, by Gregory Szorc
-
children: use absolute_importTue, 09 Feb 2016 17:34:32 -0800, by Gregory Szorc
-
censor: use absolute_importTue, 09 Feb 2016 17:33:10 -0800, by Gregory Szorc
-
bugzilla: use absolute_importTue, 09 Feb 2016 17:31:50 -0800, by Gregory Szorc
-
blackbox: use absolute_importTue, 09 Feb 2016 17:30:38 -0800, by Gregory Szorc
-
acl: use absolute_importTue, 09 Feb 2016 17:29:39 -0800, by Gregory Szorc
-
checkunknown: audit path before checking if it's a file or linkThu, 11 Feb 2016 17:23:10 -0800, by Durham Goode
-
pathauditor: change parts verification order to be root firstThu, 11 Feb 2016 17:04:33 -0800, by Durham Goode
-
chg: forward job control signals to worker process (issue5051)Tue, 19 Jan 2016 22:31:59 +0900, by Yuya Nishihara
-
chg: verify return value of sigaction() and sigemptyset()Fri, 29 Jan 2016 22:52:16 +0900, by Yuya Nishihara
-
chg: initialize sigaction fields more reliablyFri, 29 Jan 2016 22:42:22 +0900, by Yuya Nishihara
-
tests: confirm that a badly documented extension doesn't cause a crashFri, 12 Feb 2016 06:25:05 -0800, by Simon Farnsworth
-
bookmarks: avoid creating a nested repository during testingFri, 12 Feb 2016 14:24:48 +0000, by Martijn Pieters
-
dispatch: strip command line options like config file optionsMon, 08 Feb 2016 15:35:30 -0800, by Tony Tung
-
hook: for python hook ImportErrors, add note to run with --tracebackThu, 11 Feb 2016 22:52:23 -0800, by Siddharth Agarwal
-
hook: fewer parentheses for hook load errorsThu, 11 Feb 2016 22:41:20 -0800, by Siddharth Agarwal
-
hook: use sys.exc_info rather than the deprecated equivalentsThu, 11 Feb 2016 22:02:52 -0800, by Siddharth Agarwal
-
doc: describe full help document hierarchy to create a valid link in HTMLThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
doc: translate from :hg:`help config.SECTION` to a valid link to hgrc.5.htmlThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
doc: translate from :hg:`help config` to a valid link to hgrc.5.htmlThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
i18n: calculate correct line number in source of messages to be translatedThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
revsetbenchmark: handle exception caseWed, 10 Feb 2016 12:39:25 -0800, by Durham Goode
-
merge: minimize conflicts when common base is not shown (issue4447)Wed, 10 Feb 2016 09:06:08 -0800, by Ryan McElroy
-
merge: introduce method to minimize merge regionsWed, 10 Feb 2016 08:25:03 -0800, by Ryan McElroy
-
merge: add some useful documentationTue, 09 Feb 2016 15:25:09 -0800, by Ryan McElroy
-
encoding: backport paranoid escaping from templatefilters.jsonescape()Sun, 27 Dec 2015 19:58:11 +0900, by Yuya Nishihara
-
encoding: add option to escape non-ascii characters in JSONSun, 27 Dec 2015 19:28:34 +0900, by Yuya Nishihara