Mercurial > hg
graph
-
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
-
push: all pass along opargsMon, 19 Oct 2015 15:43:35 -0700, by Sean Farley
-
check-code: allow argument passing py2.6ismThu, 15 Oct 2015 17:28:26 -0400, by timeless
-
mail: drop python 2.5 self.sock.read workaroundThu, 15 Oct 2015 17:24:42 -0400, by timeless
-
url: drop support for python2.5Thu, 15 Oct 2015 17:21:08 -0400, by timeless
-
win32: drop reference to python2.5Thu, 15 Oct 2015 17:19:11 -0400, by timeless
-
editmerge: dequote other use of $EDMon, 19 Oct 2015 21:36:12 -0700, by Ryan McElroy
-
bundlerepo: properly extract compressed changegroup from bundle2Mon, 19 Oct 2015 16:01:55 +0200, by Pierre-Yves David
-
bundle2: make unbundle.compressed return True when compressedFri, 02 Oct 2015 23:21:39 -0700, by Pierre-Yves David
-
bundlerepo: uncompress changegroup in bundle1 case onlyMon, 19 Oct 2015 18:04:08 +0200, by Pierre-Yves David
-
bundlerepo: move temp-bundle writing logic into a closureMon, 19 Oct 2015 17:58:04 +0200, by Pierre-Yves David
-
shelve: properly process bundle2 bundleMon, 19 Oct 2015 15:42:50 +0200, by Pierre-Yves David
-
histedit: properly apply bundle2 backupsTue, 20 Oct 2015 03:07:23 +0200, by Pierre-Yves David
-
strip: pass source and url to bundle2 processingTue, 20 Oct 2015 16:01:33 +0200, by Pierre-Yves David
-
unbundle: use 'url' argument with applybundleTue, 20 Oct 2015 15:56:22 +0200, by Pierre-Yves David
-
applybundle: take url as argumentTue, 20 Oct 2015 15:55:04 +0200, by Pierre-Yves David
-
unbundle: use 'source' argument with applybundleTue, 20 Oct 2015 15:53:07 +0200, by Pierre-Yves David
-
applybundle: take source as argumentTue, 20 Oct 2015 15:52:42 +0200, by Pierre-Yves David
-
applybundle: set 'bundle2=1' env for all transactionTue, 20 Oct 2015 15:48:24 +0200, by Pierre-Yves David
-
unbundle: use 'bundle2.applybundle'Tue, 20 Oct 2015 15:47:20 +0200, by Pierre-Yves David
-
bundle2: introduce an "applybundle" functionTue, 20 Oct 2015 15:45:39 +0200, by Pierre-Yves David
-
commands.resolve: conclude merge driver if no unresolved files are leftThu, 15 Oct 2015 01:31:04 -0700, by Siddharth Agarwal
-
commands.resolve: call driverpreprocess if we haven't run it yetThu, 15 Oct 2015 01:27:06 -0700, by Siddharth Agarwal
-
merge.applyupdates: call driverconclude after performing merge actionsThu, 15 Oct 2015 01:22:01 -0700, by Siddharth Agarwal
-
merge.applyupdates: call driverpreprocess before starting merge actionsThu, 15 Oct 2015 01:19:10 -0700, by Siddharth Agarwal
-
merge: add stubs for preprocess and conclude steps of merge driverThu, 15 Oct 2015 01:17:29 -0700, by Siddharth Agarwal
-
commands.resolve: don't allow users to mark or unmark driver-resolved filesThu, 15 Oct 2015 01:15:22 -0700, by Siddharth Agarwal
-
resolve: only create wctx onceThu, 15 Oct 2015 01:11:50 -0700, by Siddharth Agarwal
-
dirstate: fix invalid reference to self.uiMon, 19 Oct 2015 12:07:17 -0700, by James Mills
-
spelling: trivial spell checkingSat, 17 Oct 2015 00:58:46 +0200, by Mads Kiilerich
-
mq: consistently use qrefreshWed, 14 Oct 2015 03:30:27 -0400, by timeless
-
grammar: use does instead of do where appropriateWed, 14 Oct 2015 02:06:54 -0400, by timeless
-
l10n: use %d instead of %s for numbersWed, 14 Oct 2015 22:29:03 -0400, by timeless
-
check-code: block non-portable pipe-andThu, 15 Oct 2015 20:36:12 -0400, by timeless
-
test-shelve: do not use non-portable pipe-andThu, 15 Oct 2015 20:32:01 -0400, by timeless
-
parsers: suppress warning of signed and unsigned comparison at nt_initSun, 18 Oct 2015 09:05:04 +0900, by Yuya Nishihara
-
parsers: correct type of temporary variables for dirstate tuple fieldsSat, 17 Oct 2015 23:14:13 +0900, by Yuya Nishihara
-
test: enforce v1 type in 'test-bundle2-remote-changegroup.t'Fri, 16 Oct 2015 02:53:57 +0100, by Pierre-Yves David
-
test: enforce v1 type in 'test-bundle2-format.t'Fri, 16 Oct 2015 02:51:34 +0100, by Pierre-Yves David
-
editmerge: properly quote variablesSat, 17 Oct 2015 15:48:14 -0700, by Ryan McElroy
-
commands.resolve: print out warning when only driver-resolved files remainThu, 15 Oct 2015 01:09:58 -0700, by Siddharth Agarwal
-
merge.mergestate: set merge driver state to 's' if there's none presentThu, 15 Oct 2015 01:06:29 -0700, by Siddharth Agarwal
-
merge.mergestate: only check for merge driver when property is accessedThu, 15 Oct 2015 01:04:46 -0700, by Siddharth Agarwal
-
localrepo.commit: abort if merge driver's conclude step hasn't been run yetThu, 15 Oct 2015 01:02:32 -0700, by Siddharth Agarwal
-
merge.mergestate: add a way to get the merge driver stateThu, 15 Oct 2015 00:57:56 -0700, by Siddharth Agarwal
-
merge.mergestate: add a way to get the other side of the mergeThu, 15 Oct 2015 00:49:07 -0700, by Siddharth Agarwal
-
commands.resolve: support printing out driver-resolved filesThu, 15 Oct 2015 00:45:20 -0700, by Siddharth Agarwal
-
histedit: make histedit prune when obsolete is enabledSat, 17 Oct 2015 12:32:23 -0700, by Durham Goode
-
clonebundles: rewrite documentationSat, 17 Oct 2015 11:23:54 -0700, by Gregory Szorc
-
exchange: support streaming clone bundles in clone bundlesSat, 17 Oct 2015 11:37:08 -0700, by Gregory Szorc
-
exchange: parse requirements from stream clone specification stringSat, 17 Oct 2015 10:26:34 -0700, by Gregory Szorc
-
exchange: support parameters in bundle specification stringsWed, 14 Oct 2015 17:00:34 -0700, by Gregory Szorc
-
commands: support consuming stream clone bundlesThu, 15 Oct 2015 13:43:18 -0700, by Gregory Szorc
-
commands: support creating stream clone bundlesSat, 17 Oct 2015 11:40:29 -0700, by Gregory Szorc
-
exchange: support for streaming clone bundlesThu, 15 Oct 2015 13:00:45 -0700, by Gregory Szorc
-
streamclone: support for producing and consuming stream clone bundlesSat, 17 Oct 2015 11:14:52 -0700, by Gregory Szorc
-
spelling: fix typo in transaction error messagesSat, 17 Oct 2015 15:28:02 -0500, by Matt Mackall
-
transaction: reorder unlinking .hg/journal and .hg/journal.backupfilesFri, 16 Oct 2015 03:29:51 +0900, by FUJIWARA Katsunori
-
merge: make in-memory changes visible to external update hooksSat, 17 Oct 2015 01:15:34 +0900, by FUJIWARA Katsunori
-
hook: centralize passing HG_PENDING to external hook processSat, 17 Oct 2015 01:15:34 +0900, by FUJIWARA Katsunori
-
cmdutil: make in-memory changes visible to external editor (issue4378)Sat, 17 Oct 2015 01:15:34 +0900, by FUJIWARA Katsunori
-
dirstate: show develwarn for write() invocation without transactionSat, 17 Oct 2015 01:15:34 +0900, by FUJIWARA Katsunori
-
dirstate: make dirstate.write() callers pass transaction object to itSat, 17 Oct 2015 01:15:34 +0900, by FUJIWARA Katsunori
-
dirstate: remove layering violation around writing dirstate outSat, 17 Oct 2015 01:15:34 +0900, by FUJIWARA Katsunori
-
dirstateguard: remove layering violation around saving/restoring backupSat, 17 Oct 2015 01:15:33 +0900, by FUJIWARA Katsunori
-
rebase: reduce scope of try catch in restorestateThu, 15 Oct 2015 15:20:44 -0700, by Christian Delahousse
-
rebase: on abort delete rebase state file no matter whatThu, 15 Oct 2015 12:13:46 -0700, by Christian Delahousse
-
contrib: make editmerge look for merge markers at the beginning of the lineFri, 16 Oct 2015 15:01:42 -0700, by Christian Delahousse
-
commit: abort when a committemplate is not changedFri, 09 Oct 2015 21:44:54 -0700, by Tony Tung
-
localrepo.commit: disallow commit when driver-resolved files existWed, 14 Oct 2015 16:04:43 -0700, by Siddharth Agarwal
-
merge.mergestate: add a generator for driver-resolved filesWed, 14 Oct 2015 15:01:07 -0700, by Siddharth Agarwal
-
hook: for python hooks, also return whether an exception was raisedWed, 14 Oct 2015 16:27:10 -0700, by Siddharth Agarwal
-
hook.runhooks: return a dict of result valuesWed, 14 Oct 2015 16:19:47 -0700, by Siddharth Agarwal
-
hook: factor out determination of hooks from running themWed, 14 Oct 2015 16:13:31 -0700, by Siddharth Agarwal
-
mq: generate patch names from first line of descriptionTue, 10 Mar 2015 13:19:17 +0100, by Mads Kiilerich
-
contrib: offer Python 2.7.10Thu, 15 Oct 2015 21:36:47 +0200, by Mads Kiilerich
-
contrib: drop Python < 2.6 from Makefile.pythonThu, 15 Oct 2015 21:35:49 +0200, by Mads Kiilerich
-
mergetools.rc: find OSX FileMerge in the new location inside Xcode 4.3Fri, 16 Oct 2015 11:37:34 +0200, by Mads Kiilerich
-
exchange: don't print error codes after clone bundle failureThu, 15 Oct 2015 14:53:32 -0700, by Gregory Szorc
-
debian: install bash completion as hg and not mercurial (issue4900)Wed, 14 Oct 2015 14:53:15 -0400, by Augie Fackler
-
merge-tools: allow marking a mergetool as completely disabledWed, 14 Oct 2015 12:57:33 -0400, by Augie Fackler
-
exchange: add oparg to push so that extensions can wrap pushopTue, 13 Oct 2015 23:04:53 -0700, by Sean Farley
-
destmerge: extract logic based on branch heads in its own functionThu, 15 Oct 2015 03:15:54 +0100, by Pierre-Yves David
-
destmerge: extract logic based on bookmark into its own functionThu, 15 Oct 2015 03:13:14 +0100, by Pierre-Yves David
-
destupdate: have a generic and extensible way to run each stepThu, 15 Oct 2015 03:00:09 +0100, by Pierre-Yves David
-
destupdate: extract logic based on branch in its own functionThu, 15 Oct 2015 02:33:09 +0100, by Pierre-Yves David
-
destupdate: extract logic based on bookmarks in its own functionThu, 15 Oct 2015 02:27:30 +0100, by Pierre-Yves David
-
destupdate: extract logic based on obsolescence marker in its own functionThu, 15 Oct 2015 02:15:43 +0100, by Pierre-Yves David
-
destupdate: move obsolete handling firstThu, 15 Oct 2015 02:12:55 +0100, by Pierre-Yves David
-
destupdate: indent bookmark and branch logicThu, 15 Oct 2015 02:12:15 +0100, by Pierre-Yves David
-
destupdate: extract validation logicThu, 15 Oct 2015 14:10:57 +0100, by Pierre-Yves David
-
rebase: rename and test '_destrebase'Thu, 15 Oct 2015 01:56:03 +0100, by Pierre-Yves David
-
rebase: directly use '_destrebase'Thu, 15 Oct 2015 01:51:53 +0100, by Pierre-Yves David
-
rebase: extra default destination in its own functionThu, 15 Oct 2015 01:50:31 +0100, by Pierre-Yves David
-
revset: rename and test '_destmerge'Thu, 15 Oct 2015 01:47:28 +0100, by Pierre-Yves David
-
merge: directly get destination from destutilThu, 15 Oct 2015 01:19:32 +0100, by Pierre-Yves David
-
destutil: move default merge destination into a functionThu, 15 Oct 2015 01:11:00 +0100, by Pierre-Yves David
-
revset: reintroduce and experimental revset for update destinationThu, 15 Oct 2015 01:35:44 +0100, by Pierre-Yves David
-
changegroup: move manifest unpacking into its own methodWed, 14 Oct 2015 15:11:53 -0400, by Augie Fackler
-
changegroup: move manifest packing into a separate functionThu, 01 Oct 2015 15:35:10 -0400, by Augie Fackler
-
changegroup: rename manifest linknode closure for clarityWed, 30 Sep 2015 19:59:12 -0400, by Augie Fackler
-
changegroup: reformat packermap and add commentTue, 29 Sep 2015 15:14:03 -0400, by Augie Fackler
-
changegroup: document the public surface area of cg?unpackersWed, 14 Oct 2015 12:05:27 -0400, by Augie Fackler
-
changegroup: mark cg1unpacker.chunklength as privateWed, 14 Oct 2015 11:58:56 -0400, by Augie Fackler
-
changegroup: note why a few methods on cg1unpacker existWed, 14 Oct 2015 11:58:35 -0400, by Augie Fackler
-
revlog: rename bundle to cg to reflect its nature as a cg?unpackerWed, 14 Oct 2015 11:32:33 -0400, by Augie Fackler
-
changegroup: mark _addchangegroupfiles as module-privateTue, 13 Oct 2015 17:16:10 -0400, by Augie Fackler
-
changegroup: delete now-unused addchangegroup methodTue, 13 Oct 2015 17:14:37 -0400, by Augie Fackler
-
localrepo: use cg?unpacker.apply() instead of changegroup.addchangegroup()Tue, 13 Oct 2015 17:14:07 -0400, by Augie Fackler
-
repair: use cg?unpacker.apply() instead of changegroup.addchangegroup()Tue, 13 Oct 2015 17:12:46 -0400, by Augie Fackler
-
exchange: use cg?unpacker.apply() instead of changegroup.addchangegroup()Tue, 13 Oct 2015 17:12:29 -0400, by Augie Fackler
-
commands: use cg?unpacker.apply() instead of changegroup.addchangegroup()Tue, 13 Oct 2015 17:12:12 -0400, by Augie Fackler
-
bundle2: use cg?unpacker.apply() instead of changegroup.addchangegroup()Tue, 13 Oct 2015 17:11:52 -0400, by Augie Fackler
-
shelve: use cg?unpacker.apply() instead of changegroup.addchangegroup()Tue, 13 Oct 2015 17:11:18 -0400, by Augie Fackler
-
histedit: use cg?unpacker.apply() instead of changegroup.addchangegroup()Tue, 13 Oct 2015 17:14:21 -0400, by Augie Fackler
-
changegroup: migrate addchangegroup() to forward to cg?unpacker.apply()Tue, 13 Oct 2015 16:58:51 -0400, by Augie Fackler
-
changegroup: move source check to top of addchangegroupTue, 13 Oct 2015 15:54:05 -0400, by Augie Fackler
-
error: remove superfluous pass statementsThu, 15 Oct 2015 09:52:32 -0400, by Augie Fackler
-
hook: raise a separate exception for when loading a hook failsMon, 12 Oct 2015 18:49:23 -0700, by Siddharth Agarwal
-
clonebundles: advertise clone bundles feature to clientsWed, 14 Oct 2015 11:05:53 -0700, by Gregory Szorc
-
exchange: advertise if a clone bundle was attemptedWed, 14 Oct 2015 10:36:20 -0700, by Gregory Szorc
-
exchange: record that we attempted to fetch a clone bundleTue, 13 Oct 2015 14:55:02 -0700, by Gregory Szorc
-
exchange: provide hint on how to disable clone bundlesTue, 13 Oct 2015 12:41:32 -0700, by Gregory Szorc
-
exchange: document filterclonebundleentriesWed, 14 Oct 2015 10:03:26 -0700, by Gregory Szorc
-
wireproto: properly parse false boolean args (BC)Wed, 14 Oct 2015 10:58:35 -0700, by Gregory Szorc
-
bundle2: gracefully skip 'obsmarkers' part if evolution is disabledThu, 15 Oct 2015 03:29:00 +0100, by Pierre-Yves David
-
obsstore: make the readonly attribute accessibleThu, 15 Oct 2015 12:45:34 +0100, by Pierre-Yves David
-
update: introduce a 'UpdateAbort' exceptionMon, 05 Oct 2015 04:26:26 -0700, by Pierre-Yves David
-
update: "deprecate" call to 'merge.update' without a destinationMon, 05 Oct 2015 21:42:09 -0700, by Pierre-Yves David
-
shelve: delete shelve statefile on any exception during abortWed, 14 Oct 2015 20:35:06 -0700, by Christian Delahousse
-
highlight: add option to prevent content-only based fallbackWed, 14 Oct 2015 18:22:16 -0700, by Gregory Szorc
-
highlight: inline checkfctx()Wed, 14 Oct 2015 17:43:44 -0700, by Gregory Szorc
-
highlight: consolidate duplicate codeWed, 14 Oct 2015 17:42:07 -0700, by Gregory Szorc
-
rebase: properly abort when destination is public (issue4896)Tue, 13 Oct 2015 14:06:51 -0700, by Christian Delahousse
-
bookmarks: don't deactivate on no-op update (issue4901)Wed, 14 Oct 2015 18:03:17 -0500, by Matt Mackall
-
rebase: properly handle chains of markers with missing nodesThu, 15 Oct 2015 00:32:20 +0100, by Pierre-Yves David
-
rebase: use a direct reference to repo.changelogWed, 14 Oct 2015 23:42:15 +0100, by Pierre-Yves David
-
mail: drop python 2.5 supportWed, 14 Oct 2015 22:21:05 -0400, by timeless
-
exchange: use pushop.repo instead of repoTue, 13 Oct 2015 22:53:08 -0700, by Sean Farley
-
rebase: factor out nothing to rebase return codeTue, 13 Oct 2015 03:20:05 -0700, by Ryan McElroy
-
gitweb: visually highlight source lines when hovering over line numbersThu, 15 Oct 2015 00:04:58 +0800, by Anton Shestakov
-
rebase: added commentsTue, 13 Oct 2015 14:17:15 -0700, by Christian Delahousse
-
monoblue: visually highlight source lines when hovering over line numbersWed, 14 Oct 2015 22:45:51 +0800, by Anton Shestakov
-
monoblue: make the size of line links bigger to cover line numbers betterWed, 14 Oct 2015 22:24:50 +0800, by Anton Shestakov
-
gitweb: don't drop current revision context on graph pageSat, 26 Sep 2015 18:16:49 +0800, by Anton Shestakov
-
util: also catch IndexErrorTue, 13 Oct 2015 16:05:30 -0700, by Sean Farley
-
exewrapper: add comments about PYTHONHOMEWed, 14 Oct 2015 12:23:49 +0200, by Adrian Buehlmann
-
exewrapper: report name of failed private DLL in error messageWed, 14 Oct 2015 12:23:04 +0200, by Adrian Buehlmann
-
exewrapper: report name of failed DLL in error messageWed, 14 Oct 2015 12:22:09 +0200, by Adrian Buehlmann
-
merge: abort on file/directory case folding collisions (issue4892)Tue, 13 Oct 2015 00:16:25 +0200, by Mads Kiilerich
-
tests: test of case-folding merge collisionsTue, 13 Oct 2015 00:16:25 +0200, by Mads Kiilerich