tests: fix doctests for pypy optimizations |
2016-03-31 |
Maciej Fijalkowski |
marmoute |
Accepted |
revset: fix infinite recursion if called with __len__ first |
2016-03-31 |
Maciej Fijalkowski |
marmoute |
Changes Requested |
[v3] tests: fix builtin module test on pypy |
2016-03-30 |
Maciej Fijalkowski |
marmoute |
Accepted |
[evolve-ext] split: reuse the pre-split commit message for the split ones |
2016-03-20 |
Jordi Gutiérrez Hermoso |
marmoute |
Superseded |
histedit: do not check experimental.histediting in extsetup |
2016-03-09 |
Jun Wu |
marmoute |
Changes Requested |
[4,of,4] lock message: provide feedback how to handle "waiting for lock on repository" in error message |
2016-03-08 |
Tuli Uchitel |
marmoute |
Changes Requested |
[3,of,4] lock message: write lock description to a file |
2016-03-08 |
Tuli Uchitel |
marmoute |
Changes Requested |
[2,of,4] lock message: calculate lock description file name |
2016-03-08 |
Tuli Uchitel |
marmoute |
Changes Requested |
[1,of,4] lock message: implement host property for lock class |
2016-03-08 |
Tuli Uchitel |
marmoute |
Changes Requested |
[STABLE] bdiff: (pure) support array.array arrays (issue5130) |
2016-03-08 |
timeless@mozdev.org |
marmoute |
Accepted |
[6,of,7,iterbatch] largefiles: use iterbatch instead of batch |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[5,of,7,iterbatch] wireproto: make iterbatcher behave streamily over http(s) |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[4,of,7,iterbatch] setdiscovery: use iterbatch interface instead of batch |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[3,of,7,iterbatch] peer: add an iterbatcher interface |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[2,of,7,iterbatch] wireproto: document quirk of _callstream between http and ssh |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[1,of,7,iterbatch] peer: raise NotImplementedError for abstract submit() method |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[2,of,2,V2] revset: new predicates to find key merge revisions |
2016-03-07 |
Simon Farnsworth |
marmoute |
Changes Requested |
[1,of,2,V2] merge: separate read-only mergestate into separate module |
2016-03-07 |
Simon Farnsworth |
marmoute |
Changes Requested |
formatter: allow json to handle more levels of depth |
2016-03-04 |
Kostia Balytskyi |
marmoute |
Changes Requested |
[2,of,2,V2] fsmonitor: new experimental extension |
2016-03-03 |
Martijn Pieters |
marmoute |
Accepted |
[1,of,2,V2] fsmonitor: dependencies for new experimental extension |
2016-03-03 |
Martijn Pieters |
marmoute |
Accepted |
[evolve-ext] fold: allow folding one revision with --exact if rewriting is necessary |
2016-03-02 |
Siddharth Agarwal |
marmoute |
Changes Requested |
[2,of,7] revset: define "pat" variable unconditionally in subrepo() |
2016-02-27 |
Yuya Nishihara |
marmoute |
Accepted |
[1,of,7] revset: drop translation markers from error messages of internal _matchfiles |
2016-02-27 |
Yuya Nishihara |
marmoute |
Accepted |
[3,of,3,V2] pull: deactivate a bookmark not matching with the destination of the update |
2016-02-26 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[2,of,3,V2] pull: activate a bookmark matching with the destination of the update |
2016-02-26 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[6,of,6,RFC] destutil: choose non-closed branch head as default update destination (BC) |
2016-02-24 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[STABLE] hg: obtain lock when creating share from pooled repo (issue5104) |
2016-02-21 |
Gregory Szorc |
marmoute |
Superseded |
[STABLE] log: fix order of revisions filtered by multiple OR options (issue5100) |
2016-02-15 |
Yuya Nishihara |
marmoute |
Superseded |
[2,of,2] run-tests: remove useless "failed" flag from addOutputMismatch() |
2016-02-14 |
Yuya Nishihara |
marmoute |
Accepted |
[1,of,2] tests: load json with no fallback |
2016-02-14 |
Yuya Nishihara |
marmoute |
Accepted |
config: drop progress extension from sample hgrc as it is in core now |
2016-02-14 |
Yuya Nishihara |
marmoute |
Accepted |
[v2] match: override 'visitdir' in subdirmatcher |
2016-02-14 |
Martin von Zweigbergk |
marmoute |
Accepted |
[2,of,2,V4] repoview: discard filtered changelog if index isn't shared with unfiltered |
2016-02-13 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[5,of,5,v4] shelve: suggest the correct tool to continue (not unshelve) |
2016-02-12 |
timeless@mozdev.org |
marmoute |
Accepted |
[4,of,5,v4] histedit: suggest the correct tool to continue (not histedit) |
2016-02-12 |
timeless@mozdev.org |
marmoute |
Accepted |
[3,of,5,v4] rebase: suggest the correct tool to continue (not rebase) |
2016-02-12 |
timeless@mozdev.org |
marmoute |
Accepted |
[2,of,5,v4] graft: suggest the correct tool to continue (not graft) |
2016-02-12 |
timeless@mozdev.org |
marmoute |
Accepted |
[1,of,5,v4] cmdutil: provide a way to report how to continue |
2016-02-12 |
timeless@mozdev.org |
marmoute |
Accepted |
[evolve-ext,v4] evolve: make split respect rev args passed without --rev or -r |
2016-02-04 |
Kostia Balytskyi |
marmoute |
Accepted |
[2,of,2,evolve-ext] evolve: close transaction if conflict is detected in relocate (issue4966) |
2016-01-28 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[1,of,2,evolve-ext] evolve: remove meaningless transaction nesting |
2016-01-28 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[evolve-ext] inhibit: fix compat with rebaseskipobsolete |
2016-01-27 |
Laurent Charignon |
marmoute |
Accepted |
[2,of,2,evolve-ext-V5] afterresolvehook for evolve --continue |
2016-01-27 |
Shusen LIU |
marmoute |
Deferred |
[1,of,2,evolve-ext-V5] evolve: add new method _evolvecontinue (issue4854) |
2016-01-27 |
Shusen LIU |
marmoute |
Deferred |
[evolve-ext-V5] evolve: add new methods _evolvestatewrite, _evolvestateread, _evolvestatedelete |
2016-01-26 |
Shusen LIU |
marmoute |
Changes Requested |
[evolve-ext-V5] evolve: extract logic to new method _evolvemerge |
2016-01-26 |
Shusen LIU |
marmoute |
Accepted |
[evolve-ext] inhibit: make bookmark -D work with a list of bookmarks |
2016-01-22 |
Jeroen Vaelen |
marmoute |
Accepted |
[evolve-ext-V4] evolve: add new method _evolvecontinue (issue4854) |
2016-01-20 |
Shusen LIU |
marmoute |
Changes Requested |
[evolve-ext-V4] evolve: add new methods _evolvestatewrite, _evolvestateread, _evolvestatedelete |
2016-01-20 |
Shusen LIU |
marmoute |
Changes Requested |
[evolve-ext-V4] evolve: extract logic to new method _evolvemerge |
2016-01-19 |
Shusen LIU |
marmoute |
Changes Requested |
histedit: handle obsolete commits unknown to histedit state (issue4800) |
2016-01-18 |
Kostia Balytskyi |
marmoute |
Accepted |
[evolve-ext] touch: add 'revive' alias to the touch command |
2016-01-18 |
Laurent Charignon |
marmoute |
Deferred |
[evolve-ext] touch: prompt the user for what to do with the revived changeset |
2016-01-18 |
Laurent Charignon |
marmoute |
Accepted |
[3,of,3,v2] repoview: cache repoview class instances (issue5043) |
2016-01-17 |
Gregory Szorc |
marmoute |
Deferred |
copies: fix detection of divergent directory renames |
2016-01-17 |
Pierre-Yves David |
marmoute |
Accepted |
[Bug,5044] New: rebase AssertionError from command line |
2016-01-17 |
mercurial-bugs@selenic.com |
marmoute |
Not Applicable |
[v2] histedit: handle obsolete commits unknown to histedit state |
2016-01-17 |
Kostia Balytskyi |
marmoute |
Superseded |
tests: make --json run-tests option create a valid json file |
2016-01-17 |
Laurent Charignon |
marmoute |
Changes Requested |
cleanup: use modern @property/@foo.setter property specification |
2016-01-16 |
Augie Fackler |
marmoute |
Accepted |
buildrpm: use bash shebang, since we use bash features in the script |
2016-01-15 |
Mathias De Maré |
marmoute |
Accepted |
mac: ignore resource fork when checking file sizes |
2016-01-14 |
Matt Mackall |
marmoute |
Accepted |
[1,of,2] extensions: add get contextmanager to avoid common pattern |
2016-01-14 |
Laurent Charignon |
marmoute |
Changes Requested |
[2,of,2] extensions: use extensions.get instead of extensions.find when possible |
2016-01-14 |
Laurent Charignon |
marmoute |
Changes Requested |
[1,of,2] extensions: add get contextmanager to avoid common pattern |
2016-01-14 |
Laurent Charignon |
marmoute |
Changes Requested |
[2,of,2] shelve: Permit shelves to contain unknown files |
2016-01-14 |
Simon Farnsworth |
marmoute |
Accepted |
[1,of,2] shelve: Move commitfunc closer to use site |
2016-01-14 |
Simon Farnsworth |
marmoute |
Accepted |
copies: fix detection of divergent directory renames |
2016-01-14 |
Matt Mackall |
marmoute |
Superseded |
[evolve-ext] inhibit: fix compatibility with changes in rebase |
2016-01-14 |
Laurent Charignon |
marmoute |
Accepted |
histedit: handle obsolete commits unknown to histedit state |
2016-01-14 |
Kostia Balytskyi |
marmoute |
Changes Requested |
[2,of,6] run-tests: handle output that starts with "$ " |
2016-01-12 |
timeless@mozdev.org |
marmoute |
Changes Requested |
[evolve-ext] inhibit: fix _filterpublic |
2016-01-10 |
Laurent Charignon |
marmoute |
Changes Requested |
[evolve-ext-V2] debian: blacklist test-inhibit.t |
2016-01-04 |
Laurent Charignon |
marmoute |
Accepted |
[evolve-ext-V2] evolve: duplicate evolution summary entries (issue5014) |
2016-01-04 |
Laurent Charignon |
marmoute |
Accepted |
[hglib] commit: allow rev and node to be anywhere in the output |
2016-01-01 |
Idan Kamara |
marmoute |
Accepted |
[evolve-ext] evolve: duplicate evolution summary entries (issue5014) |
2015-12-30 |
Laurent Charignon |
marmoute |
Changes Requested |
[v3] histedit: expose histedit plan via tags RFC |
2015-12-30 |
timeless@mozdev.org |
marmoute |
Changes Requested |
[evolve-ext] debian: update changelog to 5.2.1 |
2015-12-29 |
Faheem Mitha |
marmoute |
Accepted |
[evolve-ext] manifest: add inhibit and directaccess |
2015-12-29 |
Laurent Charignon |
marmoute |
Changes Requested |
[evolve-ext-V4] evolve: add new methods _evolvestatewrite, _evolvestateread, _evolvestatedelete |
2015-12-20 |
Shusen LIU |
marmoute |
Changes Requested |
[evolve-ext] evolve: extract logic to new method _evolvemerge |
2015-12-20 |
Shusen LIU |
marmoute |
Superseded |
pull: make a single call to obsstore.add (issue5006) |
2015-12-18 |
Matt Mackall |
marmoute |
Accepted |
[evolve-ext] evolve: handle merge commit with single obsolete parent (issue4389) |
2015-12-18 |
Andrew Halberstadt |
marmoute |
Changes Requested |
[4,of,4,evolve-ext-V3] evolve: extract logic to new method _evolvemerge |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[3,of,4,evolve-ext-V3] evolve: add new method _evolvestatedelete |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[2,of,4,evolve-ext-V3] evolve: add new method _evolvestateread |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[1,of,4,evolve-ext-V3] evolve: add new method _evolvestatewrite |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
check-commit: try to curb bad commit summary keywords |
2015-12-10 |
Matt Mackall |
marmoute |
Superseded |
crecord: add dictionary to default return value of filterpatch |
2015-12-10 |
Christian Delahousse |
marmoute |
Accepted |
exchange: identify the troubled commit |
2015-12-08 |
timeless@mozdev.org |
marmoute |
Rejected |
[2,of,2,V2] discovery: properly filter changeset in 'peer.known' (issue4982) |
2015-12-06 |
Pierre-Yves David |
marmoute |
Accepted |
[1,of,2,V2] test: add an extra base changeset in test-obsolete.t |
2015-12-06 |
Pierre-Yves David |
marmoute |
Accepted |
[V2] histedit: pick an appropriate base changeset by default (BC) |
2015-12-04 |
Gregory Szorc |
marmoute |
Superseded |
[evolve-ext] evolve refactor |
2015-12-02 |
Shusen LIU |
marmoute |
Changes Requested |
[2,of,2,evolve-ext-V2] inhibit: remove unused bookmark operation wrapping |
2015-12-01 |
Laurent Charignon |
marmoute |
Accepted |
[1,of,2,evolve-ext-V2] inhibit: update test with new behavior from core |
2015-12-01 |
Laurent Charignon |
marmoute |
Accepted |
[evolve-ext-V2] inhibit: make rebase see obsolescence even for visible nodes |
2015-12-01 |
Laurent Charignon |
marmoute |
Accepted |
[evolve-ext] evolve: handle merge commit with single obsolete parent (issue4389) |
2015-11-27 |
Andrew Halberstadt |
marmoute |
Changes Requested |
[3,of,3] revlog: remove cache validation |
2015-11-23 |
Gregory Szorc |
marmoute |
Deferred |
[2,of,3] revlog: return offset from _chunkraw() |
2015-11-23 |
Gregory Szorc |
marmoute |
Superseded |
[1,of,3] revlog: improve documentation |
2015-11-23 |
Gregory Szorc |
marmoute |
Accepted |
[6,of,6,frozen-repos] commands.log: operate on frozen repository |
2015-11-22 |
Gregory Szorc |
marmoute |
Deferred |
[5,of,6,frozen-repos] localrepo: evaluate revsets against frozen repos |
2015-11-22 |
Gregory Szorc |
marmoute |
Deferred |
[4,of,6,frozen-repos] localrepo: ability to obtain a read-only snapshot of a repo |
2015-11-22 |
Gregory Szorc |
marmoute |
Deferred |
[3,of,6,frozen-repos] revsetbenchmarks: support benchmarking changectx loading |
2015-11-22 |
Gregory Szorc |
marmoute |
Accepted |
[2,of,6,frozen-repos] perf: support obtaining contexts from perfrevset |
2015-11-22 |
Gregory Szorc |
marmoute |
Accepted |
[1,of,6,frozen-repos] localrepo: improve docstring for revset methods |
2015-11-22 |
Gregory Szorc |
marmoute |
Accepted |
rebase: don't rebase obsolete commits with no successor |
2015-11-18 |
Laurent Charignon |
marmoute |
Superseded |
mergestate: handle additional record types specially |
2015-11-18 |
Siddharth Agarwal |
marmoute |
Superseded |
[1,of,4] import-checker: allow symbol imports from hgweb.common and .request |
2015-11-18 |
Yuya Nishihara |
marmoute |
Superseded |
[evolve-ext] directaccess: fix case of shortened hash containing only digits |
2015-11-17 |
Laurent Charignon |
marmoute |
Changes Requested |
[3,of,3,v4] strip: changing bookmark argument to be a list |
2015-11-16 |
Shubhanshu Agrawal |
marmoute |
Superseded |
[2,of,3,v4] strip: strip a list of bookmarks |
2015-11-16 |
Shubhanshu Agrawal |
marmoute |
Superseded |
[STABLE] posix: insert seek between reads and writes on Solaris (issue4943) |
2015-11-15 |
Gregory Szorc |
marmoute |
Changes Requested |
[1,of,2] import-checker: allow import of child modules from package root |
2015-11-15 |
Yuya Nishihara |
marmoute |
Accepted |
[2,of,2] test-encoding: rewrite utf8b fuzz testing as python inlines |
2015-11-09 |
Yuya Nishihara |
marmoute |
Rejected |
[evolve-ext] inhibit: improve transaction marker perf |
2015-11-08 |
Durham Goode |
marmoute |
Rejected |
ancestors: add stopfunc to revlog.ancestors |
2015-11-08 |
Durham Goode |
marmoute |
Rejected |
[STABLE] parsers: fix width of datalen variable in fm1readmarkers |
2015-11-07 |
Yuya Nishihara |
marmoute |
Accepted |
[2,of,2] exchange: refactor push so that extensions can wrap pushop |
2015-10-15 |
Sean Farley |
marmoute |
Deferred |
[6,of,6,mergedriver] localrepo.commit: disallow commit when driver-resolved files exist |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[5,of,6,mergedriver] merge.mergestate: add a generator for driver-resolved files |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[4,of,6,mergedriver] hook: for python hooks, also return whether an exception was raised |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[3,of,6,mergedriver] hook.runhooks: return a dict of result values |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[2,of,6,mergedriver] hook: factor out determination of hooks from running them |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[evolve-ext] prune: reuse revset from repair instead of copy-pasting code |
2015-10-13 |
Ryan McElroy |
marmoute |
Accepted |
[5,of,5] dirstate: read from pending file under HG_PENDING mode if it exists |
2015-10-09 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[4,of,5] dirstate: make writing in-memory changes aware of transaction activity |
2015-10-09 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[3,of,5] dirstate: make functions for backup aware of transaction activity |
2015-10-09 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[2,of,5] transaction: prevent addfilegenerator from always making backup |
2015-10-09 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[1,of,5] dirstate: move code paths for backup from dirstateguard to dirstate |
2015-10-09 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[4,of,4] shelve: use rollback instead of aborting a current transaction for unshelve |
2015-10-04 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[3,of,4] shelve: use rollback instead of aborting a current transaction for shelve |
2015-10-04 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[1,of,4] bookmarks: use recordchange instead of writing if transaction is active |
2015-10-04 |
Katsunori FUJIWARA |
marmoute |
Superseded |
push should not allow to push diverged bookmark |
2015-08-04 |
Marc Strapetz |
marmoute |
Superseded |
[evolve-ext] evolve: clarify code in _singlesuccessor |
2015-06-23 |
Laurent Charignon |
marmoute |
Accepted |
[4,of,4,evolve-ext] evolve: remove unused function _stabilizableunstable |
2015-06-22 |
Laurent Charignon |
marmoute |
Changes Requested |
[3,of,4,evolve-ext] evolve: change the implementation of evolve with no argument |
2015-06-22 |
Laurent Charignon |
marmoute |
Changes Requested |
[2,of,4,evolve-ext] evolve: add _nextcandidate a revset to get the target for hg evolve with no arg |
2015-06-22 |
Laurent Charignon |
marmoute |
Changes Requested |
[1,of,4,evolve-ext] evolve: add _nextcandidates, to be used in evolve with no arg and with --all |
2015-06-22 |
Laurent Charignon |
marmoute |
Changes Requested |
[2,of,2,evolve-ext] test-evolve-bumped: add new test case for merge |
2015-06-20 |
Laurent Charignon |
marmoute |
Accepted |
[1,of,2,evolve-ext] test-evolve-bumped: improve tests legibility |
2015-06-20 |
Laurent Charignon |
marmoute |
Accepted |
[2,of,2,evolve-ext-V4] evolve: make fold aware of allowunstable |
2015-06-17 |
Laurent Charignon |
marmoute |
Changes Requested |
[1,of,2,evolve-ext-V4] evolve: make prune respect allowunsable |
2015-06-17 |
Laurent Charignon |
marmoute |
Changes Requested |
largefiles: ignore hidden changesets with 'verify --large --lfa' |
2015-06-09 |
Matt Harbison |
marmoute |
Accepted |
[7,of,7] tests: simplify printenv calls |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[6,of,7] tests: make printenv executable |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[5,of,7] tests: simplify calls to dummyssh |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[4,of,7] tests: remove duplicate inline dummyssh in test-wireproto.t |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[3,of,7] tests: drop DAEMON_PIDS from killdaemons calls |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[2,of,7] tests: make killdaemons.py use DAEMON_PIDS by default |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[1,of,7] tests: drop explicit $TESTDIR from executables |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[6,of,6] changegroup: expose list of changesets from getchangegroup |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[5,of,6] changegroup: expose list of changesets from getchangegroupraw |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[4,of,6] changegroup: expose list of changesets from getlocalchangegroup |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[3,of,6] changegroup: expose list of changesets from getlocalchangegroupraw |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[2,of,6] changegroup: expose list of changesets from getsubset |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[1,of,6] changegroup: expose list of changesets from getsubsetraw |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[1,of,2,STABLE] revset: make children() not look at null parents (issue4682) |
2015-05-23 |
Yuya Nishihara |
marmoute |
Superseded |
[STABLE] revbranchcache: special case nullrev |
2015-05-23 |
Durham Goode |
marmoute |
Superseded |
[5,of,5] interactive: make revert -i and shelve -i not experimental |
2015-05-21 |
Laurent Charignon |
marmoute |
Accepted |
[4,of,5] revert: fix bug in revert --interactive |
2015-05-21 |
Laurent Charignon |
marmoute |
Accepted |
[4,of,4] help: add documentation on include: and subinclude: |
2015-05-20 |
Durham Goode |
marmoute |
Superseded |
[3,of,4] match: enable 'relinclude:' syntax |
2015-05-20 |
Durham Goode |
marmoute |
Changes Requested |
[6,of,6] dirstate: make write() aware of pending file |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[5,of,6] dirstate: make invalidate aware of pending file |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[4,of,6] dirstate: add _writepending to make pending data visible to external process |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[3,of,6] dirstate: read from `.pending` file under HG_PENDING mode |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[2,of,6] dirstate: use open/read of vfs(opener) explicitly instead of read |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[1,of,6] dirstate: use self._filename instead of immediate string `dirstate` |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[4,of,4] revset: do not nest addset by "addset + other" (issue4565) |
2015-05-19 |
Yuya Nishihara |
marmoute |
Changes Requested |
[3,of,4] revset: introduce unionset that can handle more than two sets in one instance |
2015-05-19 |
Yuya Nishihara |
marmoute |
Changes Requested |
[2,of,4] revset: make addset able to chain more than two unordered iterators |
2015-05-19 |
Yuya Nishihara |
marmoute |
Changes Requested |
[1,of,4] revset: make addset able to chain more than two ordered iterators |
2015-05-19 |
Yuya Nishihara |
marmoute |
Changes Requested |
[V4] record: make hg record always use the non curses interface |
2015-05-14 |
Laurent Charignon |
marmoute |
Accepted |
[2,of,2] pathutil: hint if a path is root relative instead of cwd relative (issue4663) |
2015-05-12 |
Matt Harbison |
marmoute |
Accepted |
[1,of,2] check-code: drop the python 2.5 warning for os.path.relpath() |
2015-05-12 |
Matt Harbison |
marmoute |
Accepted |
[evolve-ext-V2] inhibit: direct access with and without warning on a per command basis |
2015-05-12 |
Laurent Charignon |
marmoute |
Changes Requested |
[evolve-ext] inhibit: config to enable only direct access |
2015-05-11 |
Laurent Charignon |
marmoute |
Accepted |
[STABLE] templater: strip single backslash before quotation mark in quoted template |
2015-05-08 |
Yuya Nishihara |
marmoute |
Accepted |
[9,of,9,V3] localrepo: write recent dirstate out for external process (BC) (issue4378) |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[8,of,9,V3] rebase: use dirstateguard instead of dirstate.invalidate |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[7,of,9,V3] mq: use dirstateguard instead of dirstate.invalidate (qrefresh) |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[6,of,9,V3] mq: use dirstateguard instead of dirstate.invalidate (qpush) |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[5,of,9,V3] tryimportone: use dirstateguard instead of beginparentchange/endparentchange |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[4,of,9,V3] import: use dirstateguard instead of dirstate.invalidate |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[3,of,9,V3] amend: use dirstateguard instead of dirstate.invalidate |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[2,of,9,V3] localrepo: use changelog.hasnode instead of self.__contains__ |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[1,of,9,V3] cmdutil: add the class to restore dirstate at unexpected failure easily |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
rebase: remove visibility blockers prior to clearrebase |
2015-05-04 |
Durham Goode |
marmoute |
Rejected |
[2,of,2,evolve-ext,STABLE] bundle2: wrap handler functions in mapping dictionaries |
2015-04-20 |
Eric Sumner |
marmoute |
Not Applicable |
[1,of,2,evolve-ext,STABLE] bundle2: always define _pushdiscoveryobsmarkers and _getbundleobsmarkerpart |
2015-04-20 |
Eric Sumner |
marmoute |
Not Applicable |
[2,of,2,rhel5] rpms: create missing builds dir if it doesn't exist |
2015-04-15 |
Mads Kiilerich |
marmoute |
Accepted |
[1,of,2,rhel5] rpms: for packages with their own python, put it in /opt/python-hg |
2015-04-15 |
Mads Kiilerich |
marmoute |
Accepted |
[RFC] cg1packer: use fastpath when changesets are not skipped or reordered |
2015-04-12 |
Mike Hommey |
marmoute |
Changes Requested |
match: add matchesexact() method to hide internals |
2015-03-25 |
Martin von Zweigbergk |
marmoute |
Superseded |
[2,of,2] tags: make tags cache compatible with future split of filenode cache |
2015-03-25 |
Gregory Szorc |
marmoute |
Rejected |
[evolve-ext] config: allow disabling commands |
2015-03-20 |
Durham Goode |
marmoute |
Accepted |
[3,of,3] files: split reusable implementation into cmdutil for subrepo support |
2015-03-10 |
Matt Harbison |
marmoute |
Superseded |
[2,of,3] files: use ctx object to access dirstate and rev |
2015-03-10 |
Matt Harbison |
marmoute |
Superseded |
[1,of,3] files: give local variables more descriptive names |
2015-03-10 |
Matt Harbison |
marmoute |
Accepted |
[censor,RFC] revlog: addgroup checks if incoming deltas add censored revs, sets flag bit |
2015-03-09 |
adgar@google.com |
marmoute |
Accepted |
[2,of,2] patch.internalpatch: accept a prefix parameter |
2015-03-09 |
Siddharth Agarwal |
marmoute |
Accepted |
[1,of,2] patch.patchbackend: accept a prefix parameter |
2015-03-09 |
Siddharth Agarwal |
marmoute |
Accepted |
[2,of,2,STABLE] histedit: use better meta-variable names than VALUE in help text |
2015-03-09 |
Anton Shestakov |
marmoute |
Accepted |
[1,of,2,STABLE] histedit: tweak --commands help text |
2015-03-09 |
Anton Shestakov |
marmoute |
Accepted |
[5,of,5,paths,v3] ui: move URL and path detection into getpath() |
2015-03-08 |
Gregory Szorc |
marmoute |
Changes Requested |
[4,of,5,paths,v3] ui: change how default is handled by getpath() |
2015-03-08 |
Gregory Szorc |
marmoute |
Changes Requested |
[3,of,5,paths,v3] ui.paths: filter config options containing "." (BC) |
2015-03-08 |
Gregory Szorc |
marmoute |
Changes Requested |
[2,of,5,paths,v3] commands.paths: use ui.paths to show paths |
2015-03-08 |
Gregory Szorc |
marmoute |
Accepted |
[1,of,5,paths,v3] ui: represent paths as classes |
2015-03-08 |
Gregory Szorc |
marmoute |
Accepted |
[hglib] hglib: Introduce util.b() (issue4520) |
2015-03-07 |
Brett Cannon |
marmoute |
Changes Requested |
[evolve-ext] evolve: prevent a crash in httpclient_pushobsmarkers() when pushing |
2015-03-06 |
Matt Harbison |
marmoute |
Changes Requested |
[3,of,3] tags: preserve filtered .hgtags filenodes in tags cache (issue4550) |
2015-02-24 |
Gregory Szorc |
marmoute |
Changes Requested |
[3,of,3,v3] revset: use localrepo revbranchcache for branch name filtering |
2015-01-08 |
Mads Kiilerich |
marmoute |
Superseded |
[2,of,3,v3] branchmap: use revbranchcache when updating branch map |
2015-01-08 |
Mads Kiilerich |
marmoute |
Superseded |
[1,of,3,v3] branchcache: introduce revbranchcache for caching of revision branch names |
2015-01-08 |
Mads Kiilerich |
marmoute |
Superseded |
[3,of,3,highlight] highlight: don't highlight files that have fancy linebreaks (issue4291) |
2014-12-17 |
Augie Fackler |
marmoute |
Superseded |
[2,of,3,highlight] test-highlight: expose bug in highlighting file with a formfeed |
2014-12-17 |
Augie Fackler |
marmoute |
Superseded |
[1,of,3,highlight] test-highlight: add a file containing a formfeed |
2014-12-17 |
Augie Fackler |
marmoute |
Superseded |
[5,of,5] bundle2.bundlepart: remove detection of mandatory bit from parttype |
2014-12-16 |
Eric Sumner |
marmoute |
Changes Requested |
[4,of,5] bundle2: update callsites to explicitly specify mandatory parts |
2014-12-16 |
Eric Sumner |
marmoute |
Changes Requested |
[3,of,5] bundle2.bundlepart: allow setting mandatory explicitly |
2014-12-16 |
Eric Sumner |
marmoute |
Changes Requested |
[2,of,5] bundle2._processpart: forcing lower-case compare is no longer necessary |
2014-12-16 |
Eric Sumner |
marmoute |
Accepted |
[1,of,5] bundle2.unbundlepart: decouple mandatory from parttype |
2014-12-16 |
Eric Sumner |
marmoute |
Accepted |
memctx: fix manifest for removed files (issue4470) |
2014-12-16 |
Augie Fackler |
marmoute |
Accepted |
convert: on svn failure, note libsvn version (issue4043) |
2014-12-15 |
Augie Fackler |
marmoute |
Accepted |
[2,of,2,v3] manifest: disallow setting the node id of an entry to None |
2014-12-15 |
Augie Fackler |
marmoute |
Superseded |
[1,of,2,v3] context: stop setting None for modified or added nodes |
2014-12-15 |
Augie Fackler |
marmoute |
Superseded |
[V2] tests: avoid git diffstat singular/plural output difference |
2014-12-14 |
Mathias De Maré |
marmoute |
Accepted |
[2,of,6] changelog: branchinfo is a low level function - it should return UTF-8 |
2014-12-14 |
Mads Kiilerich |
marmoute |
Accepted |
[1,of,6] statichttprepo: update profile of __call__ in mock vfs object |
2014-12-14 |
Mads Kiilerich |
marmoute |
Accepted |
tests: avoid git diffstat singular/plural output difference |
2014-12-14 |
Matt Harbison |
marmoute |
Superseded |
subrepo: add revert support without backup for git subrepos |
2014-12-14 |
Mathias De Maré |
marmoute |
Accepted |
match: make 'always' and 'exact' functions, not classes |
2014-12-14 |
Martin von Zweigbergk |
marmoute |
Accepted |
[STABLE] largefiles: don't actually remove largefiles in an addremove dry run |
2014-12-13 |
Matt Harbison |
marmoute |
Accepted |
[2,of,2,stable,v2] copies: drop _tracefile limit when finding copy sources in actx manifest |
2014-12-11 |
Mads Kiilerich |
marmoute |
Changes Requested |
[1,of,2,stable,v2] tests: test coverage of tricky case where diffs show wrong copy information |
2014-12-11 |
Mads Kiilerich |
marmoute |
Changes Requested |
[4,of,4] bundle2-push: provide transaction to reply unbundler |
2014-11-25 |
Eric Sumner |
marmoute |
Accepted |
[3,of,4] bundle2.processbundle: let callers request default behavior |
2014-11-25 |
Eric Sumner |
marmoute |
Accepted |
[2,of,4] push: elevate phase transaction to cover entire operation |
2014-11-25 |
Eric Sumner |
marmoute |
Accepted |
[1,of,4] pull: extract transaction logic into separate object |
2014-11-25 |
Eric Sumner |
marmoute |
Accepted |
[6,of,6] merge: use None as filename for base in 'both created' conflicts |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[5,of,6] merge: break out "both renamed a -> b" case |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[4,of,6] merge: separate out "both created" cases |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[3,of,6] merge: indent to prepare for next patch |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[7,of,7,c-hglib] examples: rewrite verify example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[6,of,7,c-hglib] examples: rewrite merge example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[5,of,7,c-hglib] examples: rewrite log example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[4,of,7,c-hglib] examples: rewrite import example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[3,of,7,c-hglib] examples: rewrite export/import example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[2,of,7,c-hglib] hg_read_header: better name for unexpected channels |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[1,of,7,c-hglib] hg_read_header: return NULL if header not present |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[3,of,3,STABLE] bundlerepo: make secret revisions visible, if bundle bases on current local repo |
2013-05-28 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[2,of,3,STABLE] bundlerepo: ignore secret revisions at "known()" according to filtered or not |
2013-05-28 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[1,of,3,STABLE] bundlerepo: add "unfiltered()" to bundlepeer to get peer using unfiltered repo |
2013-05-28 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
obsolete: consider successors along with descendants when updating |
2013-02-10 |
Levi Bard |
marmoute |
Changes Requested |
[RFC] filtering: rename filters to their antonyms |
2013-01-13 |
Kevin Bullock |
marmoute |
Accepted |
graft: new "--graftmessage" option, for better graft documentation |
2012-12-28 |
Martin Rieser |
marmoute |
Superseded |
[10,of,10,V2] treemanifest: optimize diff using the matcher |
2017-03-08 |
Durham Goode |
martinvonz |
Changes Requested |
[09,of,10,V2] treemanifest: add tests covering hg diff of partial trees |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[08,of,10,V2] manifest: rename matches to _matches |
2017-03-08 |
Durham Goode |
martinvonz |
Changes Requested |
[07,of,10,V2] context: remove uses of manifest.matches |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[06,of,10,V2] context: remove duplicate manifest creation during _buildstatus |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[05,of,10,V2] context: move _manifest from committablectx to workingctx |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[04,of,10,V2] status: handle more node indicators in buildstatus |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[03,of,10,V2] merge: remove uses of manifest.matches |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[02,of,10,V2] copies: remove use of manifest.matches |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[01,of,10,V2] manifest: add match argument to diff and filesnotin |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[6,of,6] manifest: rename matches to _matches |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
[5,of,6] context: remove uses of manifest.matches |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
[4,of,6] status: handle more node indicators in buildstatus |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
[3,of,6] merge: remove uses of manifest.matches |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
[2,of,6] copies: remove use of manifest.matches |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
[1,of,6] manifest: add match argument to diff and filesnotin |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
revert: remove set(mf) because it's O(repo) |
2017-03-02 |
Durham Goode |
martinvonz |
Accepted |
manifest: remove _repo from manifestctx objects |
2017-03-02 |
Durham Goode |
martinvonz |
Accepted |
[2,of,2,V3] treemanifest: make node reuse match flat manifest behavior |
2017-03-02 |
Durham Goode |
martinvonz |
Changes Requested |
[1,of,2,V3] manifest: allow specifying the revlog filename |
2017-03-02 |
Durham Goode |
martinvonz |
Accepted |
[2,of,2,V2] treemanifest: make node reuse match flat manifest behavior |
2017-02-28 |
Durham Goode |
martinvonz |
Superseded |
[1,of,2,V2] manifest: allow specifying the revlog filename |
2017-02-28 |
Durham Goode |
martinvonz |
Superseded |
[8,of,8,V2] color: rename '_styles' to '_defaultstyles' for clarity |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[7,of,8,V2] color: move 'styles' definition on the 'ui' object |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,8,V2] color: pass 'ui' to 'win32print' |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[5,of,8,V2] color: move the dict with terminfo parameters on the ui object |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[4,of,8,V2] color: add ui to effect rendering |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[3,of,8,V2] color: initialize color for the localrepo ui |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[2,of,8,V2] color: add a 'ui.color' option to control color behavior |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[1,of,8,V2] color: reinvent dictionary |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
pager: add support to --patch and --stat options of hg shelve |
2017-02-25 |
Pulkit Goyal |
martinvonz |
Superseded |
[2,of,2] treemanifest: make node reuse match flat manifest behavior |
2017-02-24 |
Durham Goode |
martinvonz |
Superseded |
[1,of,2] manifest: allow specifying the revlog filename |
2017-02-24 |
Durham Goode |
martinvonz |
Superseded |
smartset: reorder initialization of baseset in more intuitive way |
2017-02-18 |
Yuya Nishihara |
martinvonz |
Accepted |
[8,of,8,simple] color: move the '_render_effects' function to the core module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[7,of,8,simple] color: move '_effect_str' function into the core module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,8,simple] color: move configstyles into the core module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[5,of,8,simple] color: rework conditional 'valideffect' |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[4,of,8,simple] color: move 'valideffect' function into the core module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[3,of,8,simple] color: move '_terminfo_params' into the core 'color' module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[2,of,8,simple] color: move '_effect' mapping into core |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[1,of,8,simple] color: spread '_effect' values for readability |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,6,V2] debugcommands: move 'debugpathcomplete' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[5,of,6,V2] debugcommands: move 'debugobsolete' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[4,of,6,V2] debugcommands: move 'debuglocks' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[3,of,6,V2] debugcommands: move 'debugnamecomplete' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[2,of,6,V2] debugcommands: move 'debugmergestate' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[1,of,6,V2] debugcommands: move 'debuglabelcomplete' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[7,of,7,stable] wireproto: properly report server Abort during 'getbundle' |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,7,stable] getbundle: cleanly handle remote abort during getbundle |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[5,of,7,stable] bundle1: fix bundle1-denied reporting for pull over ssh |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[4,of,7,stable] bundle-tests: operate from outside a repository |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[3,of,7,stable] bundle1: display server abort hint during unbundle |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[2,of,7,stable] bundle1: fix bundle1-denied reporting for push over ssh |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[1,of,7,stable] bundle2: keep hint close to the primary message when remote abort |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[3,of,3,pager-in-core-prep] tests: switch "this command isn't paged" example to id |
2017-02-07 |
Augie Fackler |
martinvonz |
Accepted |
[2,of,3,pager-in-core-prep] tests: update test-i18n.t to not depend on the pager extension |
2017-02-07 |
Augie Fackler |
martinvonz |
Accepted |
[1,of,3,pager-in-core-prep] pager: add a test of --pager=no functionality |
2017-02-07 |
Augie Fackler |
martinvonz |
Accepted |
[6,of,6,V3] revset: optimize out sort() according to ordering policy |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[5,of,6,V3] revset: optimize out reverse() according to ordering policy |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[4,of,6,V3] revset: add option to make inner range follow ordering of input set |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[3,of,6,V3] revset: forward ordering requirement to argument of present() |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[2,of,6,V3] revset: insert _reorder to fix ordering of inner 'or' and functions (BC) |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[1,of,6,V3] revset: teach optimize if current expression should define/follow order |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[9,of,9] hghave: replace relative import of docutils.core |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[8,of,9] tests: make tinyproxy.py not import sys.argv by name |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[7,of,9] test-walkrepo: alias ui as uimod |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[6,of,9] test-ui-config: alias ui as uimod |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[5,of,9] test-context: alias ui as uimod |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[4,of,9] test-ancestor: alias ui as uimod |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[3,of,9] tests: sort import lines in tinyproxy.py |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[2,of,9] tests: sort import lines in failfilemerge.py |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[1,of,9] tests: sort import lines in dumbhttp.py |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[4,of,4,V2] resolve: wrap implementation in a ui.tempconfig context |
2016-03-21 |
Siddharth Agarwal |
martinvonz |
Changes Requested |
[3,of,4,V2] resolve: move no-match hint into main resolve function |
2016-03-21 |
Siddharth Agarwal |
martinvonz |
Changes Requested |
[2,of,4,V2] resolve: move implementation into cmdutil |
2016-03-21 |
Siddharth Agarwal |
martinvonz |
Changes Requested |
[1,of,4,V2] ui: add a context for temporary config changes |
2016-03-21 |
Siddharth Agarwal |
martinvonz |
Changes Requested |
[5,of,5,postargs] http: support sending hgargs via POST body instead of in GET or headers |
2016-03-11 |
Augie Fackler |
martinvonz |
Superseded |
[4,of,5,postargs] httppeer: compute header names only once |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[3,of,5,postargs] httppeer: indent existing argument handling with if True |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[2,of,5,postargs] httppeer: move size computation later in _callstream |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[1,of,5,postargs] httppeer: do less splitting on httpheader value |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[10,of,10,lazy-changelog-parse] changelog: return raw user and description values |
2016-03-06 |
Gregory Szorc |
martinvonz |
Rejected |
[09,of,10,lazy-changelog-parse] changelog: avoid slicing raw data until needed |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
[08,of,10,lazy-changelog-parse] changelog: parse description last |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
[07,of,10,lazy-changelog-parse] changelog: lazily parse files |
2016-03-06 |
Gregory Szorc |
martinvonz |
Superseded |
[06,of,10,lazy-changelog-parse] changelog: lazily parse date/extra field |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
[05,of,10,lazy-changelog-parse] changelog: lazily parse user |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
[04,of,10,lazy-changelog-parse] changelog: lazily parse manifest node |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
[03,of,10,lazy-changelog-parse] changelog: lazily parse description |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
[02,of,10,lazy-changelog-parse] context: use changelogrevision |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
[01,of,10,lazy-changelog-parse] changelog: add class to represent parsed changelog revisions |
2016-03-06 |
Gregory Szorc |
martinvonz |
Accepted |
testing: allow Hypothesis tests to disable extensions |
2016-02-26 |
David MacIver |
martinvonz |
Accepted |
run-tests: report path for tests outside current directory |
2016-02-25 |
timeless@mozdev.org |
martinvonz |
Changes Requested |
[5,of,6,RFC] destutil: show number of other branch heads, even if on a closed head |
2016-02-24 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[3,of,3,STABLE] unionrepo: properly handle hidden linkrev in revlog (issue5070) |
2016-02-23 |
Pierre-Yves David |
martinvonz |
Accepted |
[2,of,3,STABLE] bundlerepo: properly handle hidden linkrev in manifestlog (issue4945) |
2016-02-23 |
Pierre-Yves David |
martinvonz |
Accepted |
[1,of,3,STABLE] bundlerepo: properly handle hidden linkrev in filelog (issue4945) |
2016-02-23 |
Pierre-Yves David |
martinvonz |
Accepted |
[STABLE] revert: properly revert to ancestor of p2 during merge |
2016-02-23 |
Pierre-Yves David |
martinvonz |
Accepted |
[2,of,2] convert: execute merges in-memory (issue5076) |
2016-02-23 |
Tony Tung |
martinvonz |
Changes Requested |
[1,of,2] largefiles: don't explicitly list optional parameters that are not used |
2016-02-23 |
Tony Tung |
martinvonz |
Accepted |
treemanifest: use "cp xyz/." instead of "cp xyz/*" |
2016-02-23 |
Tony Tung |
martinvonz |
Superseded |
[2,of,2,V2] revset: add only() fastpath for minus operations |
2016-02-18 |
Durham Goode |
martinvonz |
Changes Requested |
[1,of,2,V2] revset: use smartset minus operator |
2016-02-18 |
Durham Goode |
martinvonz |
Superseded |
[2,of,2] revset: make optimizer use the new minusset |
2016-02-11 |
Durham Goode |
martinvonz |
Changes Requested |
[1,of,2] revset: add minus revset class |
2016-02-11 |
Durham Goode |
martinvonz |
Changes Requested |
[STABLE] zeroconf: forward all arguments passed to ui.configitems() wrapper |
2016-02-10 |
Yuya Nishihara |
martinvonz |
Accepted |
[9,of,9] check-code: examine magic pattern matching against contents of a file |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[8,of,9] docchecker: use indentation of 4 spaces |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[7,of,9] docchecker: remove naked except clause |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[6,of,9] misc: use modern exception syntax |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[5,of,9] f: use modern octal number formatting |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[4,of,9] hg-ssh: parenthesize non-translated message |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[3,of,9] f: add whitespace around operator |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[2,of,9] check-commit: omit whitespace |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[1,of,9] check-commit: wrap too long line |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[7,of,7] clonebundles: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[6,of,7] churn: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[5,of,7] children: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[4,of,7] censor: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[3,of,7] bugzilla: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[2,of,7] blackbox: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[1,of,7] acl: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[2,of,2] update: change default destination to tipmost descendant (issue4673) (BC) |
2016-02-09 |
Pierre-Yves David |
martinvonz |
Accepted |
[1,of,2] test: drop useles --update flag in issue1502 tests |
2016-02-09 |
Pierre-Yves David |
martinvonz |
Accepted |
[STABLE] setup: avoid procedure related to hg.exe at setup.py --pure |
2016-02-08 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[STABLE] ui: fix crash by non-interactive prompt echo for user name |
2016-02-06 |
Yuya Nishihara |
martinvonz |
Accepted |
[STABLE] help: update template examples to use reST literal syntax |
2016-02-06 |
Yuya Nishihara |
martinvonz |
Accepted |
[3,of,3,V3] rebase: prevent creating divergence |
2016-01-12 |
Laurent Charignon |
martinvonz |
Accepted |
[2,of,3,V3] rebase: create a new variable to make the next patch more legible |
2016-01-12 |
Laurent Charignon |
martinvonz |
Accepted |
[1,of,3,V3] rebase: minor refactoring of _computeobsoletenotrebased |
2016-01-12 |
Laurent Charignon |
martinvonz |
Accepted |
[5,of,5] paths: port to generic templater |
2016-01-09 |
Yuya Nishihara |
martinvonz |
Superseded |
[4,of,5] paths: merge conditions that select visibility of fields |
2016-01-09 |
Yuya Nishihara |
martinvonz |
Superseded |
[3,of,5] paths: use single loop for both search=None|pattern cases |
2016-01-09 |
Yuya Nishihara |
martinvonz |
Superseded |
[2,of,5] paths: reorder else clause for readability of subsequent patches |
2016-01-09 |
Yuya Nishihara |
martinvonz |
Superseded |
[1,of,5] paths: drop ui.status label from output of "hg paths name" |
2016-01-09 |
Yuya Nishihara |
martinvonz |
Superseded |
[3,of,3] merge: add file ancestor linknode to mergestate |
2016-01-07 |
Durham Goode |
martinvonz |
Superseded |
[2,of,3] merge: add debugmergestate support for _stateextras |
2016-01-07 |
Durham Goode |
martinvonz |
Superseded |
[1,of,3] merge: add state extras merge state data |
2016-01-07 |
Durham Goode |
martinvonz |
Superseded |
[3,of,3,V2] rebase: prevent creating divergence |
2016-01-06 |
Laurent Charignon |
martinvonz |
Superseded |
[2,of,3,V2] rebase: create a new variable to make the next patch more legible |
2016-01-06 |
Laurent Charignon |
martinvonz |
Superseded |
[1,of,3,V2] rebase: minor refactoring of _computeobsoletenotrebased |
2016-01-06 |
Laurent Charignon |
martinvonz |
Superseded |
[2,of,2] revlog: remove unnecessary cache validation in _chunks |
2016-01-06 |
Gregory Szorc |
martinvonz |
Accepted |
[1,of,2] revlog: return offset from _chunkraw() |
2016-01-06 |
Gregory Szorc |
martinvonz |
Accepted |
[7,of,7] verify: get rid of some unnecessary local variables |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[6,of,7] verify: move changelog verificaiton to it's own function |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[5,of,7] verify: move manifest verification to it's own function |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[4,of,7] verify: move file cross checking to it's own function |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[3,of,7] verify: move filelog verification to it's own function |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[2,of,7] verify: move checkentry() to be a class function |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[1,of,7] verify: move checklog() onto class |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
lazymanifest: check more return values in filtercopy |
2016-01-05 |
Augie Fackler |
martinvonz |
Superseded |
[7,of,7,checkunknown] merge: add options to warn or ignore on colliding unknown files |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,7,checkunknown] batchget: add support for backing up files |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[5,of,7,checkunknown] merge: add a new 'backup' argument to get actions |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,7,checkunknown] _checkunknownfiles: turn 'conflicts' into a set |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[3,of,7,checkunknown] checkunknownfiles: make control flow clearer |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[2,of,7,checkunknown] _checkunknownfiles: rename 'aborts' to 'conflicts' |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[1,of,7,checkunknown] origpath: move from cmdutil to scmutil |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-07 |
Augie Fackler |
martinvonz |
Superseded |
[3,of,3,RFC,cg3] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-03 |
Augie Fackler |
martinvonz |
Superseded |
[2,of,3,RFC,cg3] changegroup: document manifest linkrev callback some more |
2015-12-03 |
Augie Fackler |
martinvonz |
Accepted |
[1,of,3,RFC,cg3] changegroup: note during bundle apply if the repo was empty |
2015-12-03 |
Augie Fackler |
martinvonz |
Accepted |
[5,of,5,mergedriver] test-merge-force.t: check .orig files separately |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,5,mergedriver] merge.recordupdates: mark 'a' files as added unconditionally |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[3,of,5,mergedriver] merge: add a new action type representing files to add/mark as modified |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[2,of,5,mergedriver] mergestate: add a cached property accessor for the local context |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[1,of,5,mergedriver] mergestate: raise exception if otherctx is accessed but _other isn't set |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,6,mergedriver] test-merge-changedelete.t: add resolve --list output |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Accepted |
[5,of,6,mergedriver] test-merge-changedelete.t: add a file with regular merge conflicts |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Superseded |
[4,of,6,mergedriver] filemerge: in ':prompt', use ':fail' tool rather than returning directly |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Accepted |
[3,of,6,mergedriver] filemerge: in ':fail' tool, write out other side if local side is deleted |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Accepted |
[2,of,6,mergedriver] mergestate: explicitly forget 'dc' conflicts where the deleted side is picked |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Accepted |
[1,of,6,mergedriver] merge.applyupdates: add all actions returned from merge state |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Accepted |
[7,of,7,mergedriver] merge.applyupdates: extend action queues with ones returned from mergestate |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,7,mergedriver] mergestate: add a method to compute actions to perform on dirstate |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[5,of,7,mergedriver] merge.applyupdates: use counters from mergestate |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,7,mergedriver] mergestate: add a function to return the number of unresolved files |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[3,of,7,mergedriver] mergestate: add a method to return updated/merged/removed counts |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[2,of,7,mergedriver] mergestate._resolve: don't return the action any more |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[1,of,7,mergedriver] mergestate._resolve: store return code and action for each file |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[7,of,7,mergedriver] filemerge: don't try using external tools on change/delete conflicts |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,7,mergedriver] filemerge: don't attempt to premerge change/delete conflicts |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[5,of,7,mergedriver] filemerge._mergecheck: add check for change/delete conflicts |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,7,mergedriver] filemerge._picktool: only pick from nomerge tools for change/delete conflicts |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[3,of,7,mergedriver] filemerge: add support for change/delete conflicts to the ':prompt' tool |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[2,of,7,mergedriver] filemerge: add support for change/delete conflicts to the ':other' merge tool |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[1,of,7,mergedriver] filemerge: add support for change/delete conflicts to the ':local' merge tool |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,4,mergedriver] mergestate: handle additional record types specially |
2015-11-18 |
Siddharth Agarwal |
martinvonz |
Superseded |
[3,of,4,mergedriver] mergestate.commit: factor out making the list of records |
2015-11-18 |
Siddharth Agarwal |
martinvonz |
Accepted |
[2,of,4,mergedriver] mergestate: move _read() call to read constructor |
2015-11-18 |
Siddharth Agarwal |
martinvonz |
Accepted |
[1,of,4,mergedriver] debugmergestate: explain why we create mergestate objects directly |
2015-11-18 |
Siddharth Agarwal |
martinvonz |
Accepted |
[hglib,RESEND] hglib: fix hg clone --uncompressed option typo (issue5458) |
2017-03-24 |
Long Vu |
mpm |
Accepted |
[7,of,7] update: enable copy tracing for backwards and non-linear updates (issue4028) |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[6,of,7] graft: enable rotated-DAG copy tracing (issue4028) |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[5,of,7] mergecopies: process rotated-DAG divergences from _checkcopies |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[4,of,7] copies: make _checkcopies handle divergences in rotated DAG |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[3,of,7] mergecopies: introduce new dicts to handle more complex copy cases |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[2,of,7] copies: update _checkcopies to work in a rotated DAG |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[1,of,7] copies: don't record divergence for files needing no merge |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[python-hglib] Add the abilty to trace the protocol between the client and server |
2016-10-06 |
Barry A. Scott |
mpm |
Superseded |
[python-hglib] Add feature to allow hglib user to get call backs for prompts and output |
2016-10-06 |
Barry A. Scott |
mpm |
Changes Requested |
hgweb: emit a valid, weak ETag |
2016-07-08 |
Anton Shestakov |
mpm |
Accepted |
[2,of,2] crecord: cleanup the remains of commit confirmation |
2016-04-14 |
Pierre-Yves David |
mpm |
Accepted |
[1,of,2] crecord: drop the extra confirmation screen |
2016-04-14 |
Pierre-Yves David |
mpm |
Accepted |
[3,of,4,V2] graphmod: use different styles for different edge types |
2016-03-04 |
Martijn Pieters |
mpm |
Changes Requested |
[STABLE] obsolete: fix n^2 marker computation behavior |
2016-02-23 |
Pierre-Yves David |
mpm |
Accepted |
[hglib] tests: adjust test-merge for mercurial 3.7 |
2016-02-19 |
Julien Cristau |
mpm |
Accepted |
[5,of,5,V2] streamclone: use context manager for writing files |
2016-01-03 |
Gregory Szorc |
mpm |
Accepted |
[4,of,5,V2] scmutil: use context managers for file handles |
2016-01-03 |
Gregory Szorc |
mpm |
Accepted |
[3,of,5,V2] statichttprepo: implement __enter__ and __exit__ on httprangeheader |
2016-01-03 |
Gregory Szorc |
mpm |
Accepted |
[2,of,5,V2] osutil: implement __enter__ and __exit__ on posixfile |
2016-01-03 |
Gregory Szorc |
mpm |
Accepted |
[2,of,2] localrepo: comment that revs() is internal only |
2015-12-20 |
Gregory Szorc |
mpm |
Accepted |
[V2] posix: insert seek between reads and writes on Solaris (issue4943) |
2015-11-27 |
Gregory Szorc |
mpm |
Rejected |
status: add dirty() method to status type |
2015-11-09 |
Martin von Zweigbergk |
mpm |
Rejected |
[5,of,5,clonebundles,V2] clonebundles: support sorting URLs by client-side preferences |
2015-10-09 |
Gregory Szorc |
mpm |
Changes Requested |
[4,of,5,clonebundles,V2] clonebundles: filter on SNI requirement |
2015-10-09 |
Gregory Szorc |
mpm |
Superseded |
[3,of,5,clonebundles,V2] sslutil: expose attribute indicating whether SNI is supported |
2015-10-09 |
Gregory Szorc |
mpm |
Accepted |
[2,of,5,clonebundles,V2] clonebundles: filter on bundle type |
2015-10-09 |
Gregory Szorc |
mpm |
Changes Requested |
[1,of,5,clonebundles,V2] clonebundles: support for seeding clones from pre-generated bundles |
2015-10-09 |
Gregory Szorc |
mpm |
Accepted |
contrib: check completionhints file for possible completions |
2015-09-15 |
Gulshan Singh |
mpm |
Deferred |
[3,of,3,V3] filemerge: add 'union' merge to internal merge tool |
2015-08-16 |
Erik Huelsmann |
mpm |
Accepted |
[2,of,3,V3] filemerge: split internal merge into api entry point and internal helper |
2015-08-16 |
Erik Huelsmann |
mpm |
Accepted |
[1,of,3,V3] simplemerge: add 'mode' kwarg which - when 'union' - suppresses markers |
2015-08-16 |
Erik Huelsmann |
mpm |
Accepted |
Properly initialize version string in python-hglib setup.py |
2015-07-23 |
Peter Elmers |
mpm |
Changes Requested |
[Bug,4759] New: 'include:' rules only work if cwd is the root of the repo |
2015-07-23 |
mercurial-bugs@selenic.com |
mpm |
Not Applicable |
Properly initialize version string in python-hglib setup.py |
2015-07-21 |
Peter Elmers |
mpm |
Changes Requested |
[2,of,3,STABLE] context: ability to manipulate diff feature opt-ins |
2015-07-20 |
Matt Mackall |
mpm |
Not Applicable |
[STABLE] help: machines help topic |
2015-07-19 |
Gregory Szorc |
mpm |
Changes Requested |
[3,of,3,STABLE] templatekw: don't use format changing diff options for {diffstat} (issue4755) |
2015-07-18 |
Gregory Szorc |
mpm |
Changes Requested |
[2,of,3,STABLE] context: ability to manipulate diff feature opt-ins |
2015-07-18 |
Gregory Szorc |
mpm |
Changes Requested |
[1,of,3,STABLE] tests/test-diffstat.t: add test coverage for {diffstat} |
2015-07-18 |
Gregory Szorc |
mpm |
Changes Requested |
[2,of,2] parser: update documentation about tokenizer and elements |
2015-06-21 |
Yuya Nishihara |
mpm |
Accepted |
[1,of,2] parser: accept iterator of tokens instead of tokenizer function and program |
2015-06-21 |
Yuya Nishihara |
mpm |
Accepted |
[3,of,3,V2] archive: report the node as "{p1node}+" when archiving wdir() |
2015-06-17 |
Matt Harbison |
mpm |
Accepted |
[V2] context: override workingctx.hex() to avoid a crash |
2015-06-16 |
Matt Harbison |
mpm |
Accepted |
record: exiting editor with non zero status should not stop recording session |
2015-06-05 |
Laurent Charignon |
mpm |
Superseded |
Properly initialize version string in python-hglib setup.py |
2015-05-26 |
Peter Elmers |
mpm |
Changes Requested |
[2,of,2] rebase: clear merge when aborting before any rebasing (issue4661) |
2015-05-10 |
Jordi Gutiérrez Hermoso |
mpm |
Accepted |
[1,of,2] test-rebase-abort: add test from issue4009 |
2015-05-10 |
Jordi Gutiérrez Hermoso |
mpm |
Accepted |
[2,of,2,DROP-PYTHON-2.4] setup.py: drop compatibility with Python 2.4 and 2.5 |
2015-05-09 |
Pierre-Yves David |
mpm |
Accepted |