Mercurial > hg
graph
-
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
-
contrib: drop obsolete sample.hgrcFri, 29 Aug 2014 17:15:49 +0200, by Matt Mackall
-
contrib: drop old convert-repo scriptFri, 29 Aug 2014 17:14:45 +0200, by Matt Mackall
-
merge with stableWed, 27 Aug 2014 18:35:34 +0200, by Matt Mackall
-
templater: enable alias predicates to be used in "revset()" functionSat, 23 Aug 2014 21:23:02 +0900, by FUJIWARA Katsunori
-
import: show the warning message for failure of merging stableWed, 27 Aug 2014 23:10:06 +0900, by FUJIWARA Katsunori
-
graft: fix collision detection with origin revisions that are missing stableWed, 27 Aug 2014 15:30:09 +0200, by Mads Kiilerich
-
log: use correct phase info for parent field (issue4347) stableSat, 23 Aug 2014 17:03:08 -0500, by Sean Farley
-
convert: introduce --full for converting all filesTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: refactor hg getchanges and cachingTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: refactor subversion getchanges and cachingTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: remove incorrect and unused handling of removed svn directoriesTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
convert: use None value for missing files instead of overloading IOErrorTue, 26 Aug 2014 22:03:32 +0200, by Mads Kiilerich
-
merge with stableWed, 27 Aug 2014 12:30:28 +0200, by Matt Mackall
-
convert: p4: ignore purged files with p4d 2012.2 and laterMon, 25 Aug 2014 03:27:51 +0200, by Mads Kiilerich
-
tests: fix p4 tests so they use separate ports and can be run in parallelMon, 25 Aug 2014 03:27:51 +0200, by Mads Kiilerich
-
run-tests: report skipped tests as "skipped" - they might still be "relevant"Tue, 26 Aug 2014 22:03:30 +0200, by Mads Kiilerich
-
ui: add brief comment why raw_input() needs dummy ' ' prompt stringSun, 24 Aug 2014 12:35:53 +0900, by Yuya Nishihara
-
largefiles: remove redundant "updatelfiles" invocation in "lfilesrepo.commit"Sun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: update largefiles even if transplant is aborted by conflictSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: update largefiles even if rebase is aborted by conflictSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: move "updatestandin" invocation to "hg.updaterepo" wrapperSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: unlink standins not known to the restored dirstate at rollbackSun, 24 Aug 2014 23:47:26 +0900, by FUJIWARA Katsunori
-
largefiles: restore standins according to restored dirstateSun, 24 Aug 2014 23:47:25 +0900, by FUJIWARA Katsunori
-
largefiles: restore standins from non branch-tip parent at rollback correctlySun, 24 Aug 2014 23:47:25 +0900, by FUJIWARA Katsunori
-
largefiles: omit restoring standins if working parent is not rollbackedSun, 24 Aug 2014 23:47:25 +0900, by FUJIWARA Katsunori
-
repoview: fix 0L with pack/unpack for 2.4Tue, 26 Aug 2014 13:11:53 +0200, by Matt Mackall
-
help: add pad function to template help stableMon, 25 Aug 2014 15:10:09 +0200, by Thomas De Schampheleire
-
histedit: use str.startswith to check for comments in action listFri, 22 Aug 2014 16:40:34 -0400, by Mike Edgar
-
histedit: drop duplicate line extracting keep optionFri, 22 Aug 2014 16:37:55 -0400, by Mike Edgar
-
import: avoid editor invocation when importing with "--exact" for exact-nessSat, 23 Aug 2014 23:03:50 +0900, by FUJIWARA Katsunori
-
import: disallow meaningless combination of "--exact" and "--edit"Sat, 23 Aug 2014 23:03:50 +0900, by FUJIWARA Katsunori
-
config: highlight parse error caused by leading spaces (issue3214)Sun, 16 Mar 2014 17:31:31 +0200, by Razvan Cojocaru
-
test-config: add tests for invalid syntaxWed, 20 Aug 2014 22:52:56 -0700, by Pierre-Yves David
-
debugobsolete: add a --rev argumentTue, 19 Aug 2014 23:22:44 -0700, by Pierre-Yves David
-
obsolete: rename `allmarkers` to `getmarkers`Wed, 20 Aug 2014 18:11:23 -0700, by Pierre-Yves David
-
debugobsolete: add a way to record parent informationWed, 20 Aug 2014 00:43:08 -0700, by Pierre-Yves David
-
obsstore: add relevantmarkers methodTue, 19 Aug 2014 17:03:10 -0700, by Pierre-Yves David
-
obsstore: keep track of children informationTue, 19 Aug 2014 16:53:53 -0700, by Pierre-Yves David
-
push: check if local and remote support evolution during discoveryWed, 20 Aug 2014 17:36:54 -0700, by Pierre-Yves David
-
obsstore: drop outdated commentTue, 19 Aug 2014 16:46:17 -0700, by Pierre-Yves David
-
cvsps: add two more tiebreakers in cscmpThu, 21 Aug 2014 10:07:30 -0400, by Augie Fackler
-
annotate: abort early if no file is specifiedSat, 16 Aug 2014 17:59:26 +0900, by Yuya Nishihara
-
purge: avoid full walks when directories aren't purgedWed, 20 Aug 2014 15:07:25 -0700, by Siddharth Agarwal
-
clone: for local clones, copy over filtered branchcaches as well (issue4286)Thu, 21 Aug 2014 16:05:29 -0700, by Siddharth Agarwal
-
clone: for local clones, copy branchcache from the right location (issue4286)Thu, 21 Aug 2014 15:58:32 -0700, by Siddharth Agarwal
-
obsolete: avoid 2-argument form of enumerate, which was new in Python 2.6Wed, 20 Aug 2014 14:33:59 -0400, by Augie Fackler
-
repoview: use util.sha1() instead of hashlib.sha1()Wed, 20 Aug 2014 13:21:41 -0400, by Augie Fackler
-
debugobsolete: display parents information from markersMon, 18 Aug 2014 17:17:23 -0700, by Pierre-Yves David
-
obsmarkers: add a `parentnodes` method to retrieve parent informationMon, 18 Aug 2014 17:14:27 -0700, by Pierre-Yves David
-
obsstore: also store the 'parents' field on diskMon, 18 Aug 2014 16:28:44 -0700, by Pierre-Yves David
-
obsstore: drop 'date' from the metadata dictionaryMon, 18 Aug 2014 17:06:08 -0700, by Pierre-Yves David
-
createmarkers: automatically record the parent of pruned changesetsMon, 18 Aug 2014 16:17:16 -0700, by Pierre-Yves David
-
obsstore: add a `parents` argument to obsstore.createMon, 18 Aug 2014 16:12:29 -0700, by Pierre-Yves David
-
obsstore: add a `parents` fieldMon, 18 Aug 2014 16:08:44 -0700, by Pierre-Yves David
-
obsstore: add some documentation about the marker fieldsTue, 19 Aug 2014 14:42:08 -0700, by Pierre-Yves David
-
transplant: change "editform" to distinguish merge commits from othersSat, 16 Aug 2014 10:43:59 +0900, by FUJIWARA Katsunori
-
rebase: change "editform" to distinguish merge commits from othersSat, 16 Aug 2014 10:43:59 +0900, by FUJIWARA Katsunori