Mercurial > hg
graph
-
test-commandserver: allow check() to make connection in different waySat, 27 Sep 2014 23:14:26 +0900, by Yuya Nishihara
-
test-commandserver: remove unused repopath argument from check()Sat, 27 Sep 2014 22:39:01 +0900, by Yuya Nishihara
-
cmdserver: make server streams switchableSat, 27 Sep 2014 15:10:14 +0900, by Yuya Nishihara
-
cmdserver: switch service objects by modeSat, 27 Sep 2014 15:04:46 +0900, by Yuya Nishihara
-
cmdserver: wrap 'pipe' mode server by service objectSat, 27 Sep 2014 14:52:09 +0900, by Yuya Nishihara
-
histedit: miscellaneous style cleanupsThu, 16 Oct 2014 14:55:45 -0400, by Augie Fackler
-
histedit: update docstring on histeditstate.read()Thu, 16 Oct 2014 14:51:15 -0400, by Augie Fackler
-
histedit: remove now-superfluous repo argument from processreplacementThu, 16 Oct 2014 14:49:46 -0400, by Augie Fackler
-
histedit: move locks into stateWed, 15 Oct 2014 08:38:36 -0700, by David Soria Parra
-
histedit: read state from histeditstateWed, 15 Oct 2014 08:38:16 -0700, by David Soria Parra
-
histedit: pass state to action functionsWed, 15 Oct 2014 08:18:26 -0700, by David Soria Parra
-
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