Mercurial > hg
graph
-
cmdutil: add json style to log-like commandsMon, 15 Sep 2014 13:11:13 -0500, by Matt Mackall
-
encoding: add json escaping filterMon, 15 Sep 2014 13:12:49 -0500, by Matt Mackall
-
encoding: handle empty string in toutf8Mon, 15 Sep 2014 13:12:20 -0500, by Matt Mackall
-
formatter: make debug style match Python syntaxFri, 12 Sep 2014 19:06:11 -0500, by Matt Mackall
-
files: add new command unifying locate and manifest functionalityFri, 12 Sep 2014 18:32:46 -0500, by Matt Mackall
-
filelog: parsemeta stops returning unused key listTue, 02 Sep 2014 14:42:30 -0400, by Mike Edgar
-
filelog: make parsemeta a public module function, to be used by censor moduleWed, 10 Sep 2014 00:18:15 -0400, by Mike Edgar
-
filelog: make packmeta a public module function, to be used by censorWed, 10 Sep 2014 00:17:17 -0400, by Mike Edgar
-
ui: move samplehgrcs from configThu, 11 Sep 2014 12:26:12 -0500, by Matt Mackall
-
config: normalize style between user/global example configsThu, 11 Sep 2014 12:21:15 -0500, by Matt Mackall
-
commit: correctly check commit mutability during commit --amendTue, 19 Aug 2014 14:33:31 -0400, by Augie Fackler
-
histedit: check mutability of contexts correctlyTue, 19 Aug 2014 14:33:01 -0400, by Augie Fackler
-
manifest: mark addlistdelta and checkforbidden as module-privateThu, 11 Sep 2014 10:14:34 -0400, by Augie Fackler
-
convert: enable deterministic conversion progress bar for svnWed, 10 Sep 2014 10:52:00 -0400, by Augie Fackler
-
convert: enable deterministic conversion progress bar for gitWed, 10 Sep 2014 10:51:46 -0400, by Augie Fackler
-
test-convert-git.t: add a test of convert progress bars for gitWed, 10 Sep 2014 11:04:29 -0400, by Augie Fackler
-
convert: add support for deterministic progress bar on scanning phaseMon, 26 May 2014 11:53:12 -0400, by Augie Fackler
-
test-convert-svn-move.t: remove stray 'Wed, 10 Sep 2014 11:01:47 -0400, by Augie Fackler
-
manifest: move addlistdelta to module-levelThu, 07 Aug 2014 12:47:20 -0400, by Augie Fackler
-
manifest: move checkforbidden to module-levelThu, 07 Aug 2014 09:46:05 -0400, by Augie Fackler
-
dirstate: add exception when calling setparent without begin/end (API)Fri, 05 Sep 2014 11:37:44 -0700, by Durham Goode
-
dirstate: add test for exceptions during updatesFri, 05 Sep 2014 15:36:56 -0700, by Durham Goode
-
dirstate: wrap setparent calls with begin/endparentchange (issue4353)Fri, 05 Sep 2014 11:36:20 -0700, by Durham Goode
-
dirstate: add begin/endparentchange to dirstateFri, 05 Sep 2014 11:34:29 -0700, by Durham Goode
-
parsers: avoid signed/unsigned comparison mismatchMon, 08 Sep 2014 20:57:44 +0200, by Henrik Stuart
-
parsers: use correct type for file offsetMon, 08 Sep 2014 20:22:10 +0200, by Henrik Stuart
-
parsers: ensure correct return type for inline_scanMon, 08 Sep 2014 20:20:17 +0200, by Henrik Stuart
-
parsers: fix typing issue when constructing Python integer objectThu, 11 Sep 2014 12:05:23 -0500, by Henrik Stuart
-
parsers: use bitmask type consistently in find_gca_candidatesMon, 08 Sep 2014 20:06:52 +0200, by Henrik Stuart
-
revert: drop `lexist` check in the backup logicSat, 30 Aug 2014 02:10:29 +0200, by Pierre-Yves David
-
revert: distinguish between deleted file and locally modifiedSat, 30 Aug 2014 02:09:53 +0200, by Pierre-Yves David
-
revert: detect unknown files in the same path as files marked as removedSat, 30 Aug 2014 02:00:20 +0200, by Pierre-Yves David
-
revert: cache working context in a variableSat, 30 Aug 2014 01:52:08 +0200, by Pierre-Yves David
-
obsolete: properly drop 'date' from metadataWed, 10 Sep 2014 14:42:52 +0100, by Pierre-Yves David
-
templater: implement __len__ for _hybridMon, 08 Sep 2014 20:12:58 +0900, by Anton Shestakov
-
tests: remove unnecessary apostropheFri, 05 Sep 2014 19:54:26 +0200, by David Soria Parra
-
run-tests: added '--json' functionality to store test result in json fileMon, 08 Sep 2014 16:41:00 +0200, by anuraggoel
-
changegroup: rename bundle-related functions and classesTue, 02 Sep 2014 12:11:36 +0200, by Sune Foldager
-
comments: describe ancestor consistently - avoid 'least common ancestor'Tue, 19 Aug 2014 01:13:10 +0200, by Mads Kiilerich
-
rebase: improve description of --baseTue, 19 Aug 2014 01:12:56 +0200, by Mads Kiilerich
-
dagutils: fix docstrings for singleton internalize/externalizeFri, 15 Aug 2014 19:43:32 +0200, by Mads Kiilerich
-
cmdutil: avoid the confusing name 'patch' for a matcherSun, 31 Aug 2014 07:45:50 -0700, by Martin von Zweigbergk
-
fedora: remove sample.hgrc from shipped filesTue, 02 Sep 2014 14:10:08 -0700, by Siddharth Agarwal
-
config: propose some sample global config fileSun, 24 Aug 2014 19:45:46 -0400, by Jordi GutiƩrrez Hermoso
-
config: give more fine-tuned sample hgrcs to this commandWed, 13 Aug 2014 17:05:48 -0400, by Jordi GutiƩrrez Hermoso
-
rebase: add a deprecated -i/--interactive flagMon, 01 Sep 2014 11:48:55 +0200, by David Soria Parra
-
revlog: introduce isancestor method for efficiently determining node lineageTue, 19 Aug 2014 01:13:10 +0200, by Mads Kiilerich
-
clone: provide sample username = config entry in .hg/hgrc (issue4359)Tue, 09 Sep 2014 17:16:24 -0400, by Augie Fackler
-
test-acl: alter sed construct to avoid changes in .hg/hgrc formattingTue, 09 Sep 2014 16:51:21 -0400, by Augie Fackler
-
merge with stableTue, 09 Sep 2014 13:47:50 -0400, by Augie Fackler
-
dispatch: check shell alias again after loading extensions (issue4355) stableWed, 10 Sep 2014 00:41:44 +0900, by FUJIWARA Katsunori
-
dispatch: make "_checkshellalias" reusable regardless of adding aliases stableWed, 10 Sep 2014 00:41:44 +0900, by FUJIWARA Katsunori
-
build: don't clean __version__.py on 'make clean' in release tarballsTue, 02 Sep 2014 11:28:44 +0200, by J. Lewis Muir
-
revert: drop now useless conditional in the backup checkSat, 30 Aug 2014 01:51:02 +0200, by Pierre-Yves David
-
revert: no backup for `dsadded` setSat, 30 Aug 2014 01:49:28 +0200, by Pierre-Yves David
-
revert: add more padding in the dispatch listSat, 30 Aug 2014 16:06:09 +0200, by Pierre-Yves David
-
revert: add documentation in the dispatch tableSat, 30 Aug 2014 01:48:58 +0200, by Pierre-Yves David
-
revert: add a way for external extensions to prefetch file dataSat, 30 Aug 2014 02:47:59 +0200, by Pierre-Yves David
-
merge with stableSun, 07 Sep 2014 11:46:11 -0500, by Kevin Bullock
-
histedit: abort gracefully on --continue/--abort with no state stableWed, 03 Sep 2014 20:42:51 +0200, by Siddharth Agarwal
-
merge with stableThu, 04 Sep 2014 09:59:23 -0400, by Augie Fackler
-
bookmarks: allow pushkey if new equals currentTue, 26 Aug 2014 04:58:41 -0700, by Durham Goode
-
tests: improve test coverage of branch command and existing branchesFri, 29 Aug 2014 12:17:53 +0200, by Mads Kiilerich
-
localrepo: make it possible to pass multiple path elements to join and wjoinThu, 28 Aug 2014 17:23:05 +0200, by Angel Ezquerra
-
run-tests: make --interactive work with --viewSun, 31 Aug 2014 12:22:44 +0200, by Gregory Szorc
-
convert: don't use multi-argument set.updateSun, 31 Aug 2014 11:11:42 +0200, by Mads Kiilerich
-
error: use docstrings, not bare strings, for error classesSat, 30 Aug 2014 12:22:20 +0200, by Mike Edgar
-
osx: create dmg with installer instead of zipSun, 31 Aug 2014 10:24:25 +0200, by Mads Kiilerich
-
branchmap: pre-filter topological heads before ancestors based filteringSat, 30 Aug 2014 12:33:12 +0200, by Pierre-Yves David
-
branchmap: issue a single call to `ancestors` for all headsSat, 30 Aug 2014 12:20:50 +0200, by Pierre-Yves David
-
test-ancestor: add a test for `ancestor` with ancestry within the initsetSat, 30 Aug 2014 11:39:15 +0200, by Pierre-Yves David
-
bundle2: pull obsmarkers relevant to the pulled set through bundle2Tue, 26 Aug 2014 12:47:41 +0200, by Pierre-Yves David
-
getbundle: add `obsmarkers` argument to getbundleFri, 29 Aug 2014 12:36:17 +0200, by Pierre-Yves David
-
pull: use the "cg" argument when pulling a bundle2Fri, 29 Aug 2014 12:28:58 +0200, by Pierre-Yves David
-
wireprotocol: fix 'boolean' handlingFri, 29 Aug 2014 12:51:00 +0200, by Pierre-Yves David
-
push: only push obsmarkers relevant to the "pushed subset"Wed, 20 Aug 2014 01:15:09 -0700, by Pierre-Yves David
-
test-obsolete: sort the output of debugobsoleteWed, 20 Aug 2014 19:47:35 -0700, by Pierre-Yves David
-
test-obsolete: change a marker so it is relevant to the exchanged setWed, 20 Aug 2014 19:42:33 -0700, by Pierre-Yves David
-
push: use bundle2 to push obsmarkers when possibleMon, 25 Aug 2014 19:44:27 +0200, by Pierre-Yves David
-
exchange: add a `buildobsmarkerpart` functionMon, 25 Aug 2014 19:32:51 +0200, by Pierre-Yves David
-
obsolete: add a `commonversion` functionTue, 26 Aug 2014 11:36:23 +0200, by Pierre-Yves David
-
bundle2: add a `obsmarkersversion` function to extract supported versionTue, 26 Aug 2014 11:48:26 +0200, by Pierre-Yves David
-
bundle2: advertise the obsmarker part in bundle2 capabilitiesThu, 21 Aug 2014 18:18:38 -0700, by Pierre-Yves David
-
bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repoMon, 25 Aug 2014 19:21:47 +0200, by Pierre-Yves David
-
obsmarker: move bundle2caps from the localrepo class to the bundle2 moduleMon, 25 Aug 2014 19:17:06 +0200, by Pierre-Yves David
-
obsmarker: produce a reply part for markers received through bundle2Mon, 25 Aug 2014 18:35:39 +0200, by Pierre-Yves David
-
obsmarker: record the number of new markers in the transactionMon, 25 Aug 2014 18:26:56 +0200, by Pierre-Yves David
-
obssmarker: add a bundle2 record with the number of markers addedMon, 25 Aug 2014 18:10:08 +0200, by Pierre-Yves David
-
obsmarker: write a message with the number of markers added through bundle2Mon, 25 Aug 2014 18:09:54 +0200, by Pierre-Yves David
-
bundle2: add an obsmarkers part handlerMon, 25 Aug 2014 18:08:22 +0200, by Pierre-Yves David
-
obsolete: make encodemarkers a public functionMon, 25 Aug 2014 16:24:40 +0200, by Pierre-Yves David
-
obsolete: move _encodemarkers next to _readmarkersMon, 25 Aug 2014 16:21:33 +0200, by Pierre-Yves David
-
obsstore: store and preserve ondisk versionMon, 25 Aug 2014 16:18:44 +0200, by Pierre-Yves David
-
obsolete: have _readmarkers return the format versionMon, 25 Aug 2014 16:51:51 +0200, by Pierre-Yves David
-
obsolete: support for any known obsstore format when reading or writingMon, 25 Aug 2014 16:16:01 +0200, by Pierre-Yves David
-
obsolete: move _fm0encodeonemarker next to _fm0readmarkersMon, 25 Aug 2014 16:09:18 +0200, by Pierre-Yves David
-
obsolete: rename _encodeonemarker to _fm0encodeonemarkersMon, 25 Aug 2014 16:43:23 +0200, by Pierre-Yves David
-
obsolete: extract the part of _readmarkers specific to format version 0Mon, 25 Aug 2014 14:58:11 +0200, by Pierre-Yves David
-
obsolete: rename all _fm to _fm0Mon, 25 Aug 2014 14:56:15 +0200, by Pierre-Yves David
-
obsolete: rename _fnodesize to _fmfnodesizeMon, 25 Aug 2014 14:52:51 +0200, by Pierre-Yves David
-
obsstore: have the `mergemarkers` method return the number of new markersThu, 21 Aug 2014 17:42:50 -0700, by Pierre-Yves David
-
test-bundle2: add obsolescence information to be exchangedThu, 21 Aug 2014 17:36:05 -0700, by Pierre-Yves David
-
i18n-ja: synchronized with 0c838e7459a5 stableSun, 31 Aug 2014 20:49:13 +0900, by FUJIWARA Katsunori
-
config: exit non zero on non-existent config option (issue4247) stableTue, 19 Aug 2014 16:57:02 -0700, by Aaron Kushner
-
merge with crewSat, 30 Aug 2014 18:44:59 +0200, by Matt Mackall
-
bookmarks: refer to "the" active bookmark to clarify that there's only one stableSat, 30 Aug 2014 15:13:02 +0200, by Kevin Bullock
-
memctx: allow extensions to determine what filectxfn should doSat, 30 Aug 2014 05:29:38 -0700, by Siddharth Agarwal
-
revsetbenchmark: add revset with lazyset subtractionSat, 30 Aug 2014 15:17:37 +0200, by Gregory Szorc
-
debugrevlog: add chainlen column to --dump outputSat, 30 Aug 2014 11:57:46 +0200, by Sune Foldager
-
debugdag: stop wrongly sorting parentsSat, 30 Aug 2014 11:56:33 +0200, by Henrik Stuart
-
obsolete: avoid slow, generic date parsingFri, 29 Aug 2014 18:00:44 +0200, by Gregory Szorc
-
build: don't use -s flag for `which`Fri, 29 Aug 2014 12:06:31 +0200, by Kevin Bullock