Mercurial > hg
graph
-
obsmarker: precnode was renamed into prednodeWed, 16 Aug 2017 10:26:26 +0200, by Boris Feld
-
revset: mark evolution-related revsets as experimentalWed, 16 Aug 2017 16:48:41 +0200, by Boris Feld
-
push: fix docsstringTue, 15 Aug 2017 17:22:57 -0700, by Jun Wu
-
py3: select input or raw_input by pycompatWed, 16 Aug 2017 13:54:24 +0900, by Yuya Nishihara
-
py3: make encoding.strio() an identity function on Python 2Wed, 16 Aug 2017 13:50:11 +0900, by Yuya Nishihara
-
templatekw: specify plural form of instabilitySun, 13 Aug 2017 14:12:28 +0900, by Yuya Nishihara
-
templatekw: rename termwidth() per conventionWed, 16 Aug 2017 13:57:19 +0900, by Yuya Nishihara
-
rebase: optimize "source" calculation in adjustdestFri, 11 Aug 2017 01:08:07 -0700, by Jun Wu
-
rebase: remove "state >= revtodo" conditionFri, 11 Aug 2017 01:36:59 -0700, by Jun Wu
-
rebase: remove self.destancestorsFri, 11 Aug 2017 01:05:47 -0700, by Jun Wu
-
rebase: remove rebaseset from _checkobsrebaseFri, 14 Jul 2017 09:01:45 -0700, by Jun Wu
-
rebase: remove revignored and nullmerge statesMon, 10 Jul 2017 12:18:32 -0700, by Jun Wu
-
rebase: remove messages for nullmerge and revignored (BC)Sat, 08 Jul 2017 20:38:34 -0700, by Jun Wu
-
rebase: remove revprecursor and revpruned states (BC)Sat, 08 Jul 2017 20:38:34 -0700, by Jun Wu
-
rebase: move obsoleted not rebased messages earlier (BC)Sat, 08 Jul 2017 20:14:33 -0700, by Jun Wu
-
rebase: extract ctx description logic to a functionSat, 08 Jul 2017 20:05:52 -0700, by Jun Wu
-
python3: whitelist another *13* tests that now passThu, 27 Jul 2017 00:00:15 -0400, by Augie Fackler
-
py3: introduce a wrapper for __builtins__.{raw_,}input()Mon, 24 Jul 2017 14:38:40 -0400, by Augie Fackler
-
python3: whitelist four more passing testsWed, 26 Jul 2017 23:33:26 -0400, by Augie Fackler
-
extensions: don't give AttributeError bytes message on Python 3Fri, 11 Aug 2017 15:09:54 -0400, by Augie Fackler
-
extensions: if on py3 and propname is a bytestr, convert to sysstrTue, 25 Jul 2017 22:49:43 -0400, by Augie Fackler
-
pushvars: add a coreconfigitem for push.pushvars.serverSat, 12 Aug 2017 04:47:40 +0530, by Pulkit Goyal
-
phabricator: add phabupdate command to update status in batchTue, 18 Jul 2017 02:05:19 -0700, by Jun Wu
-
phabricator: add status to revision query languageTue, 18 Jul 2017 01:34:55 -0700, by Jun Wu
-
phabricator: add a small language to query Differential RevisionsMon, 17 Jul 2017 23:19:11 -0700, by Jun Wu
-
phabricator: change "readpatch" to be more flexibleMon, 17 Jul 2017 23:14:06 -0700, by Jun Wu
-
filemerge: extract `_picklabels` as a helper functionSun, 13 Aug 2017 22:46:16 -0700, by Phil Cohen
-
simplemerge: write merge result to the localctx, if passedSun, 13 Aug 2017 22:46:03 -0700, by Phil Cohen
-
simplemerge: use contexts to read file data from, if passedSun, 13 Aug 2017 20:06:52 -0700, by Phil Cohen
-
filemerge: pass contexts to simplemergeSun, 13 Aug 2017 20:06:52 -0700, by Phil Cohen
-
simplemerge: add optional context parameters to simplemergeSun, 13 Aug 2017 20:06:52 -0700, by Phil Cohen
-
simplemerge: extract verifytext as a helper functionSun, 13 Aug 2017 20:06:52 -0700, by Phil Cohen
-
commit: use context manager with dirstateguardMon, 14 Aug 2017 23:26:54 -0700, by Martin von Zweigbergk
-
commit: move dirstateguard creation out of try-blockMon, 14 Aug 2017 23:26:51 -0700, by Martin von Zweigbergk
-
copies: add more details to the documentation of mergecopies()Wed, 16 Aug 2017 00:25:20 +0530, by Pulkit Goyal
-
httppeer: add support for httppostargs when we're sending a fileWed, 26 Jul 2017 17:58:19 -0400, by Augie Fackler
-
i18n: get translation entries for description of each compression enginesTue, 15 Aug 2017 21:09:33 +0900, by FUJIWARA Katsunori
-
i18n: ignore docstring for modules under mercurialTue, 15 Aug 2017 21:06:26 +0900, by FUJIWARA Katsunori
-
i18n: use saved object to get actual function information if availableTue, 15 Aug 2017 19:27:24 +0900, by FUJIWARA Katsunori
-
i18n: ignore doctest part to avoid warning at "make update-pot"Sun, 13 Aug 2017 15:20:16 +0900, by FUJIWARA Katsunori
-
largefiles: fix help text to avoid warning at "make update-pot"Wed, 02 Aug 2017 01:15:07 +0900, by FUJIWARA Katsunori
-
i18n: make hggettext use original docstring to compute offsetWed, 02 Aug 2017 01:03:20 +0900, by FUJIWARA Katsunori
-
run-tests: also color the summary messages (skipped, failed...)Fri, 11 Aug 2017 14:21:49 +0200, by Matthieu Laneuville
-
crecord: fixes the formatting of the select status in the status lineSun, 13 Aug 2017 00:17:13 -0700, by Filip Filmar
-
cext: move PyInt macros to charencode.c properlyMon, 14 Aug 2017 13:35:26 +0900, by Yuya Nishihara
-
py3: change encoding.localstr to a subclass of bytes, not strMon, 14 Aug 2017 15:50:40 +0900, by Yuya Nishihara
-
bundle2: relax the condition to update transaction.hookargsSun, 13 Aug 2017 11:10:35 +0900, by Yuya Nishihara
-
bundle2: raise ProgrammingError for invalid call of addhookargs()Sun, 13 Aug 2017 11:05:56 +0900, by Yuya Nishihara
-
merge: removed sorting in casefolding detection, for a slight performance winFri, 14 Jul 2017 19:27:28 +0000, by Alex Gaynor
-
tests: verify that peer instances only expose interface membersThu, 10 Aug 2017 21:00:30 -0700, by Gregory Szorc
-
wireproto: use new peer interfaceThu, 10 Aug 2017 20:58:28 -0700, by Gregory Szorc
-
httppeer: use peer interfaceSun, 06 Aug 2017 18:00:19 -0700, by Gregory Szorc
-
sshpeer: use peer interfaceSun, 06 Aug 2017 17:59:48 -0700, by Gregory Szorc
-
localrepo: use peer interfacesWed, 09 Aug 2017 23:52:25 -0700, by Gregory Szorc
-
repository: implement generic capability methods on peer classSun, 06 Aug 2017 16:47:25 -0700, by Gregory Szorc
-
repository: formalize wire protocol interfaceSun, 13 Aug 2017 11:04:42 -0700, by Gregory Szorc
-
repository: formalize peer interface with abstract base classSun, 13 Aug 2017 10:58:48 -0700, by Gregory Szorc
-
util: make nogc effective for CPythonMon, 14 Aug 2017 22:28:59 -0700, by Jun Wu
-
scmutil: use util.shellquote instead of %rWed, 26 Jul 2017 23:47:54 -0400, by Augie Fackler
-
context: fix troubled deprecationMon, 14 Aug 2017 11:20:06 +0200, by Boris Feld