Mercurial > hg
graph
-
configitems: register the 'patchbomb.flagtemplate' configFri, 30 Jun 2017 03:43:39 +0200, by Boris Feld
-
configitems: register the 'patchbomb.confirm' configFri, 30 Jun 2017 03:43:38 +0200, by Boris Feld
-
configitems: register the 'patchbomb.bundletype' configFri, 30 Jun 2017 03:43:37 +0200, by Boris Feld
-
blackbox: remove _bbvfs stateWed, 06 Sep 2017 21:12:27 -0700, by Jun Wu
-
blackbox: do not cache file objectsWed, 06 Sep 2017 21:08:59 -0700, by Jun Wu
-
blackbox: inline _bbwriteWed, 06 Sep 2017 20:54:53 -0700, by Jun Wu
-
blackbox: fix rotation with chgWed, 06 Sep 2017 19:27:30 -0700, by Jun Wu
-
test-blackbox: make it compatible with chgWed, 06 Sep 2017 18:31:25 -0700, by Jun Wu
-
ssh: fix flakey ssh errors on BSD systemsMon, 11 Sep 2017 15:59:18 -0700, by Durham Goode
-
context: add overlayworkingcontext and overlayworkingfilectxMon, 11 Sep 2017 13:03:27 -0700, by Phil Cohen
-
changegroup: rename getsubsetraw to makestreamSun, 10 Sep 2017 18:52:40 -0700, by Durham Goode
-
changegroup: remove external uses of getbundlerSun, 10 Sep 2017 18:51:31 -0700, by Durham Goode
-
changegroup: replace getchangegroup with makechangegroupSun, 10 Sep 2017 18:50:12 -0700, by Durham Goode
-
changegroup: replace changegroup with makechangegroupSun, 10 Sep 2017 18:48:42 -0700, by Durham Goode
-
changegroup: delete getlocalchangegroupSun, 10 Sep 2017 18:47:39 -0700, by Durham Goode
-
changegroup: replace getlocalchangegroupraw with makestreamSun, 10 Sep 2017 19:01:56 -0700, by Durham Goode
-
changegroup: replace changegroupsubset with makechangegroupSun, 10 Sep 2017 18:43:59 -0700, by Durham Goode
-
changegroup: replace getsubset with makechangegroupSun, 10 Sep 2017 18:39:02 -0700, by Durham Goode
-
rebase: remove unnecessary '.unfiltered()' callsWed, 06 Sep 2017 16:17:04 -0700, by Jun Wu
-
rebase: remove complex unhiding codeWed, 06 Sep 2017 16:13:04 -0700, by Jun Wu
-
rebase: use unfiltered repo when loading stateWed, 06 Sep 2017 15:23:19 -0700, by Jun Wu
-
rebase: do not crash rebasing merge with a parent having hidden successorWed, 06 Sep 2017 12:40:00 -0700, by Jun Wu
-
changegroup: fix to allow empty manifest partsWed, 06 Sep 2017 18:33:55 -0700, by Durham Goode
-
mq: create non-lossy patches, also with custom global diff configuration stableMon, 11 Sep 2017 00:42:24 +0200, by Mads Kiilerich
-
mq: test coverage of how [diff] configuration influence can break mq patches stableMon, 11 Sep 2017 00:42:22 +0200, by Mads Kiilerich
-
wrapcommand: use functools.partialTue, 05 Sep 2017 15:18:45 -0700, by Jun Wu
-
wrapfunction: use functools.partial if possibleTue, 05 Sep 2017 13:37:36 -0700, by Jun Wu
-
cmdutil: remove redundant commitfunc parameter in amend (API)Fri, 01 Sep 2017 12:34:36 -0700, by Saurabh Singh
-
cmdutil: remove the redundant commit during amendFri, 01 Sep 2017 12:34:36 -0700, by Saurabh Singh
-
checknlink: rename file object from 'fd' to 'fp'Wed, 06 Sep 2017 12:56:19 -0700, by Jun Wu
-
cleanup: rename "matchfn" to "match" where obviously a matcherTue, 05 Sep 2017 15:06:45 -0700, by Martin von Zweigbergk
-
check-code: fix incorrect capitalization in camelcase regexWed, 06 Sep 2017 08:22:54 -0700, by Martin von Zweigbergk
-
amend: use context manager for config overrideWed, 06 Sep 2017 10:41:13 -0700, by Martin von Zweigbergk
-
amend: delete dead assignment to "newid"Wed, 06 Sep 2017 10:42:02 -0700, by Martin von Zweigbergk
-
checknlink: use a random temp file name for checkingFri, 01 Sep 2017 17:09:53 -0700, by Jun Wu
-
copytrace: move the default copytracing algorithm in a new functionSun, 03 Sep 2017 02:34:01 +0530, by Pulkit Goyal
-
copytrace: replace experimental.disablecopytrace config with copytrace (BC)Sun, 03 Sep 2017 01:52:19 +0530, by Pulkit Goyal
-
filemerge: use fctx.write() in the internal:dump tool, instead of copyTue, 05 Sep 2017 12:04:02 -0700, by Phil Cohen
-
largefiles: remove unused assignments from wrapfunction()Thu, 31 Aug 2017 22:39:10 -0700, by Martin von Zweigbergk
-
branches: correctly show inactive multiheaded branchesThu, 31 Aug 2017 18:24:08 +0300, by the31k
-
parser: stabilize output of prettyformat() by using byte-safe repr()Sun, 03 Sep 2017 21:17:25 +0900, by Yuya Nishihara
-
py3: fix repr(util.url) to return system stringSun, 03 Sep 2017 17:51:23 +0900, by Yuya Nishihara
-
py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()Sun, 03 Sep 2017 17:37:17 +0900, by Yuya Nishihara
-
py3: fix type of attribute name in smartset.pySun, 03 Sep 2017 17:14:53 +0900, by Yuya Nishihara
-
py3: fix mixed bytes/unicode in revsetlang._aliassyminitlettersSun, 03 Sep 2017 17:03:23 +0900, by Yuya Nishihara
-
py3: fix type of regex literals in subrepo.pySun, 03 Sep 2017 15:01:23 +0900, by Yuya Nishihara
-
py3: replace bytes[n] with bytes[n:n + 1] in patch.py where neededSun, 03 Sep 2017 16:19:20 +0900, by Yuya Nishihara
-
py3: fix type of regex literals in patch.pySun, 03 Sep 2017 16:12:15 +0900, by Yuya Nishihara
-
revset: optimize "draft() & ::x" patternMon, 28 Aug 2017 14:49:00 -0700, by Jun Wu
-
phabricator: add a config to use curl for communicationFri, 01 Sep 2017 12:13:17 -0700, by Jun Wu
-
phabricator: standardize colorsThu, 24 Aug 2017 18:00:23 -0700, by Jun Wu
-
wireproto: do not abort after successful lookupFri, 01 Sep 2017 14:00:13 -0700, by Kyle Lippincott
-
check-code: forbid "\S" in egrep regular expressionFri, 01 Sep 2017 16:44:30 -0700, by Jun Wu
-
check-code: forbid using bash in shebangFri, 01 Sep 2017 15:47:32 -0700, by Jun Wu
-
amend: add tests for amending only some files from commit to be amendedFri, 01 Sep 2017 12:34:34 -0700, by Saurabh Singh
-
test-editor-filename: fix portability of fake editor commandSat, 02 Sep 2017 21:49:45 +0900, by Yuya Nishihara
-
amend: moving first assignment of newid closer to its useFri, 01 Sep 2017 12:34:36 -0700, by Saurabh Singh
-
amend: rectify commentThu, 31 Aug 2017 18:35:39 -0700, by Saurabh Singh
-
amend: removing redundant if conditionFri, 01 Sep 2017 15:08:54 -0700, by Saurabh Singh
-
editor: file created for diff action should have .diff suffixFri, 01 Sep 2017 20:28:26 +0000, by Michael Bolin
-
test-amend: match output using conditional test case nameFri, 01 Sep 2017 11:13:55 -0700, by Jun Wu
-
util: use set for reserved Windows filenamesThu, 31 Aug 2017 19:40:15 -0700, by Gregory Szorc
-
context: add arbitraryfilectx, which can represent files outside the workdirFri, 01 Sep 2017 11:52:20 -0700, by Phil Cohen
-
simplemerge: remove unused `filtereddata` parameterFri, 01 Sep 2017 10:35:43 -0700, by Phil Cohen
-
simplemerge: remove unused `repo` parameterFri, 01 Sep 2017 10:35:43 -0700, by Phil Cohen
-
extensions: prohibit unicode defaultsTue, 29 Aug 2017 18:24:51 +0200, by Christophe de Vienne
-
revsetlang: remove unused functionsSat, 19 Aug 2017 22:04:03 +0900, by Yuya Nishihara
-
revsetlang: match tree by helper function on optimizeWed, 17 Feb 2016 21:40:59 +0900, by Yuya Nishihara
-
parser: add helper function to test if pattern matches parsed treeWed, 17 Feb 2016 21:31:09 +0900, by Yuya Nishihara
-
revsetlang: build optimized tree by helper functionWed, 17 Feb 2016 21:38:25 +0900, by Yuya Nishihara
-
parser: add helper function that constructs parsed tree from templateWed, 17 Feb 2016 21:30:04 +0900, by Yuya Nishihara
-
patch: take messages out of the function so that extensions can add entriesWed, 30 Aug 2017 18:19:14 +0530, by Pulkit Goyal
-
run-tests: allow bisecting a different repoWed, 02 Aug 2017 21:24:29 -0700, by Jun Wu
-
run-tests: extract prefix of bisect commands to a variableWed, 02 Aug 2017 21:01:38 -0700, by Jun Wu
-
run-tests: pass --with-hg to run-tests.py command used by bisectWed, 02 Aug 2017 21:01:38 -0700, by Jun Wu
-
import-checker: allow relative import a module being checkedMon, 28 Aug 2017 13:43:25 -0700, by Jun Wu
-
merge: move some of the logic in batchget() to workingfilectxThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: add _restorebackupThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: reduce creation of tempfiles until neededThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: add `_workingpath`Thu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: move a util copy call to filectx.writeThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: eliminate most uses of tempfilesThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: extract _maketemp and _makebackupThu, 31 Aug 2017 11:05:19 -0700, by Phil Cohen
-
encoding: check overflow while calculating size of JSON escape bufferThu, 31 Aug 2017 21:56:40 +0900, by Yuya Nishihara
-
editor: use an unambiguous path suffix for editor filesWed, 30 Aug 2017 20:25:56 +0000, by Michael Bolin
-
revlog: move check for wdir from changelog to revlogWed, 30 Aug 2017 09:21:31 -0700, by Martin von Zweigbergk
-
debugssl: allow a URL to be specified without a local repository stableTue, 29 Aug 2017 16:38:10 -0400, by Matt Harbison
-
revlog: use pycompat.bytestr() to reliably have a %s-able valueTue, 22 Aug 2017 21:21:43 -0400, by Augie Fackler
-
debugcommands: stabilize output of debugbundle by having a custom reprTue, 22 Aug 2017 23:11:35 -0400, by Augie Fackler
-
python3: whitelist another 5 passing tests found with the ratchet scriptTue, 22 Aug 2017 20:25:08 -0400, by Augie Fackler
-
python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)Tue, 22 Aug 2017 20:06:58 -0400, by Augie Fackler
-
python3: wrap all uses of <exception>.strerror with strtolocalTue, 22 Aug 2017 20:03:07 -0400, by Augie Fackler
-
pager: do not start pager if `ui` has been `pushbuffer`-edWed, 30 Aug 2017 14:04:55 -0700, by Jun Wu
-
revset: do not flip "and" arguments when optimizingWed, 30 Aug 2017 16:05:12 -0700, by Jun Wu
-
revset: make match function follow given subset if specified (API)Wed, 30 Aug 2017 22:51:28 +0900, by Yuya Nishihara
-
revset: move order argument to run-time match functionWed, 30 Aug 2017 22:41:36 +0900, by Yuya Nishihara
-
revset: fix example describing how ordering is determinedWed, 30 Aug 2017 23:53:30 +0900, by Yuya Nishihara
-
revset: move order constants from revsetlangWed, 30 Aug 2017 22:32:47 +0900, by Yuya Nishihara
-
tag: use filtered repo when creating new tags (issue5539)Tue, 29 Aug 2017 11:25:22 +0200, by Denis Laxalde
-
extensions: add wrappedfunction() context managerMon, 21 Aug 2017 16:46:05 -0700, by Martin von Zweigbergk
-
mdiff: add a --ignore-space-at-eol optionTue, 29 Aug 2017 18:20:50 -0700, by David Soria Parra
-
revset: improve documentation about ordering handlingFri, 25 Aug 2017 11:20:34 -0700, by Jun Wu
-
revset: remove order information from tree (API)Sun, 20 Aug 2017 10:55:11 -0700, by Jun Wu
-
revset: drop optimization about reordering "or" set elementsMon, 28 Aug 2017 23:44:47 -0700, by Jun Wu
-
rebase: use _ctxdesc in one more placeTue, 29 Aug 2017 17:51:54 -0700, by Jun Wu
-
rebase: move working parent and bookmark for obsoleted revs (BC)Sun, 27 Aug 2017 02:47:47 -0700, by Jun Wu
-
rebase: remove an unnecessary adjustdest in clearrebasedTue, 29 Aug 2017 17:49:13 -0700, by Jun Wu
-
rebase: sort destmap topologicallyMon, 21 Aug 2017 20:22:07 -0700, by Jun Wu
-
rebase: initial support for multiple destinationsTue, 29 Aug 2017 17:27:37 -0700, by Jun Wu
-
rebase: change internal format to support destination mapFri, 11 Aug 2017 00:32:19 -0700, by Jun Wu
-
rebase: rewrite _computeobsoletenotrebasedFri, 11 Aug 2017 00:31:52 -0700, by Jun Wu
-
util: use ~ as a suffix for a temp file in the same directory as a source fileTue, 22 Aug 2017 00:38:38 +0000, by Michael Bolin
-
morestatus: simplify check for unresolved merge conflictsMon, 28 Aug 2017 14:47:18 -0700, by Martin von Zweigbergk
-
tests: rename test-terse-status.t to test-status-terse.tMon, 28 Aug 2017 15:06:34 -0700, by Martin von Zweigbergk
-
metadataonlyctx: don't crash when reusing the manifest with deletionsMon, 28 Aug 2017 16:58:59 -0700, by Jun Wu
-
context: make parents and text optional in metadataonlyctxMon, 28 Aug 2017 16:49:41 -0700, by Jun Wu
-
test: add more obsmarker tests for pruning scenariosThu, 17 Aug 2017 18:09:32 +0200, by Boris Feld
-
template: better prune support in obsfateMon, 03 Jul 2017 17:38:56 +0200, by Boris Feld
-
template: compute dates in obsfatedateMon, 03 Jul 2017 15:34:10 +0200, by Boris Feld
-
template: compute user in obsfateusersMon, 03 Jul 2017 15:34:00 +0200, by Boris Feld