Mercurial > hg
graph
-
transplant: widen wlock scope of transplant for consitency while processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
shelve: remove redundant acquisition of wlock for sub commands of unshelveWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
shelve: widen wlock scope of unshelve for consistency while processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
perf: add perflrucachedict commandSun, 06 Dec 2015 17:07:50 -0800, by Gregory Szorc
-
tests/filterpyflakes: use absolute_importSun, 06 Dec 2015 22:22:09 -0800, by Gregory Szorc
-
tests/fakepatchtime.py: use absolute_importSun, 06 Dec 2015 22:14:39 -0800, by Gregory Szorc
-
tests/fakedirstatewritetime.py: use absolute_importSun, 06 Dec 2015 22:13:36 -0800, by Gregory Szorc
-
tests/dumbhttp: use absolute_importSun, 06 Dec 2015 22:12:07 -0800, by Gregory Szorc
-
tests/autodiff.py: use absolute_importSun, 06 Dec 2015 22:10:10 -0800, by Gregory Szorc
-
tests/test-ancestor: use absolute_importSun, 06 Dec 2015 22:07:13 -0800, by Gregory Szorc
-
tests: add test for Python 3 compatibilitySun, 06 Dec 2015 22:39:12 -0800, by Gregory Szorc
-
merge with stableMon, 07 Dec 2015 18:06:13 -0600, by Matt Mackall
-
localrepo: reinstate localrepo.parents with a deprecation warningSat, 05 Dec 2015 23:14:49 -0800, by Pierre-Yves David
-
bookmark: deprecate 'bmstore.write' methodSat, 05 Dec 2015 23:34:07 -0800, by Pierre-Yves David
-
ui: add a 'deprecwarn' helper to issue deprecation warningsSat, 05 Dec 2015 23:05:49 -0800, by Pierre-Yves David
-
ui: add a 'stacklevel' argument to 'develwarn'Sat, 05 Dec 2015 23:05:33 -0800, by Pierre-Yves David
-
import-checker: tell which symbol causes "direct symbol import"Sun, 06 Dec 2015 14:28:35 +0900, by Yuya Nishihara
-
import-checker: allow absolute imports of sub modules from local packagesSun, 06 Dec 2015 14:18:19 +0900, by Yuya Nishihara
-
manifest: use 't' for tree manifest flagFri, 04 Dec 2015 14:24:45 -0800, by Martin von Zweigbergk
-
test: update the docstring of 'test-devel-warnings.t' extensionSat, 05 Dec 2015 23:06:03 -0800, by Pierre-Yves David
-
setup.py: don't rewrite @LIBDIR@ when creating wheelsSat, 05 Dec 2015 17:52:50 -0800, by Gregory Szorc
-
setup.py: attempt to build and install hg.exe on WindowsFri, 04 Dec 2015 00:24:48 -0800, by Gregory Szorc
-
merge.graft: add option to keep second parentThu, 03 Dec 2015 23:01:59 -0500, by Andrew Halberstadt
-
ui: support declaring path push urls as sub-optionsSat, 05 Dec 2015 21:11:04 -0800, by Gregory Szorc
-
ui: pass ui instance to path.__init__Sun, 06 Dec 2015 12:31:46 -0800, by Gregory Szorc
-
ui: store pushloc as separate attributeSun, 06 Dec 2015 11:49:02 -0800, by Gregory Szorc
-
commands: add debugdeltachain commandSat, 05 Dec 2015 23:37:46 -0800, by Gregory Szorc
-
histedit: pick an appropriate base changeset by default (BC)Sat, 24 Oct 2015 19:56:39 +0100, by Gregory Szorc
-
rebase: remove extra "if" from check of collapsing named branchesSat, 05 Dec 2015 23:50:13 +0900, by Yuya Nishihara
-
rebase: drop redundant functions to keep branch and graft source explicitlySat, 05 Dec 2015 23:48:22 +0900, by Yuya Nishihara
-
color: drop useless override of ui.popbuffer()Sat, 05 Dec 2015 23:41:11 +0900, by Yuya Nishihara
-
repoview: bypass changelog method to computed cache keyFri, 04 Dec 2015 14:22:15 -0800, by Pierre-Yves David
-
repoview: stop recomputing cached key in all caseFri, 04 Dec 2015 14:04:24 -0800, by Pierre-Yves David
-
commands.debugindexdot: use cmdutil.openrevlog()Sat, 05 Dec 2015 21:40:38 -0800, by Gregory Szorc
-
commands: unify argument handling for revlog debug commandsSat, 05 Dec 2015 21:47:39 -0800, by Gregory Szorc
-
commit: fix rest syntax of examplesSun, 06 Dec 2015 17:16:37 +0900, by Yuya Nishihara
-
ui: optionally ignore sub-options from configitems()Sat, 05 Dec 2015 20:24:39 -0800, by Gregory Szorc
-
ui: add method to return option and all sub-optionsSat, 05 Dec 2015 20:20:57 -0800, by Gregory Szorc
-
revlog: don't consider nullrev when choosing delta baseFri, 04 Dec 2015 17:46:56 -0800, by Martin von Zweigbergk
-
revlog: make calls to _isgooddelta() consistentFri, 04 Dec 2015 17:14:14 -0800, by Martin von Zweigbergk
-
revlog: clarify which revision is added to 'tested' when using cached deltaFri, 04 Dec 2015 16:45:06 -0800, by Martin von Zweigbergk
-
revlog: remove unused variable 'chainlen'Fri, 04 Dec 2015 17:22:26 -0800, by Martin von Zweigbergk
-
commit: adjust the quoting in the examples to be Windows friendlySat, 05 Dec 2015 22:19:48 -0500, by Matt Harbison
-
wireproto: config options to disable bundle1Fri, 04 Dec 2015 15:12:11 -0800, by Gregory Szorc
-
dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) stableMon, 07 Dec 2015 17:39:31 +0100, by Mathias De Maré
-
exchange: standalone function to determine if bundle2 is requestedFri, 04 Dec 2015 13:31:01 -0800, by Gregory Szorc
-
wireproto: add docstring for wirepeerFri, 04 Dec 2015 13:15:14 -0800, by Gregory Szorc
-
commit: add some help examples (issue4963)Fri, 04 Dec 2015 15:24:05 -0500, by Augie Fackler
-
changegroup: restate file linknode callback using generator expressionsFri, 04 Dec 2015 11:39:03 -0500, by Augie Fackler
-
changegroup: clean up file lookup functionFri, 04 Dec 2015 11:38:02 -0500, by Augie Fackler
-
changegroup: remove one special case from lookupmflinknodeFri, 04 Dec 2015 10:55:46 -0500, by Augie Fackler
-
changegroup: drop 'if True' that made the previous change clearerFri, 04 Dec 2015 10:35:45 -0500, by Augie Fackler
-
changegroup: avoid iterating the whole manifestFri, 04 Dec 2015 10:34:58 -0500, by Augie Fackler
-
posix: work around "posix" systems without os.link available (issue4974)Fri, 04 Dec 2015 15:59:46 -0500, by Augie Fackler
-
pathutil: use temporary variables instead of complicated wrappingThu, 03 Dec 2015 13:14:20 -0800, by Pierre-Yves David
-
context: use a the nofsauditor when matching file in history (issue4749)Thu, 03 Dec 2015 13:23:46 -0800, by Pierre-Yves David
-
localrepo: add a second auditor without file system checkThu, 03 Dec 2015 13:22:36 -0800, by Pierre-Yves David
-
pathauditor: add a way to skip file system checkThu, 03 Dec 2015 10:40:19 -0800, by Pierre-Yves David
-
pathauditor: move file system specific check in their own functionThu, 03 Dec 2015 12:22:48 -0800, by Pierre-Yves David
-
contrib: disable SSLv3_method() to build old Python with recent libsslSat, 07 Nov 2015 16:31:04 +0900, by Yuya Nishihara
-
rebase: only clear rebase status after the rebase transaction has completedThu, 03 Dec 2015 08:31:20 -0800, by Laurent Charignon
-
dirstate: don't write repo.currenttransaction to repo.dirstate if repo stableThu, 03 Dec 2015 01:38:21 +0100, by Sietse Brouwer
-
tests: test changegroup generation for filtered changesets (issue4982) stableWed, 02 Dec 2015 14:20:13 -0800, by Gregory Szorc
-
parsers: fix parse_dirstate to check len before unpacking header (issue4979) stableWed, 02 Dec 2015 23:04:58 +0900, by Yuya Nishihara
-
mercurial: support loading modules from zipimporterThu, 03 Dec 2015 21:25:05 -0800, by Gregory Szorc
-
mercurial: don't load C extensions from PyPyTue, 24 Nov 2015 22:21:51 -0800, by Gregory Szorc
-
mercurial: be more strict about loading dual implemented modulesTue, 24 Nov 2015 22:50:04 -0800, by Gregory Szorc
-
setup: refactor handling of modules with C/Python implementationsThu, 03 Dec 2015 21:48:12 -0800, by Gregory Szorc
-
check-seclevel: set module load policy to Python onlyTue, 24 Nov 2015 22:53:55 -0800, by Gregory Szorc
-
mercurial: implement import hook for handling C/Python modulesThu, 03 Dec 2015 21:37:01 -0800, by Gregory Szorc
-
changegroup: document manifest linkrev callback some moreThu, 03 Dec 2015 10:56:05 -0500, by Augie Fackler
-
changegroup: note during bundle apply if the repo was emptyWed, 02 Dec 2015 14:32:17 -0500, by Augie Fackler
-
histedit: improve missing rule suggestionWed, 02 Dec 2015 07:41:35 +0000, by timeless
-
graphlog: make node symbol templatable by ui.graphnodetemplate optionSat, 14 Nov 2015 17:25:43 +0900, by Yuya Nishihara
-
templatekw: avoid slow creation of changectx objects in showgraphnode()Sat, 14 Nov 2015 17:02:57 +0900, by Yuya Nishihara
-
graphlog: extract "graphnode" template keyword that represents node symbolSat, 14 Nov 2015 16:58:18 +0900, by Yuya Nishihara
-
graphlog: move creation of workingdir-parent nodes to displaygraph()Sat, 14 Nov 2015 16:45:15 +0900, by Yuya Nishihara
-
builddeb: read default distribution and codename from lsb_releaseWed, 25 Nov 2015 18:07:33 +0800, by Anton Shestakov
-
builddeb: remove unused --debbuilddir optionWed, 25 Nov 2015 15:26:03 +0800, by Anton Shestakov
-
builddeb: add --distid option to specify Distributor IDWed, 25 Nov 2015 15:15:03 +0800, by Anton Shestakov
-
builddeb: rename --release option to --codenameWed, 25 Nov 2015 14:59:43 +0800, by Anton Shestakov
-
histedit: get rid of state.rulesWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: change state.rules uses to state.actionsWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add tostate method to histedit actionWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: remove makedescWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: use torule instead of makedesc in ruleeditorWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add torule method to histedit action objectsWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add verify() to histeditactionWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add addhisteditaction decoratorWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add actions property to histedit stateWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
check-commit: remove confusion between summary line and other headersFri, 06 Nov 2015 17:27:42 -0500, by Pierre-Yves David
-
shelve: execute checkunfinished inside wlock scopeWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
shelve: widen wlock scope of shelve for consistency while processingWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
gpg: make sign acquire wlock before processingWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
commands: execute checkunfinished and bailifchanged inside wlock scopeWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
commands: widen wlock scope of graft for consitency while processingWed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
commands: make backout acquire locks before processingWed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
commands: make commit acquire locks before processing (issue4368)Wed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
addrevision: use general delta when the incoming base delta is badTue, 01 Dec 2015 16:15:59 -0800, by Pierre-Yves David
-
test: use a bigger manifest in general delta testTue, 01 Dec 2015 18:11:00 -0800, by Pierre-Yves David
-
addrevision: rework generaldelta computationTue, 01 Dec 2015 18:45:16 -0800, by Pierre-Yves David
-
bmstore: close file in a finally block in _writerepoWed, 11 Nov 2015 21:03:48 -0500, by Augie Fackler
-
bmstore: add basic clean-state trackingWed, 11 Nov 2015 21:01:23 -0500, by Augie Fackler
-
bookmarks: hoist getbkfile out of bmstore classWed, 11 Nov 2015 20:45:38 -0500, by Augie Fackler
-
bookmarks: document getbkfile methodWed, 11 Nov 2015 20:43:25 -0500, by Augie Fackler
-
hgweb: load server settings from --web-conf (issue4699)Sat, 31 Oct 2015 22:50:03 +0900, by Yuya Nishihara
-
extdiff: correctly handle deleted subrepositories (issue3153)Tue, 17 Nov 2015 16:42:52 -0600, by Andrew Zwicky
-
hgweb: make sure command options are set to all ui objectsSat, 21 Nov 2015 13:28:12 +0900, by Yuya Nishihara
-
hgweb: eliminate duck-typing to select hgweb or hgwebdir by command optionSat, 31 Oct 2015 22:26:50 +0900, by Yuya Nishihara
-
addrevision: only use the incoming base if it is a good delta (issue4975)Tue, 01 Dec 2015 16:06:20 -0800, by Pierre-Yves David
-
addrevision: handle code path not producing deltaTue, 01 Dec 2015 16:22:49 -0800, by Pierre-Yves David
-
addrevision: rename 'd' to 'delta'Tue, 01 Dec 2015 15:29:11 -0800, by Pierre-Yves David
-
strip: add a --keep test related to removing files from dirstateMon, 30 Nov 2015 11:23:15 -0800, by Christian Delahousse
-
dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuildMon, 30 Nov 2015 11:23:15 -0800, by Christian Delahousse
-
debugrebuilddirstate: added tests for --minimal flagTue, 01 Dec 2015 10:52:36 -0800, by Christian Delahousse
-
debugdirstate: add command to rebuildstate test to modify dirstateTue, 01 Dec 2015 11:17:14 -0800, by Christian Delahousse
-
graft: improve --continue abort messageWed, 02 Dec 2015 06:33:52 +0000, by timeless
-
summary: mention graftWed, 02 Dec 2015 06:31:12 +0000, by timeless
-
histedit: mention histedit-last-edit.txt on abortWed, 02 Dec 2015 08:07:36 +0000, by timeless
-
histedit: add missing raise keyword to statementWed, 02 Dec 2015 07:40:42 +0000, by timeless
-
histedit: improve grammar for _histedit commentWed, 02 Dec 2015 07:39:49 +0000, by timeless
-
test-fncache: ensure lock doesn't look held to __del__Tue, 01 Dec 2015 14:44:08 -0500, by Augie Fackler
-
commands: inline definition of localrepo.parents() and drop the method (API)Wed, 11 Nov 2015 20:07:15 -0500, by Augie Fackler
-
localrepo: document nodebookmarksWed, 11 Nov 2015 20:02:05 -0500, by Augie Fackler
-
localrepo: remove clone method by hoisting into hg.pyWed, 11 Nov 2015 19:47:49 -0500, by Augie Fackler
-
filemerge: default regular prompts to 'leave unresolved' (BC)Tue, 01 Dec 2015 09:48:38 -0800, by Siddharth Agarwal
-
filemerge: add a 'leave unresolved' option to change/delete promptsMon, 30 Nov 2015 13:43:55 -0800, by Siddharth Agarwal
-
filemerge: add a 'leave unresolved' option to regular promptsMon, 30 Nov 2015 11:17:18 -0800, by Siddharth Agarwal
-
filemerge: add debug output for whether this is a change/delete conflictWed, 25 Nov 2015 14:25:26 -0800, by Siddharth Agarwal
-
webcommands: test that fctx is not None in filediff()Sat, 28 Nov 2015 17:06:29 +0800, by Anton Shestakov
-
webcommands: stop using ersatz if-else ternary operator for rename variableSat, 28 Nov 2015 16:46:31 +0800, by Anton Shestakov
-
webcommands: get correct parents when comparing a removed file (issue4962)Sat, 28 Nov 2015 16:02:22 +0800, by Anton Shestakov
-
repair: use bookmarks.recordchange instead of bookmarks.writeMon, 30 Nov 2015 16:38:29 -0800, by Laurent Charignon
-
commit: add amend mode for commit -iMon, 30 Nov 2015 16:37:42 -0800, by Laurent Charignon
-
commit: add a way to return more information from the chunkselectorMon, 30 Nov 2015 16:35:21 -0800, by Laurent Charignon
-
histedit: edit with custom filenameSat, 21 Nov 2015 17:40:26 +0200, by Mykola Nikishov
-
ui: allow open editor with custom filenameSat, 21 Nov 2015 22:04:09 +0200, by Mykola Nikishov
-
help: make help deprecated mention the extensionMon, 30 Nov 2015 20:45:07 +0000, by timeless
-
help: make listexts less confusing for deprecated extsMon, 30 Nov 2015 20:44:22 +0000, by timeless
-
patchbomb: rename email functionSun, 29 Nov 2015 06:51:23 +0000, by timeless
-
graphlog: rename glog functionSun, 29 Nov 2015 06:51:23 +0000, by timeless
-
commit: preserve extra when amending with commit --amendSat, 28 Nov 2015 04:11:57 -0500, by Mike Edgar
-
graft: copy extra (except branch) when copying changesetsSat, 28 Nov 2015 04:11:38 -0500, by Mike Edgar
-
rebase: propagate extra dict from rebase source changesetSat, 28 Nov 2015 04:11:14 -0500, by Mike Edgar
-
histedit: add examplesWed, 25 Nov 2015 18:26:48 +0100, by Mathias De Maré
-
commands: add examples for 'addremove'Wed, 25 Nov 2015 18:10:59 +0100, by Mathias De Maré
-
commands: add example for 'hg add'Wed, 25 Nov 2015 18:10:31 +0100, by Mathias De Maré
-
extensions: refuse to load extensions if minimum hg version not metTue, 24 Nov 2015 15:16:25 -0800, by Gregory Szorc
-
run-tests: add --slowtimeout and use it for slow testsWed, 25 Nov 2015 00:39:05 +0000, by timeless
-
serve: unify cmdutil.service() calls of commandserver and hgwebSat, 31 Oct 2015 22:17:05 +0900, by Yuya Nishihara
-
hgweb: extract factory function of httpservice objectSat, 31 Oct 2015 22:15:16 +0900, by Yuya Nishihara
-
hgweb: move httpservice object from commands moduleSat, 31 Oct 2015 21:57:45 +0900, by Yuya Nishihara
-
merge: move almost all change/delete conflicts to resolve phase (BC) (API)Wed, 25 Nov 2015 14:25:33 -0800, by Siddharth Agarwal
-
test-merge-changedelete.t: print out debugmergestateWed, 25 Nov 2015 14:26:46 -0800, by Siddharth Agarwal
-
debugmergestate: also recognize change/delete conflicts in the merge stateTue, 24 Nov 2015 18:26:21 -0800, by Siddharth Agarwal
-
debugmergestate: print out null nodes as 'null'Mon, 30 Nov 2015 10:26:37 -0800, by Siddharth Agarwal
-
test-merge-force.t: check .orig files separatelyTue, 24 Nov 2015 15:03:00 -0800, by Siddharth Agarwal
-
merge.recordupdates: mark 'a' files as added unconditionallyTue, 24 Nov 2015 15:26:51 -0800, by Siddharth Agarwal
-
merge: add a new action type representing files to add/mark as modifiedMon, 30 Nov 2015 10:19:39 -0800, by Siddharth Agarwal
-
mergestate: add a cached property accessor for the local contextMon, 30 Nov 2015 10:03:21 -0800, by Siddharth Agarwal
-
mergestate: raise exception if otherctx is accessed but _other isn't setMon, 30 Nov 2015 10:05:09 -0800, by Siddharth Agarwal
-
pager: improve help for --pager=Mon, 30 Nov 2015 18:47:33 +0000, by timeless
-
setup: remove unused py_modules argument to setup()Tue, 24 Nov 2015 21:17:26 -0800, by Gregory Szorc
-
test-merge-changedelete.t: add resolve --list outputMon, 23 Nov 2015 13:45:56 -0800, by Siddharth Agarwal
-
test-merge-changedelete.t: add a file with regular merge conflictsMon, 23 Nov 2015 13:43:14 -0800, by Siddharth Agarwal
-
filemerge: in ':prompt', use ':fail' tool rather than returning directlyTue, 24 Nov 2015 10:58:35 -0800, by Siddharth Agarwal
-
filemerge: in ':fail' tool, write out other side if local side is deletedTue, 24 Nov 2015 10:57:01 -0800, by Siddharth Agarwal
-
mergestate: explicitly forget 'dc' conflicts where the deleted side is pickedMon, 23 Nov 2015 18:03:25 -0800, by Siddharth Agarwal
-
merge.applyupdates: add all actions returned from merge stateMon, 23 Nov 2015 19:06:15 -0800, by Siddharth Agarwal
-
identify: refer to log to be able to view full hashesFri, 27 Nov 2015 20:23:23 +0100, by Mathias De Maré
-
log: add 'hg log' example for full hashesFri, 27 Nov 2015 20:23:02 +0100, by Mathias De Maré
-
backout: add examples to clarify basic usageFri, 02 Oct 2015 07:48:23 +0200, by Mathias De Maré
-
gpg: rename sigcheck functionWed, 25 Nov 2015 06:10:54 +0000, by timeless
-
extensions: properly mark progress as part of coreTue, 24 Nov 2015 18:40:16 -0500, by Augie Fackler
-
test-help: don't use progress extension for the test of argument parsingFri, 27 Nov 2015 23:10:48 +0900, by Yuya Nishihara
-
hghave.py: fix matchoutput documentationTue, 24 Nov 2015 22:31:56 +0000, by timeless
-
dispatch: use versiontuple()Tue, 24 Nov 2015 14:23:46 -0800, by Gregory Szorc
-
util: add versiontuple() for returning parsed version informationTue, 24 Nov 2015 14:23:51 -0800, by Gregory Szorc
-
extensions: rename _ignore to _builtin, add descriptive commentTue, 24 Nov 2015 16:38:54 -0800, by Bryan O'Sullivan
-
ui: avoid needless casting to a strSun, 22 Nov 2015 14:44:55 -0800, by Gregory Szorc
-
ui: remove labeled argument from popbufferTue, 24 Nov 2015 11:23:10 -0800, by Gregory Szorc
-
color: evaluate labels at write timeSun, 22 Nov 2015 14:18:42 -0800, by Gregory Szorc
-
cmdutil: pass labeled=True to pushbuffer()Sun, 22 Nov 2015 14:13:25 -0800, by Gregory Szorc
-
ui: track label expansion when creating buffersSun, 22 Nov 2015 14:10:48 -0800, by Gregory Szorc
-
docker: match more version of 'hg docker version' (issue4967) stable 3.6.2Tue, 24 Nov 2015 18:13:25 -0800, by Pierre-Yves David
-
localrepo.commit: check all files for resolve state (issue4972) stableMon, 30 Nov 2015 16:31:28 -0800, by Siddharth Agarwal
-
test-contrib-perf: add smoke tests for perf.pyTue, 24 Nov 2015 21:41:12 +0000, by timeless
-
contrib/perf: perfparents handle filtered reposTue, 24 Nov 2015 21:36:20 +0000, by timeless
-
contrib/perf: perfparents handle tiny reposTue, 24 Nov 2015 20:54:14 +0000, by timeless
-
contrib/perf: fix perfmergecalculateTue, 24 Nov 2015 21:44:16 +0000, by timeless
-
contrib/perf: fix perffncachewriteTue, 24 Nov 2015 22:01:11 +0000, by timeless
-
contrib/perf: omit duplicated functionTue, 24 Nov 2015 20:05:15 +0000, by timeless
-
contrib/perf: name functions to match decoratorsTue, 24 Nov 2015 20:08:21 +0000, by timeless
-
hghave.py: remove execute bitTue, 24 Nov 2015 22:26:43 +0000, by timeless
-
format: create new repository as 'generaldelta' by defaultMon, 02 Nov 2015 17:33:18 +0000, by Pierre-Yves David
-
shelve: use colon instead of quotes in 'changes to' descriptionSun, 22 Nov 2015 21:40:23 -0800, by Siddharth Agarwal
-
merge.applyupdates: create absentfilectxes for change/delete conflictsSun, 22 Nov 2015 21:58:28 -0800, by Siddharth Agarwal
-
mergestate: add methods to queue files to remove, add or getSun, 22 Nov 2015 21:59:52 -0800, by Siddharth Agarwal
-
resolve: record dirstate actions after performing resolutionsSun, 15 Nov 2015 21:27:22 -0800, by Siddharth Agarwal
-
mergestate: add a way to record pending dirstate actionsFri, 20 Nov 2015 16:55:01 -0800, by Siddharth Agarwal
-
merge.recordupdates: don't require action keys to be present in dictSun, 15 Nov 2015 21:55:46 -0800, by Siddharth Agarwal
-
histedit: constant-ify the constraints listMon, 23 Nov 2015 10:13:05 -0500, by Augie Fackler
-
histedit: add an experimental base actionTue, 17 Nov 2015 15:04:31 -0800, by Mateusz Kwapich
-
histedit: add abortdirty functionTue, 17 Nov 2015 17:53:52 -0800, by Mateusz Kwapich
-
histedit: add forceother constraintThu, 12 Nov 2015 16:40:33 -0800, by Mateusz Kwapich
-
histedit: make verification configurableTue, 17 Nov 2015 16:37:26 -0800, by Mateusz Kwapich
-
paper: show current revision on file log pageFri, 13 Nov 2015 18:31:58 +0800, by Anton Shestakov
-
merge.applyupdates: extend action queues with ones returned from mergestateFri, 20 Nov 2015 11:26:31 -0800, by Siddharth Agarwal
-
mergestate: add a method to compute actions to perform on dirstateFri, 20 Nov 2015 16:43:25 -0800, by Siddharth Agarwal
-
merge.applyupdates: use counters from mergestateFri, 20 Nov 2015 16:37:39 -0800, by Siddharth Agarwal
-
mergestate: add a function to return the number of unresolved filesFri, 20 Nov 2015 16:18:51 -0800, by Siddharth Agarwal
-
mergestate: add a method to return updated/merged/removed countsFri, 20 Nov 2015 16:17:54 -0800, by Siddharth Agarwal
-
mergestate._resolve: don't return the action any moreFri, 20 Nov 2015 16:32:47 -0800, by Siddharth Agarwal
-
mergestate._resolve: store return code and action for each fileFri, 20 Nov 2015 16:08:22 -0800, by Siddharth Agarwal
-
revsetbenchmarks: support benchmarking changectx loadingSat, 21 Nov 2015 15:43:04 -0800, by Gregory Szorc
-
perf: support obtaining contexts from perfrevsetSat, 21 Nov 2015 15:39:18 -0800, by Gregory Szorc
-
localrepo: improve docstring for revset methodsSat, 21 Nov 2015 11:07:30 -0800, by Gregory Szorc
-
revlog: improve documentationSun, 22 Nov 2015 16:23:20 -0800, by Gregory Szorc
-
demandimport: don't enable when running under PyPySat, 21 Nov 2015 22:28:01 -0800, by Gregory Szorc
-
ui.write: don't clear progress bar when writing to a bufferSat, 14 Nov 2015 17:14:14 -0800, by Gregory Szorc
-
test-resolve: fix '--tool f' invocation for WindowsSun, 22 Nov 2015 21:20:08 -0500, by Matt Harbison
-
util.datestr: use divmod()Sat, 14 Nov 2015 17:30:10 -0800, by Gregory Szorc
-
cmdutil.changeset_printer: pass context into showpatch()Sat, 14 Nov 2015 17:44:01 -0800, by Gregory Szorc
-
context: avoid extra parents lookupsSat, 21 Nov 2015 19:21:01 -0800, by Gregory Szorc
-
context: optimize _parents()Sat, 21 Nov 2015 19:04:12 -0800, by Gregory Szorc
-
test-histedit: $TESTTMP quoting fixes for WindowsSun, 22 Nov 2015 13:05:21 -0500, by Matt Harbison
-
lsprof: support PyPy (issue4573)Sat, 21 Nov 2015 23:26:22 -0800, by Gregory Szorc
-
base85: clean up function definition styleWed, 11 Nov 2015 19:10:45 -0500, by Augie Fackler
-
rebase: use bookmarks.recordchange instead of bookmarks.writeFri, 20 Nov 2015 14:06:31 -0800, by Laurent Charignon
-
rebase: indentation change to make the next patch more legibleFri, 20 Nov 2015 11:36:05 -0800, by Laurent Charignon
-
test-run-tests: conditionalize the $TESTDIR check for Windows separatorMon, 16 Nov 2015 16:56:00 -0500, by Matt Harbison
-
test-context: conditionalize the workingfilectx date printing for WindowsMon, 09 Nov 2015 17:15:36 -0500, by Matt Harbison
-
test-mq-qrefresh: drop single quoting of HGEDITOR value for WindowsMon, 16 Nov 2015 14:37:03 -0500, by Matt Harbison
-
test-import: don't use printf to append an extension to $HGRCPATHMon, 16 Nov 2015 14:12:27 -0500, by Matt Harbison
-
test-ssh: stop quoting dummyssh invocation for WindowsMon, 16 Nov 2015 13:44:27 -0500, by Matt Harbison
-
strip: use repo._bookmarks.recordchange instead of repo._bookmarks.writeFri, 20 Nov 2015 13:46:36 -0800, by Laurent Charignon
-
histedit: make use of bookmarks.recordchange instead of bookmarks.writeFri, 20 Nov 2015 13:23:47 -0800, by Laurent Charignon
-
largefiles: fall back to the original for change/delete conflictsWed, 18 Nov 2015 17:40:13 -0800, by Siddharth Agarwal
-
mergestate.add: store absentfilectxes as nullhexSat, 14 Nov 2015 00:07:11 -0800, by Siddharth Agarwal
-
mergestate._resolve: handle change/delete conflictsFri, 20 Nov 2015 01:14:15 -0800, by Siddharth Agarwal
-
filemerge: don't try to copy files known to be absentSat, 14 Nov 2015 00:00:46 -0800, by Siddharth Agarwal
-
hgweb: use absolute_importSat, 31 Oct 2015 22:07:40 +0900, by Yuya Nishihara
-
hgweb: import wsgicgi at top levelSun, 01 Nov 2015 15:09:35 +0900, by Yuya Nishihara
-
hgweb: import BaseHTTPServer as module at top levelSun, 01 Nov 2015 15:07:08 +0900, by Yuya Nishihara
-
hgweb: do not import hgweb_mod.hgweb and .makebreadcrumb as symbolSun, 01 Nov 2015 14:23:23 +0900, by Yuya Nishihara
-
filemerge: don't try using external tools on change/delete conflictsFri, 13 Nov 2015 23:57:43 -0800, by Siddharth Agarwal
-
filemerge: don't attempt to premerge change/delete conflictsFri, 13 Nov 2015 23:56:00 -0800, by Siddharth Agarwal
-
filemerge._mergecheck: add check for change/delete conflictsFri, 13 Nov 2015 23:58:05 -0800, by Siddharth Agarwal
-
filemerge._picktool: only pick from nomerge tools for change/delete conflictsSun, 15 Nov 2015 21:40:15 -0800, by Siddharth Agarwal
-
filemerge: add support for change/delete conflicts to the ':prompt' toolFri, 13 Nov 2015 23:52:26 -0800, by Siddharth Agarwal
-
filemerge: add support for change/delete conflicts to the ':other' merge toolWed, 18 Nov 2015 15:41:50 -0800, by Siddharth Agarwal
-
filemerge: add support for change/delete conflicts to the ':local' merge toolWed, 18 Nov 2015 15:40:28 -0800, by Siddharth Agarwal
-
merge.mergestate: compute dirstate actionThu, 19 Nov 2015 10:50:02 -0800, by Siddharth Agarwal
-
filemerge: return whether the file was deletedWed, 18 Nov 2015 14:22:52 -0800, by Siddharth Agarwal
-
filemerge: return whether the file is deleted from all other merge toolsWed, 18 Nov 2015 13:55:31 -0800, by Siddharth Agarwal
-
filemerge: return whether the file is deleted for nomerge internal toolsWed, 18 Nov 2015 13:52:28 -0800, by Siddharth Agarwal
-
mergestate: allow storing and retrieving change/delete conflictsWed, 18 Nov 2015 15:46:45 -0800, by Siddharth Agarwal
-
strip: changing bookmark argument to be a listThu, 19 Nov 2015 12:50:10 +0530, by Shubhanshu Agrawal
-
strip: strip a list of bookmarksSun, 15 Nov 2015 21:03:44 +0530, by Shubhanshu Agrawal
-
revset: speed up '_matchfiles'Wed, 18 Nov 2015 23:23:03 -0800, by Pierre-Yves David
-
mergestate: handle additional record types speciallyWed, 18 Nov 2015 15:46:45 -0800, by Siddharth Agarwal
-
test-resolve.t: remove completely unnecessary lineWed, 18 Nov 2015 23:42:32 -0800, by Siddharth Agarwal
-
resolve: fix incorrect mergeWed, 18 Nov 2015 23:43:18 -0800, by Siddharth Agarwal
-
fileset: add missing() predicate (issue4925)Wed, 18 Nov 2015 20:55:32 +0100, by liscju
-
webutil: make _siblings into an object with __iter__ and __len__Tue, 10 Nov 2015 17:22:40 +0800, by Anton Shestakov
-
mergestate: move binary format documentation into _readrecordsv2Wed, 18 Nov 2015 16:39:30 -0800, by Siddharth Agarwal
-
unshelve: add support for custom merge toolsWed, 18 Nov 2015 15:11:23 -0800, by Siddharth Agarwal
-
unshelve: shed spurious spaceWed, 18 Nov 2015 15:18:16 -0800, by Siddharth Agarwal
-
unshelve: add -k as short form of --keepWed, 18 Nov 2015 15:04:03 -0800, by Siddharth Agarwal
-
import-checker: allow symbol imports from hgweb.common and .requestSun, 01 Nov 2015 13:55:21 +0900, by Yuya Nishihara
-
perf: un-bitrot perfstatusThu, 19 Nov 2015 15:02:27 -0600, by Matt Mackall
-
util: drop statmtimesecThu, 19 Nov 2015 13:15:17 -0600, by Matt Mackall
-
util: disable floating point stat times (issue4836)Thu, 19 Nov 2015 13:21:24 -0600, by Matt Mackall
-
rebase: refactoring to avoid repetition of expressionWed, 18 Nov 2015 15:58:06 -0800, by Laurent Charignon
-
rebase: remove an unused todoWed, 18 Nov 2015 16:06:00 -0800, by Laurent Charignon
-
rebase: don't rebase obsolete commits with no successorWed, 18 Nov 2015 13:44:29 -0800, by Laurent Charignon
-
rebase: fix a typo in test-rebase-obsoleteWed, 18 Nov 2015 13:46:42 -0800, by Laurent Charignon
-
merge with stableWed, 18 Nov 2015 20:59:17 -0600, by Matt Mackall
-
hgweb: unify import style of error classesSun, 01 Nov 2015 14:43:25 +0900, by Yuya Nishihara
-
hgweb: do not import templatefilters.revescape and websub as symbolSun, 01 Nov 2015 14:00:14 +0900, by Yuya Nishihara
-
hgweb: alias ui module as uimodSun, 01 Nov 2015 13:58:32 +0900, by Yuya Nishihara
-
mergestate.commit: factor out making the list of recordsTue, 17 Nov 2015 14:23:26 -0800, by Siddharth Agarwal
-
mergestate: move _read() call to read constructorTue, 17 Nov 2015 14:04:56 -0800, by Siddharth Agarwal
-
debugmergestate: explain why we create mergestate objects directlyTue, 17 Nov 2015 14:22:30 -0800, by Siddharth Agarwal
-
debugdirstate: convert keyword parameters to **optsWed, 11 Nov 2015 13:28:00 -0800, by Christian Delahousse
-
convert: changed test's progress output format to ignore estimateTue, 17 Nov 2015 18:01:21 -0800, by Christian Delahousse
-
mq: use repo._bookmarks.recordchange instead of repo._bookmarks.writeTue, 17 Nov 2015 13:12:33 -0800, by Laurent Charignon
-
mq: indentation change to make the next patch more legibleTue, 17 Nov 2015 13:12:46 -0800, by Laurent Charignon
-
bookmarks: use repo._bookmarks.recordchange instead of repo._bookmarks.writeTue, 17 Nov 2015 12:49:57 -0800, by Laurent Charignon
-
localrepo: put bookmark move following commit in one transactionWed, 18 Nov 2015 01:36:58 -0800, by Laurent Charignon
-
test-resolve.t: switch to mergestate.read()Tue, 17 Nov 2015 15:43:21 -0800, by Siddharth Agarwal
-
localrepo.commit: switch to mergestate.read()Tue, 17 Nov 2015 13:58:50 -0800, by Siddharth Agarwal
-
fileset: switch to mergestate.read()Tue, 17 Nov 2015 13:57:38 -0800, by Siddharth Agarwal
-
commands.summary: switch to mergestate.read()Tue, 17 Nov 2015 14:20:55 -0800, by Siddharth Agarwal
-
commands.resolve: switch to mergestate.read()Tue, 17 Nov 2015 13:56:46 -0800, by Siddharth Agarwal
-
shelve: switch to mergestate.read()Tue, 17 Nov 2015 13:56:10 -0800, by Siddharth Agarwal
-
mergestate: add a constructor that reads state from diskTue, 17 Nov 2015 13:55:30 -0800, by Siddharth Agarwal
-
merge.applyupdates: switch to mergestate.clean()Tue, 17 Nov 2015 17:04:53 -0800, by Siddharth Agarwal
-
localrepo: switch to mergestate.clean()Tue, 17 Nov 2015 17:04:32 -0800, by Siddharth Agarwal
-
strip: switch to mergestate.clean()Tue, 17 Nov 2015 17:02:35 -0800, by Siddharth Agarwal
-
mergestate: add a constructor that sets up a clean merge stateTue, 17 Nov 2015 17:00:54 -0800, by Siddharth Agarwal
-
mergestate: raise structured exception for unsupported merge recordsTue, 17 Nov 2015 14:11:52 -0800, by Siddharth Agarwal
-
error: add a structured exception for unsupported merge recordsTue, 17 Nov 2015 14:10:12 -0800, by Siddharth Agarwal
-
dirstate: back out 502b56a9e897Tue, 17 Nov 2015 13:47:16 -0800, by Bryan O'Sullivan
-
osutil: make statfiles check for interrupts periodicallyTue, 17 Nov 2015 13:47:14 -0800, by Bryan O'Sullivan
-
osutil: don't leak on statfiles errorTue, 17 Nov 2015 13:43:09 -0800, by Bryan O'Sullivan
-
histedit: extracts _isdirtywc functionThu, 12 Nov 2015 12:44:15 +0100, by liscju
-
node: add 'nullhex', hex-encoded nullidMon, 16 Nov 2015 11:23:32 -0800, by Siddharth Agarwal
-
filemerge: introduce class whose objects represent files not in a contextMon, 16 Nov 2015 11:45:35 -0800, by Siddharth Agarwal
-
filectx: add isabsent methodMon, 16 Nov 2015 11:27:27 -0800, by Siddharth Agarwal
-
filectx: allow custom comparatorsFri, 13 Nov 2015 22:37:51 -0800, by Siddharth Agarwal
-
debugmergestate: print out record type for filesFri, 13 Nov 2015 23:01:36 -0800, by Siddharth Agarwal
-
merge.applyupdates: don't return early if merge driver's conclude failedSun, 15 Nov 2015 22:45:20 -0800, by Siddharth Agarwal
-
convert: use repo._bookmarks.recordchange instead of repo._bookmarks.writeMon, 16 Nov 2015 17:15:36 -0800, by Laurent Charignon
-
convert: indentation change to make the next patch more legibleMon, 16 Nov 2015 17:14:15 -0800, by Laurent Charignon
-
strip: renaming local variablesSun, 15 Nov 2015 20:27:27 +0530, by Shubhanshu Agrawal
-
test-rename-merge2: make selected output less arbitraryWed, 11 Feb 2015 22:22:29 -0800, by Martin von Zweigbergk
-
test-convert-git: drop a git warning that doesn't occur on WindowsSun, 15 Nov 2015 22:11:23 -0500, by Matt Harbison
-
tests: fix globs for WindowsSun, 15 Nov 2015 21:12:13 -0500, by Matt Harbison
-
pull: return 255 value on update failure (issue4948) (BC)Sun, 15 Nov 2015 22:58:28 +0100, by liscju
-
filemerge: remove leading space from " no tool found..."Wed, 11 Nov 2015 10:19:11 -0800, by Martin von Zweigbergk
-
test-encoding: enable fuzz testing of utf8b roundtripMon, 09 Nov 2015 22:31:01 +0900, by Yuya Nishihara
-
import-checker: reset context to verify convention in function scopeSun, 01 Nov 2015 17:42:03 +0900, by Yuya Nishihara
-
import-checker: allow import of child modules from package rootSun, 01 Nov 2015 00:37:22 +0900, by Yuya Nishihara
-
encoding: extend test cases for utf8bMon, 02 Nov 2015 17:17:33 -0600, by Matt Mackall
-
merge: make 'cd' and 'dc' actions store the same arguments as 'm'Fri, 13 Nov 2015 22:43:09 -0800, by Siddharth Agarwal
-
merge: stop emptying out 'cd' and 'dc' actionsFri, 13 Nov 2015 14:24:22 -0800, by Siddharth Agarwal
-
rebase: add returning value from pullrebase function stableSun, 15 Nov 2015 22:18:48 +0100, by liscju
-
resolve: restore .orig only after merge is fully complete (issue4952) stableFri, 13 Nov 2015 15:56:02 -0800, by Siddharth Agarwal
-
monoblue: add a space to separate navigation links in file log footerFri, 06 Nov 2015 22:32:00 +0800, by Anton Shestakov
-
merge: move messages about possible conflicts a litte earlierThu, 12 Nov 2015 13:14:03 -0800, by Martin von Zweigbergk
-
import-checker: include lineno in warning messageSun, 01 Nov 2015 15:46:06 +0900, by Yuya Nishihara
-
import-checker: extract function to generate a formatted warningSun, 01 Nov 2015 15:39:25 +0900, by Yuya Nishihara
-
import-checker: make it executable for convenienceSun, 01 Nov 2015 13:53:05 +0900, by Yuya Nishihara
-
test-fileset: glob the updated file count for Windows stabilityMon, 09 Nov 2015 17:20:50 -0500, by Matt Harbison
-
tests: tolerate differences between Linux and Windows error stringsMon, 09 Nov 2015 13:12:35 -0500, by Matt Harbison
-
test-largefiles-cache: add glob for WindowsMon, 09 Nov 2015 12:51:58 -0500, by Matt Harbison
-
tests: make 'f' tool open files in binary mode when hexdumpingMon, 09 Nov 2015 12:49:31 -0500, by Matt Harbison
-
merge.applyupdates: only attempt to merge files in mergeactionsThu, 12 Nov 2015 14:29:02 -0800, by Siddharth Agarwal
-
filemerge: rename _symlinkcheck to _mergecheckWed, 11 Nov 2015 17:34:28 -0800, by Siddharth Agarwal
-
test-merge-prompt.t: rename to test-merge-changedelete.tWed, 11 Nov 2015 17:32:41 -0800, by Siddharth Agarwal
-
merge with stableThu, 12 Nov 2015 20:48:41 -0600, by Matt Mackall
-
tags: create new sortdict for performance reasons stableThu, 12 Nov 2015 13:16:04 -0800, by Gregory Szorc
-
largefiles: specify where .orig files are keptTue, 10 Nov 2015 15:08:56 -0800, by Christian Delahousse
-
mq: let the user choose where .orig files are keptTue, 10 Nov 2015 14:52:54 -0800, by Christian Delahousse
-
shelve: choose where .orig file locations are keptTue, 10 Nov 2015 14:41:14 -0800, by Christian Delahousse
-
filemerge: choose where .orig files are keptTue, 10 Nov 2015 16:25:59 -0800, by Christian Delahousse
-
git-subrepos: revert respects specified location to save .orig filesTue, 10 Nov 2015 14:29:13 -0800, by Christian Delahousse
-
resolve: choose where .orig file locations are keptTue, 10 Nov 2015 14:26:19 -0800, by Christian Delahousse
-
revert: allow configuring the .orig file locationThu, 12 Nov 2015 17:00:08 -0600, by Christian Delahousse
-
cmdutil: add origbackuppath helperThu, 12 Nov 2015 16:56:06 -0600, by Christian Delahousse
-
discovery: pass pushop to _nowarnheadsTue, 10 Nov 2015 11:16:25 -0800, by Ryan McElroy
-
exchange: pass pushop to discovery.checkheadsTue, 10 Nov 2015 11:13:21 -0800, by Ryan McElroy
-
merge with stableThu, 12 Nov 2015 15:26:30 -0600, by Matt Mackall
-
share: wrap bmstore._writerepo for transaction sensitivity (issue4940) stableFri, 13 Nov 2015 02:36:30 +0900, by FUJIWARA Katsunori
-
test: use generaldelta in 'test-clonebundle.t'Sat, 07 Nov 2015 13:48:42 -0500, by Pierre-Yves David
-
test: use generaldelta in 'test-ssh.t'Tue, 20 Oct 2015 13:14:04 +0200, by Pierre-Yves David
-
test: use generaldelta in 'test-ssh-bundle1.t'Tue, 20 Oct 2015 13:14:31 +0200, by Pierre-Yves David
-
test: use generaldelta in 'test-strip.t'Tue, 20 Oct 2015 13:09:43 +0200, by Pierre-Yves David
-
test: use generaldelta in 'test-rebase-newancestors.t'Tue, 20 Oct 2015 12:39:49 +0200, by Pierre-Yves David
-
test: use general delta for 'test-commit-amend.t'Tue, 20 Oct 2015 12:09:18 +0200, by Pierre-Yves David
-
test: wider matching in 'test-clone-r.t'Tue, 20 Oct 2015 11:50:55 +0200, by Pierre-Yves David
-
test: use generaldelta in 'test-bundle-type.t'Tue, 20 Oct 2015 11:48:49 +0200, by Pierre-Yves David
-
test: use generaldelta in 'test-patchbomb.t'Tue, 20 Oct 2015 10:46:59 +0200, by Pierre-Yves David
-
test: use generaldelta for test-bundle.tTue, 20 Oct 2015 10:37:07 +0200, by Pierre-Yves David
-
test: use generaldelta in 'test-rebase-conflict.t'Tue, 20 Oct 2015 03:14:36 +0200, by Pierre-Yves David
-
tests: test generaldelta configuration in test-init.tMon, 19 Oct 2015 15:25:58 +0200, by Pierre-Yves David
-
test: enable generaldelta early in 'test-treemanifest.t'Mon, 19 Oct 2015 11:28:31 +0200, by Pierre-Yves David
-
test: enable generaldelta in 'test-copy.t'Mon, 19 Oct 2015 10:48:02 +0200, by Pierre-Yves David
-
test: enable generaldelta in 'test-debugcommand.t'Sun, 18 Oct 2015 19:04:29 +0200, by Pierre-Yves David
-
test: use generaldelta in test-manifestv2.tSun, 18 Oct 2015 18:55:32 +0200, by Pierre-Yves David
-
test: explicitly use generaldelta in 'test-rebase-mq-skip.t'Sun, 18 Oct 2015 18:36:39 +0200, by Pierre-Yves David
-
test: using generaldelta in 'test-lfconvert.t'Fri, 16 Oct 2015 02:54:52 +0100, by Pierre-Yves David
-
test: enforce generaldelta format with the right optionThu, 12 Nov 2015 02:52:19 -0800, by Pierre-Yves David
-
test: enforce non-generaldelta base repository in 'test-generaldelta'Sat, 07 Nov 2015 13:53:11 -0500, by Pierre-Yves David
-
test: use generaldelta in 'test-hgweb-command.t'Tue, 20 Oct 2015 12:25:51 +0200, by Pierre-Yves David
-
stream: sort stream capability before serialisationTue, 20 Oct 2015 12:28:42 +0200, by Pierre-Yves David
-
test: spread capabilities replies in 'test-hgweb-commands'Tue, 20 Oct 2015 12:25:09 +0200, by Pierre-Yves David
-
phase: improve retractboundary perfSat, 07 Nov 2015 16:11:49 -0800, by Durham Goode
-
merge with stableThu, 12 Nov 2015 13:51:09 -0600, by Matt Mackall
-
format: introduce 'format.usegeneraldelta`Mon, 02 Nov 2015 15:59:12 +0000, by Pierre-Yves David
-
scmutil: extract general delta config handling in a functionMon, 02 Nov 2015 16:52:34 +0000, by Pierre-Yves David
-
test: test-bundle-type.t needs to work more universally stableTue, 10 Nov 2015 09:58:10 -0800, by Danek Duvall
-
bash_completion: add -p|--patch|--stat support for shelveTue, 10 Nov 2015 19:52:30 +0800, by Anton Shestakov
-
test-convert-git: silence commit output for stablitySun, 08 Nov 2015 18:34:36 -0500, by Matt Harbison
-
rebase: preserve the 'intermediate-source' attribute of graftsSun, 08 Nov 2015 17:56:48 -0500, by Matt Harbison
-
merge with stableWed, 11 Nov 2015 15:08:08 -0600, by Matt Mackall
-
verify: add a hook that can let extensions manipulate file listsWed, 04 Nov 2015 12:14:18 -0500, by Augie Fackler
-
resolve: don't abort when file is missingTue, 10 Nov 2015 17:16:59 -0800, by Siddharth Agarwal
-
filemerge: treat EOF at prompt as fail, not abortTue, 10 Nov 2015 17:13:16 -0800, by Siddharth Agarwal
-
test-merge-tools.t: add 'hg resolve --list' output to testsTue, 10 Nov 2015 17:10:47 -0800, by Siddharth Agarwal
-
error: add structured exception for EOF at promptTue, 10 Nov 2015 00:46:45 -0800, by Siddharth Agarwal
-
test-merge-prompt.t: unset HGMERGEMon, 09 Nov 2015 22:37:32 -0800, by Siddharth Agarwal
-
hgweb: compute changeset parents and children for log pages lazilyTue, 10 Nov 2015 23:02:59 +0800, by Anton Shestakov
-
filemerge: move :merge-local/other symlink check to precheckSun, 08 Nov 2015 23:42:44 -0800, by Siddharth Agarwal
-
test-merge-types.t: add tests for :merge-local/:merge-other with symlinksSun, 08 Nov 2015 23:47:20 -0800, by Siddharth Agarwal
-
posix: fix test-permissions regression stable 3.6.1Mon, 09 Nov 2015 15:53:11 -0600, by Matt Mackall
-
dockerlib: allow non-unique uid and gid of $DBUILDUSER (issue4657) stableSun, 08 Nov 2015 01:10:52 +0800, by Anton Shestakov
-
dirstate: fix filefoldmap incosistency on file delete stableMon, 09 Nov 2015 10:43:23 -0800, by Mateusz Kwapich
-
merge with stableMon, 09 Nov 2015 12:49:21 -0600, by Matt Mackall
-
changegroup: back code change of e7c618cee8df out stableFri, 06 Nov 2015 13:01:15 -0500, by Pierre-Yves David
-
changegroup: call 'prechangegroup' hook before setting up write delay stableFri, 06 Nov 2015 12:59:09 -0500, by Pierre-Yves David
-
changegroup: fix the scope of a try finally stableFri, 06 Nov 2015 12:39:06 -0500, by Pierre-Yves David
-
encoding: re-escape U+DCxx characters in toutf8b input (issue4927)Thu, 05 Nov 2015 17:30:10 -0600, by Matt Mackall
-
encoding: use getutf8char in toutf8bThu, 05 Nov 2015 17:21:43 -0600, by Matt Mackall
-
encoding: handle non-BMP characters in fromutf8bThu, 05 Nov 2015 17:11:50 -0600, by Matt Mackall
-
posix: use getutf8char to handle OS X filename percent-escapingThu, 05 Nov 2015 17:09:00 -0600, by Matt Mackall
-
encoding: add getutf8char helperThu, 05 Nov 2015 16:48:46 -0600, by Matt Mackall
-
unbundle: gratuitous fix white spacing "issue"Sat, 07 Nov 2015 16:03:09 -0500, by Pierre-Yves David
-
demandimport: fix level passed to loader of sub-modules stableSun, 01 Nov 2015 21:19:09 +0900, by Yuya Nishihara
-
parsers: fix width of datalen variable in fm1readmarkers stableSat, 07 Nov 2015 17:43:20 +0900, by Yuya Nishihara
-
manifest: skip fastdelta if the change is largeThu, 05 Nov 2015 18:56:40 -0800, by Durham Goode
-
merge.mergestate: update docstrings for preresolve and resolveWed, 04 Nov 2015 23:44:51 -0800, by Siddharth Agarwal
-
rebase: pass date parameter to concludenodeMon, 26 Oct 2015 02:35:48 -0700, by Stanislau Hlebik
-
rebase: add date parameter to concludenode functionMon, 26 Oct 2015 02:22:26 -0700, by Stanislau Hlebik
-
hgweb: remove unused colorPart() from mercurial.jsSat, 24 Oct 2015 09:47:33 +0100, by Anton Shestakov
-
test: enforce non-general delta in 'test-generaldelta.t'Sun, 18 Oct 2015 18:49:59 +0200, by Pierre-Yves David
-
test: enforce bundle1 in 'test-push-cgi.t'Tue, 20 Oct 2015 15:27:56 +0200, by Pierre-Yves David
-
test: enforce v1 in 'test-debugbundle.t'Sun, 18 Oct 2015 18:42:09 +0200, by Pierre-Yves David
-
test: enforce bundle1 in "test-commit-interactive.t"Tue, 20 Oct 2015 02:39:42 +0200, by Pierre-Yves David
-
discovery: factor out calculation of heads to not warn aboutFri, 06 Nov 2015 09:48:24 -0800, by Ryan McElroy
-
merge with stableWed, 04 Nov 2015 15:17:52 -0600, by Matt Mackall
-
hooks: fix hooks not firing if prechangegroup was set (issue4934) stableTue, 03 Nov 2015 17:13:27 -0800, by Durham Goode
-
wireproto: move clonebundles command from extension (issue4931) stableTue, 03 Nov 2015 12:31:33 -0800, by Gregory Szorc
-
templatefilters: try round-trip utf-8 conversion by json filter (issue4933) stableWed, 04 Nov 2015 23:48:15 +0900, by Yuya Nishihara
-
exchange: do not attempt clone bundle if local repo is non-empty (issue4932) stableTue, 03 Nov 2015 12:16:54 -0800, by Gregory Szorc
-
test-clonebundles.t: add test for incremental pull stableTue, 03 Nov 2015 12:15:14 -0800, by Gregory Szorc
-
i18n: make sure to include translation of (DEPRECATED) stableTue, 03 Nov 2015 22:44:57 +0900, by Yuya Nishihara
-
i18n: do not abuse msgstr of "DEPRECATED" to check for bad translation stableTue, 03 Nov 2015 22:39:26 +0900, by Yuya Nishihara
-
filemerge.prompt: separate out choice selection and actionMon, 02 Nov 2015 12:12:24 -0800, by Siddharth Agarwal
-
test-merge-prompt.t: add tests for linear updates + change/delete conflictsMon, 02 Nov 2015 12:25:15 -0800, by Siddharth Agarwal
-
test-pathencode.py: drop support for Python 2.4Sat, 24 Oct 2015 16:25:16 -0700, by Siddharth Agarwal
-
hgweb.server: drop support for Python 2.4Sat, 24 Oct 2015 16:23:42 -0700, by Siddharth Agarwal
-
util: drop Python 2.4 compat by directly importing md5 and sha1Sat, 24 Oct 2015 15:56:16 -0700, by Siddharth Agarwal
-
hgweb: replace some str.split() calls by str.partition() or str.rpartition()Mon, 02 Nov 2015 23:37:49 +0800, by Anton Shestakov
-
help: replace some str.split() calls by str.partition() or str.rpartition()Mon, 02 Nov 2015 23:37:14 +0800, by Anton Shestakov
-
convert: test clean p2 file missingSat, 24 Oct 2015 01:54:46 +0200, by Mads Kiilerich
-
uescape: also encode non-printable char under 128Mon, 02 Nov 2015 11:56:59 +0000, by Pierre-Yves David
-
testing: add hypothesis fuzz testingSat, 24 Oct 2015 12:46:03 +0100, by David R. MacIver
-
merge with stableMon, 02 Nov 2015 13:00:45 +0000, by Pierre-Yves David
-
i18n: look translation of both "DEPRECATED" and "(DEPRECATED)" up stable 3.6Sun, 01 Nov 2015 08:38:56 +0900, by FUJIWARA Katsunori
-
i18n: fix regexp pattern to detect translation for DEPRECATED stableSun, 01 Nov 2015 08:38:56 +0900, by FUJIWARA Katsunori
-
scmutil: abort if an empty revision is given to revpair() stableSat, 31 Oct 2015 21:45:46 -0400, by Matt Harbison
-
i18n-ja: synchronized with 6474b64045fb stableSun, 01 Nov 2015 05:34:27 +0900, by FUJIWARA Katsunori
-
packaging: rework version detection and declaration (issue4912) stableMon, 26 Oct 2015 14:19:37 -0400, by Augie Fackler
-
hgweb: escape class keyword when used as a js object property (issue4913) stableTue, 27 Oct 2015 12:34:05 +0800, by Anton Shestakov
-
localrepo: discard objects in _filecache at transaction failure (issue4876) stableSat, 24 Oct 2015 18:58:57 +0900, by FUJIWARA Katsunori
-
demandimport: fix TypeError when importing Python regex library (issue4920) stableWed, 28 Oct 2015 16:27:09 +0100, by Gábor Stefanik
-
bundle2: attribute remote failures to remote (issue4788) stableSat, 24 Oct 2015 00:39:22 +0100, by Gregory Szorc
-
tests: add tests for remote hook output (issue4788) stableSat, 24 Oct 2015 00:39:26 +0100, by Gregory Szorc
-
help: mention alias and revsetalias in description of HGPLAINEXCEPT stableSat, 24 Oct 2015 06:59:26 +0100, by Yuya Nishihara
-
largefiles: don't mute and obfuscate http errors when putlfile fails stableFri, 23 Oct 2015 21:27:29 +0200, by Mads Kiilerich
-
largefiles: test coverage of error handling from putlfile stableFri, 23 Oct 2015 21:27:29 +0200, by Mads Kiilerich
-
largefiles: check hash of files in the store before copying to working dir stableFri, 23 Oct 2015 21:27:29 +0200, by Mads Kiilerich
-
largefiles: test coverage of handling of store corruption stableFri, 23 Oct 2015 21:27:29 +0200, by Mads Kiilerich
-
merge: improve clarity of table in update docstring stableFri, 23 Oct 2015 06:06:22 -0400, by Augie Fackler
-
ui: support paths.default-push without paths.default set (issue4914) stableThu, 22 Oct 2015 18:59:03 +0000, by Gregory Szorc
-
bookmarks: don't allow pushing new head for existing mark with -B (issue4400) stableWed, 21 Oct 2015 16:21:27 -0500, by Matt Mackall
-
largefiles: fix explicit commit of normal/largefile switch stableWed, 21 Oct 2015 00:18:11 +0200, by Mads Kiilerich
-
largefiles: test coverage of explicit commit of normal/largefile switch stableWed, 21 Oct 2015 00:10:46 +0200, by Mads Kiilerich
-
merge default into stable for code freeze stable 3.6-rcTue, 20 Oct 2015 15:59:10 -0500, by Matt Mackall
-
convert: fix Python syntax in 'splice in' messageMon, 19 Oct 2015 16:49:54 +0200, by Mads Kiilerich
-
rebase: fix wrong 'no changes to commit' when using --collapseMon, 19 Oct 2015 16:29:35 +0200, by Mads Kiilerich
-
pull: all pass along extra opargsMon, 19 Oct 2015 15:47:40 -0700, by Sean Farley