Mercurial > hg
graph
-
histedit: pass state to processreplacementThu, 16 Oct 2014 10:06:49 -0700, by David Soria Parra
-
histedit: pass state to boostrapcontinueWed, 15 Oct 2014 08:06:15 -0700, by David Soria Parra
-
histedit: let the state expose a context but serialize correctly to nodesWed, 15 Oct 2014 17:11:54 -0700, by David Soria Parra
-
histedit: add clear method to remove stateWed, 15 Oct 2014 17:30:57 -0700, by David Soria Parra
-
histedit: use state object where necessaryTue, 14 Oct 2014 20:35:17 -0700, by David Soria Parra
-
histedit: add histedit state classWed, 15 Oct 2014 17:17:12 -0700, by David Soria Parra
-
import-checker: check modules for pure Python build correctlyFri, 17 Oct 2014 02:07:05 +0900, by FUJIWARA Katsunori
-
import-checker: treat "from mercurial import XXXX" style correctlyFri, 17 Oct 2014 02:07:05 +0900, by FUJIWARA Katsunori
-
encoding: avoid cyclic dependency around "parsers" in pure Python buildFri, 17 Oct 2014 02:07:04 +0900, by FUJIWARA Katsunori
-
pull: add source information to the transactionTue, 14 Oct 2014 01:40:04 -0700, by Pierre-Yves David
-
changegroup: store source and url in the `hookargs` dictTue, 14 Oct 2014 00:06:46 -0700, by Pierre-Yves David
-
prechangegroup: use hook argument from the transactionTue, 14 Oct 2014 00:43:20 -0700, by Pierre-Yves David
-
addchangegroup: call `prechangegroup` hook after transaction retrievalTue, 14 Oct 2014 00:09:25 -0700, by Pierre-Yves David
-
addchangegroup: get the `node` argument of `incoming` hook from transactionTue, 14 Oct 2014 00:03:03 -0700, by Pierre-Yves David
-
dicthelpers: delete now that they are no longer usedTue, 14 Oct 2014 23:53:35 -0700, by Martin von Zweigbergk
-
manifest: transpose pair of pairs from diff()Tue, 14 Oct 2014 23:18:07 -0700, by Martin von Zweigbergk
-
manifest: for diff(), only iterate over files, not flagsTue, 14 Oct 2014 22:48:44 -0700, by Martin von Zweigbergk
-
manifest: repurpose flagsdiff() into (node-and-flag)diff()Tue, 14 Oct 2014 17:09:16 -0700, by Martin von Zweigbergk
-
util: add a file handle wrapper class that does hash digest validationThu, 16 Oct 2014 17:03:21 +0900, by Mike Hommey
-
util: add a helper class to compute digestsThu, 16 Oct 2014 17:02:51 +0900, by Mike Hommey
-
bundle2: merge return values when bundle contains multiple changegroupsThu, 16 Oct 2014 16:03:04 +0900, by Mike Hommey
-
changegroup: use a copy of hookargs when invoking the changegroup hookThu, 16 Oct 2014 15:54:53 +0900, by Mike Hommey
-
tests: pull common http server setup out of individual testsThu, 16 Oct 2014 13:48:51 +0900, by Mike Hommey
-
util: move md5 back next to sha1 and allow to call it without an argumentWed, 24 Sep 2014 16:00:47 +0900, by Mike Hommey
-
test-bundle2-exchange: do not drop HG_NODE from the hook outputThu, 16 Oct 2014 03:22:51 -0700, by Pierre-Yves David
-
obsolete: update test-commit-amend to use obsolete optionTue, 14 Oct 2014 13:34:57 -0700, by Durham Goode
-
obsolete: update tests to use obsolete optionsTue, 14 Oct 2014 13:34:25 -0700, by Durham Goode
-
obsolete: prevent options from being used without createmarkersTue, 14 Oct 2014 13:27:00 -0700, by Durham Goode
-
obsolete: add exchange optionTue, 14 Oct 2014 13:26:01 -0700, by Durham Goode
-
obsolete: add allowunstable optionTue, 14 Oct 2014 13:25:13 -0700, by Durham Goode
-
obsolete: add createmarkers optionTue, 14 Oct 2014 13:23:52 -0700, by Durham Goode
-
obsolete: add readonly flag to obstore constructorTue, 14 Oct 2014 13:20:31 -0700, by Durham Goode
-
obsolete: add isenabled function for option checkingTue, 14 Oct 2014 13:17:35 -0700, by Durham Goode
-
obsstore: fix defaultformat option passingWed, 15 Oct 2014 12:52:10 -0700, by Durham Goode
-
tests: use $PYTHON instead of hardcoding pythonWed, 15 Oct 2014 15:35:59 -0400, by Augie Fackler
-
checklink: always close the NamedTemporaryFileWed, 15 Oct 2014 15:13:43 -0400, by Augie Fackler
-
hgignore: ignore the PyCharm workspace folderMon, 13 Oct 2014 11:46:04 +0200, by Angel Ezquerra
-
revset: better naming of variables containing the value of a single argumentWed, 15 Oct 2014 04:08:06 +0200, by Mads Kiilerich
-
manifest: add docstring to text() methodTue, 14 Oct 2014 14:42:25 -0400, by Augie Fackler
-
manifest: rename ambiguously-named set to setflagFri, 10 Oct 2014 14:09:37 -0400, by Augie Fackler
-
bookmarks: inform transaction-related hooks that some bookmarks were movedSun, 12 Oct 2014 08:29:31 -0700, by Pierre-Yves David
-
phases: inform transaction-related hooks that a phase was movedSun, 12 Oct 2014 08:03:20 -0700, by Pierre-Yves David
-
test-bundle2: also test the argument of the changegroup hookMon, 13 Oct 2014 14:52:38 -0700, by Pierre-Yves David
-
test-bundle2: test that we got appropriate hook called with appropriate dataMon, 13 Oct 2014 14:47:36 -0700, by Pierre-Yves David
-
pull: use `stepsdone` instead of `todosteps`Sun, 12 Oct 2014 06:40:36 -0700, by Pierre-Yves David
-
pull: make discovery phase extensibleSat, 27 Sep 2014 00:29:06 -0700, by Pierre-Yves David
-
sshpeer: forward stdout of remote "hg init" to appropriate output channelTue, 14 Oct 2014 21:59:39 +0900, by Yuya Nishihara
-
revlog: support importing censored file revision tombstonesWed, 03 Sep 2014 16:34:29 -0400, by Mike Edgar
-
verify: report censored nodes if configured policy is abortTue, 14 Oct 2014 16:16:04 -0400, by Mike Edgar
-
context: handle censored data in an on-disk file context based on configTue, 14 Oct 2014 15:46:16 -0400, by Mike Edgar
-
manifest: add fastdelta method to manifestdictWed, 08 Oct 2014 15:20:14 -0400, by Augie Fackler
-
manifest: move _search to module level and rename to _msearchWed, 08 Oct 2014 15:21:59 -0400, by Augie Fackler
-
manifest: move manifestdict-to-text encoding to manifest classWed, 08 Oct 2014 14:47:30 -0400, by Augie Fackler
-
localrepo: access status fields by name rather than indexFri, 03 Oct 2014 13:22:31 -0700, by Martin von Zweigbergk
-
subrepo: use separate instances of empty lists in statusSat, 11 Oct 2014 22:43:14 -0700, by Martin von Zweigbergk
-
summary: make status code more readableFri, 03 Oct 2014 09:29:48 -0700, by Martin von Zweigbergk
-
strip: make checklocalchanges() return full status tupleSat, 04 Oct 2014 20:53:05 -0700, by Martin von Zweigbergk
-
fileset: access status fields by name rather than indexSat, 04 Oct 2014 21:58:01 -0700, by Martin von Zweigbergk
-
histedit: access status fields by name rather than indexSat, 04 Oct 2014 21:19:44 -0700, by Martin von Zweigbergk
-
shelve: access status fields by name rather than indexFri, 03 Oct 2014 22:12:43 -0700, by Martin von Zweigbergk
-
record: access status fields by name rather than indexFri, 03 Oct 2014 10:44:07 -0700, by Martin von Zweigbergk
-
purge: access status fields by name rather than indexFri, 03 Oct 2014 10:38:43 -0700, by Martin von Zweigbergk
-
largefiles: access status fields by name rather than indexFri, 03 Oct 2014 22:10:08 -0700, by Martin von Zweigbergk
-
keyword: access status fields by name rather than indexFri, 03 Oct 2014 10:05:54 -0700, by Martin von Zweigbergk
-
hgcia: access status fields by name rather than indexFri, 03 Oct 2014 09:51:39 -0700, by Martin von Zweigbergk
-
context: store status class instead of plain tuple in self._statusSat, 04 Oct 2014 21:05:41 -0700, by Martin von Zweigbergk
-
status: update and move documentation of status types to status classFri, 10 Oct 2014 10:14:35 -0700, by Martin von Zweigbergk
-
status: update various other methods to return new classTue, 14 Oct 2014 00:52:27 -0500, by Martin von Zweigbergk
-
status: create class for status listsFri, 10 Oct 2014 14:32:36 -0700, by Martin von Zweigbergk
-
lfutil: avoid creating unnecessary copy of status tupleFri, 03 Oct 2014 21:21:20 -0700, by Martin von Zweigbergk
-
dirstate: separate 'lookup' status field from othersFri, 03 Oct 2014 21:44:10 -0700, by Martin von Zweigbergk
-
commit: update file nodeid and flags in the same placeMon, 13 Oct 2014 14:18:47 -0700, by Martin von Zweigbergk
-
commit: use separate variable for p1 manifest and new manifestMon, 13 Oct 2014 14:11:47 -0700, by Martin von Zweigbergk
-
commit: remove dead initialization of 'lock'Mon, 13 Oct 2014 14:34:53 -0700, by Martin von Zweigbergk
-
commit: reduce scope of 'removed' variableMon, 13 Oct 2014 16:43:37 -0700, by Martin von Zweigbergk
-
rebase: fix some weird mixed-case namingMon, 13 Oct 2014 18:00:39 -0500, by Matt Mackall
-
rebase: move duplicatecopies next to mergeMon, 13 Oct 2014 17:55:45 -0500, by Matt Mackall
-
histedit: use merge.graftMon, 13 Oct 2014 17:12:47 -0500, by Matt Mackall
-
graft: use merge.graftMon, 13 Oct 2014 17:12:31 -0500, by Matt Mackall
-
merge: add merge.graft helperMon, 13 Oct 2014 17:12:12 -0500, by Matt Mackall
-
duplicatecopies: move from cmdutil to copiesMon, 13 Oct 2014 14:33:13 -0500, by Matt Mackall
-
histedit: fix indentMon, 13 Oct 2014 14:04:11 -0500, by Matt Mackall
-
graft: move rebase cleanup code next to actual rebaseMon, 13 Oct 2014 13:21:03 -0500, by Matt Mackall
-
shelve: add a bundlerepo methodFri, 10 Oct 2014 13:44:40 -0500, by Matt Mackall
-
dirstate: merge falls through to otherparentSat, 11 Oct 2014 14:05:09 -0500, by Matt Mackall
-
dirstate: use 'm' state in otherparent to reduce ambiguityFri, 10 Oct 2014 13:31:06 -0500, by Matt Mackall
-
dirstate: properly clean-up some more merge state on setparentsFri, 10 Oct 2014 13:05:50 -0500, by Matt Mackall
-
phases: move root phase assignment to it's own functionTue, 07 Oct 2014 11:42:37 -0700, by Durham Goode
-
phases: add invalidate functionTue, 07 Oct 2014 11:37:54 -0700, by Durham Goode
-
phases: change phase command change detectionSun, 12 Oct 2014 23:30:04 -0700, by Durham Goode
-
spanset: remove `.set()` definitionFri, 10 Oct 2014 13:09:22 -0700, by Pierre-Yves David
-
generatorset: remove `.set()` definitionFri, 10 Oct 2014 13:08:49 -0700, by Pierre-Yves David
-
addset: remove `.set()` definitionFri, 10 Oct 2014 13:08:28 -0700, by Pierre-Yves David
-
filteredset: remove `.set()` definitionFri, 10 Oct 2014 13:08:10 -0700, by Pierre-Yves David
-
baseset: remove `set()` definitionFri, 10 Oct 2014 13:07:35 -0700, by Pierre-Yves David
-
abstractsmartset: remove `set()` method definitionFri, 10 Oct 2014 11:27:57 -0700, by Pierre-Yves David
-
match: check if an object is a baseset using `isascending` instead of `set`Fri, 10 Oct 2014 14:27:05 -0700, by Pierre-Yves David
-
getset: check if an object is a baseset using `isascending` instead of `set`Fri, 10 Oct 2014 14:22:23 -0700, by Pierre-Yves David
-
fullreposet: detect smartset using "isascending" instead of "set"Fri, 10 Oct 2014 13:24:57 -0700, by Pierre-Yves David
-
fullreposet: drop custom sets but not smartsets detectionFri, 10 Oct 2014 13:21:05 -0700, by Pierre-Yves David
-
addset: drop `.set()` usage during iterationFri, 10 Oct 2014 12:30:00 -0700, by Pierre-Yves David
-
baseset: access `_set` directly for containment checkFri, 10 Oct 2014 12:31:22 -0700, by Pierre-Yves David
-
baseset: make `_set` a property cacheFri, 10 Oct 2014 12:30:56 -0700, by Pierre-Yves David
-
graphnode: remove usage of `set()`Fri, 10 Oct 2014 11:27:04 -0700, by Pierre-Yves David
-
revset-_hexlist: remove usage of `set()`Wed, 08 Oct 2014 02:52:10 -0700, by Pierre-Yves David
-
revset-_intlist: remove usage of `set()`Wed, 08 Oct 2014 02:51:54 -0700, by Pierre-Yves David
-
revset-_list: remove usage of `set()`Wed, 08 Oct 2014 02:51:16 -0700, by Pierre-Yves David
-
revset-roots: remove usage of `set()`Wed, 08 Oct 2014 02:50:20 -0700, by Pierre-Yves David
-
histedit: stabilise the order nodes that are strippedFri, 10 Oct 2014 13:31:00 -0700, by Pierre-Yves David
-
revset-origin: remove usage of `set()`Wed, 08 Oct 2014 02:49:17 -0700, by Pierre-Yves David
-
revset-last: remove usage of `set()`Wed, 08 Oct 2014 02:48:56 -0700, by Pierre-Yves David
-
revset-limit: remove usage of `set()`Wed, 08 Oct 2014 02:48:24 -0700, by Pierre-Yves David
-
revset-destination: remove usage of `set()`Wed, 08 Oct 2014 02:47:46 -0700, by Pierre-Yves David
-
revset-children: remove usage of `set()`Wed, 08 Oct 2014 02:47:24 -0700, by Pierre-Yves David
-
revset-branch: remove usage of `set()`Wed, 08 Oct 2014 02:47:00 -0700, by Pierre-Yves David
-
revset-rangeset: remove usage of `set()`Wed, 08 Oct 2014 02:45:53 -0700, by Pierre-Yves David
-
revset-only: remove usage of `set()`Wed, 08 Oct 2014 02:45:43 -0700, by Pierre-Yves David
-
revset: cache most conditions used in `filter`Thu, 09 Oct 2014 22:57:52 -0700, by Pierre-Yves David
-
baseset: empty or one-element sets are ascending and descendingThu, 09 Oct 2014 04:12:20 -0700, by Pierre-Yves David
-
filteredset: drop explicit order managementTue, 07 Oct 2014 01:33:05 -0700, by Pierre-Yves David