[07,of,10,V2] context: remove uses of manifest.matches |
2017-03-08 |
Durham Goode |
martinvonz |
Accepted |
[08,of,10,V2] manifest: rename matches to _matches |
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 |
[10,of,10,V2] treemanifest: optimize diff using the matcher |
2017-03-08 |
Durham Goode |
martinvonz |
Changes Requested |
graft: new "--graftmessage" option, for better graft documentation |
2012-12-28 |
Martin Rieser |
marmoute |
Superseded |
[RFC] filtering: rename filters to their antonyms |
2013-01-13 |
Kevin Bullock |
marmoute |
Accepted |
obsolete: consider successors along with descendants when updating |
2013-02-10 |
Levi Bard |
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 |
[2,of,3,STABLE] bundlerepo: ignore secret revisions at "known()" according to filtered or not |
2013-05-28 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[3,of,3,STABLE] bundlerepo: make secret revisions visible, if bundle bases on current local repo |
2013-05-28 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[1,of,7,c-hglib] hg_read_header: return NULL if header not present |
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 |
[3,of,7,c-hglib] examples: rewrite export/import example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[4,of,7,c-hglib] examples: rewrite import example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[5,of,7,c-hglib] examples: rewrite log example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[6,of,7,c-hglib] examples: rewrite merge example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[7,of,7,c-hglib] examples: rewrite verify example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[3,of,6] merge: indent to prepare for next patch |
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 |
[5,of,6] merge: break out "both renamed a -> b" case |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[6,of,6] merge: use None as filename for base in 'both created' conflicts |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[1,of,4] pull: extract transaction logic into separate object |
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 |
[3,of,4] bundle2.processbundle: let callers request default behavior |
2014-11-25 |
Eric Sumner |
marmoute |
Accepted |
[4,of,4] bundle2-push: provide transaction to reply unbundler |
2014-11-25 |
Eric Sumner |
marmoute |
Accepted |
[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 |
[2,of,2,stable,v2] copies: drop _tracefile limit when finding copy sources in actx manifest |
2014-12-11 |
Mads Kiilerich |
marmoute |
Changes Requested |
[STABLE] largefiles: don't actually remove largefiles in an addremove dry run |
2014-12-13 |
Matt Harbison |
marmoute |
Accepted |
match: make 'always' and 'exact' functions, not classes |
2014-12-14 |
Martin von Zweigbergk |
marmoute |
Accepted |
subrepo: add revert support without backup for git subrepos |
2014-12-14 |
Mathias De Maré |
marmoute |
Accepted |
tests: avoid git diffstat singular/plural output difference |
2014-12-14 |
Matt Harbison |
marmoute |
Superseded |
[1,of,6] statichttprepo: update profile of __call__ in mock vfs object |
2014-12-14 |
Mads Kiilerich |
marmoute |
Accepted |
[2,of,6] changelog: branchinfo is a low level function - it should return UTF-8 |
2014-12-14 |
Mads Kiilerich |
marmoute |
Accepted |
[V2] tests: avoid git diffstat singular/plural output difference |
2014-12-14 |
Mathias De Maré |
marmoute |
Accepted |
[1,of,2,v3] context: stop setting None for modified or added nodes |
2014-12-15 |
Augie Fackler |
marmoute |
Superseded |
[2,of,2,v3] manifest: disallow setting the node id of an entry to None |
2014-12-15 |
Augie Fackler |
marmoute |
Superseded |
convert: on svn failure, note libsvn version (issue4043) |
2014-12-15 |
Augie Fackler |
marmoute |
Accepted |
memctx: fix manifest for removed files (issue4470) |
2014-12-16 |
Augie Fackler |
marmoute |
Accepted |
[1,of,5] bundle2.unbundlepart: decouple mandatory from parttype |
2014-12-16 |
Eric Sumner |
marmoute |
Accepted |
[2,of,5] bundle2._processpart: forcing lower-case compare is no longer necessary |
2014-12-16 |
Eric Sumner |
marmoute |
Accepted |
[3,of,5] bundle2.bundlepart: allow setting mandatory explicitly |
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 |
[5,of,5] bundle2.bundlepart: remove detection of mandatory bit from parttype |
2014-12-16 |
Eric Sumner |
marmoute |
Changes Requested |
[1,of,3,highlight] test-highlight: add a file containing a formfeed |
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 |
[3,of,3,highlight] highlight: don't highlight files that have fancy linebreaks (issue4291) |
2014-12-17 |
Augie Fackler |
marmoute |
Superseded |
[1,of,3,v3] branchcache: introduce revbranchcache for caching of revision branch names |
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 |
[3,of,3,v3] revset: use localrepo revbranchcache for branch name filtering |
2015-01-08 |
Mads Kiilerich |
marmoute |
Superseded |
[3,of,3] tags: preserve filtered .hgtags filenodes in tags cache (issue4550) |
2015-02-24 |
Gregory Szorc |
marmoute |
Changes Requested |
[evolve-ext] evolve: prevent a crash in httpclient_pushobsmarkers() when pushing |
2015-03-06 |
Matt Harbison |
marmoute |
Changes Requested |
[hglib] hglib: Introduce util.b() (issue4520) |
2015-03-07 |
Brett Cannon |
marmoute |
Changes Requested |
[1,of,5,paths,v3] ui: represent paths as classes |
2015-03-08 |
Gregory Szorc |
marmoute |
Accepted |
[2,of,5,paths,v3] commands.paths: use ui.paths to show paths |
2015-03-08 |
Gregory Szorc |
marmoute |
Accepted |
[3,of,5,paths,v3] ui.paths: filter config options containing "." (BC) |
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 |
[5,of,5,paths,v3] ui: move URL and path detection into getpath() |
2015-03-08 |
Gregory Szorc |
marmoute |
Changes Requested |
[1,of,2,STABLE] histedit: tweak --commands help text |
2015-03-09 |
Anton Shestakov |
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] patch.patchbackend: accept a prefix parameter |
2015-03-09 |
Siddharth Agarwal |
marmoute |
Accepted |
[2,of,2] patch.internalpatch: accept a prefix parameter |
2015-03-09 |
Siddharth Agarwal |
marmoute |
Accepted |
[censor,RFC] revlog: addgroup checks if incoming deltas add censored revs, sets flag bit |
2015-03-09 |
adgar@google.com |
marmoute |
Accepted |
[1,of,3] files: give local variables more descriptive names |
2015-03-10 |
Matt Harbison |
marmoute |
Accepted |
[2,of,3] files: use ctx object to access dirstate and rev |
2015-03-10 |
Matt Harbison |
marmoute |
Superseded |
[3,of,3] files: split reusable implementation into cmdutil for subrepo support |
2015-03-10 |
Matt Harbison |
marmoute |
Superseded |
[evolve-ext] config: allow disabling commands |
2015-03-20 |
Durham Goode |
marmoute |
Accepted |
[2,of,2] tags: make tags cache compatible with future split of filenode cache |
2015-03-25 |
Gregory Szorc |
marmoute |
Rejected |
match: add matchesexact() method to hide internals |
2015-03-25 |
Martin von Zweigbergk |
marmoute |
Superseded |
[RFC] cg1packer: use fastpath when changesets are not skipped or reordered |
2015-04-12 |
Mike Hommey |
marmoute |
Changes Requested |
[1,of,2,rhel5] rpms: for packages with their own python, put it in /opt/python-hg |
2015-04-15 |
Mads Kiilerich |
marmoute |
Accepted |
[2,of,2,rhel5] rpms: create missing builds dir if it doesn't exist |
2015-04-15 |
Mads Kiilerich |
marmoute |
Accepted |
[1,of,2,evolve-ext,STABLE] bundle2: always define _pushdiscoveryobsmarkers and _getbundleobsmarkerpart |
2015-04-20 |
Eric Sumner |
marmoute |
Not Applicable |
[2,of,2,evolve-ext,STABLE] bundle2: wrap handler functions in mapping dictionaries |
2015-04-20 |
Eric Sumner |
marmoute |
Not Applicable |
rebase: remove visibility blockers prior to clearrebase |
2015-05-04 |
Durham Goode |
marmoute |
Rejected |
[1,of,9,V3] cmdutil: add the class to restore dirstate at unexpected failure easily |
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 |
[3,of,9,V3] amend: use dirstateguard instead of dirstate.invalidate |
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 |
[5,of,9,V3] tryimportone: use dirstateguard instead of beginparentchange/endparentchange |
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 |
[7,of,9,V3] mq: use dirstateguard instead of dirstate.invalidate (qrefresh) |
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 |
[9,of,9,V3] localrepo: write recent dirstate out for external process (BC) (issue4378) |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[STABLE] templater: strip single backslash before quotation mark in quoted template |
2015-05-08 |
Yuya Nishihara |
marmoute |
Accepted |
[evolve-ext] inhibit: config to enable only direct access |
2015-05-11 |
Laurent Charignon |
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 |
[1,of,2] check-code: drop the python 2.5 warning for os.path.relpath() |
2015-05-12 |
Matt Harbison |
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 |
[V4] record: make hg record always use the non curses interface |
2015-05-14 |
Laurent Charignon |
marmoute |
Accepted |
[1,of,4] revset: make addset able to chain more than two ordered iterators |
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 |
[3,of,4] revset: introduce unionset that can handle more than two sets in one instance |
2015-05-19 |
Yuya Nishihara |
marmoute |
Changes Requested |
[4,of,4] revset: do not nest addset by "addset + other" (issue4565) |
2015-05-19 |
Yuya Nishihara |
marmoute |
Changes Requested |
[1,of,6] dirstate: use self._filename instead of immediate string `dirstate` |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[2,of,6] dirstate: use open/read of vfs(opener) explicitly instead of read |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[3,of,6] dirstate: read from `.pending` file under HG_PENDING mode |
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 |
[5,of,6] dirstate: make invalidate aware of pending file |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[6,of,6] dirstate: make write() aware of pending file |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[3,of,4] match: enable 'relinclude:' syntax |
2015-05-20 |
Durham Goode |
marmoute |
Changes Requested |
[4,of,4] help: add documentation on include: and subinclude: |
2015-05-20 |
Durham Goode |
marmoute |
Superseded |
[4,of,5] revert: fix bug in revert --interactive |
2015-05-21 |
Laurent Charignon |
marmoute |
Accepted |
[5,of,5] interactive: make revert -i and shelve -i not experimental |
2015-05-21 |
Laurent Charignon |
marmoute |
Accepted |
[STABLE] revbranchcache: special case nullrev |
2015-05-23 |
Durham Goode |
marmoute |
Superseded |
[1,of,2,STABLE] revset: make children() not look at null parents (issue4682) |
2015-05-23 |
Yuya Nishihara |
marmoute |
Superseded |
[1,of,6] changegroup: expose list of changesets from getsubsetraw |
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 |
[3,of,6] changegroup: expose list of changesets from getlocalchangegroupraw |
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 |
[5,of,6] changegroup: expose list of changesets from getchangegroupraw |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[6,of,6] changegroup: expose list of changesets from getchangegroup |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[1,of,7] tests: drop explicit $TESTDIR from executables |
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 |
[3,of,7] tests: drop DAEMON_PIDS from killdaemons calls |
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 |
[5,of,7] tests: simplify calls to dummyssh |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[6,of,7] tests: make printenv executable |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[7,of,7] tests: simplify printenv calls |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
largefiles: ignore hidden changesets with 'verify --large --lfa' |
2015-06-09 |
Matt Harbison |
marmoute |
Accepted |
[1,of,2,evolve-ext-V4] evolve: make prune respect allowunsable |
2015-06-17 |
Laurent Charignon |
marmoute |
Changes Requested |
[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] test-evolve-bumped: improve tests legibility |
2015-06-20 |
Laurent Charignon |
marmoute |
Accepted |
[2,of,2,evolve-ext] test-evolve-bumped: add new test case for merge |
2015-06-20 |
Laurent Charignon |
marmoute |
Accepted |
[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,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 |
[3,of,4,evolve-ext] evolve: change the implementation of evolve with no argument |
2015-06-22 |
Laurent Charignon |
marmoute |
Changes Requested |
[4,of,4,evolve-ext] evolve: remove unused function _stabilizableunstable |
2015-06-22 |
Laurent Charignon |
marmoute |
Changes Requested |
[evolve-ext] evolve: clarify code in _singlesuccessor |
2015-06-23 |
Laurent Charignon |
marmoute |
Accepted |
push should not allow to push diverged bookmark |
2015-08-04 |
Marc Strapetz |
marmoute |
Superseded |
[1,of,4] bookmarks: use recordchange instead of writing if transaction is active |
2015-10-04 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[3,of,4] shelve: use rollback instead of aborting a current transaction for shelve |
2015-10-04 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[4,of,4] shelve: use rollback instead of aborting a current transaction for unshelve |
2015-10-04 |
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 |
[2,of,5] transaction: prevent addfilegenerator from always making backup |
2015-10-09 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[3,of,5] dirstate: make functions for backup aware of transaction activity |
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 |
[5,of,5] dirstate: read from pending file under HG_PENDING mode if it exists |
2015-10-09 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[evolve-ext] prune: reuse revset from repair instead of copy-pasting code |
2015-10-13 |
Ryan McElroy |
marmoute |
Accepted |
[2,of,6,mergedriver] hook: factor out determination of hooks from running them |
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 |
[4,of,6,mergedriver] hook: for python hooks, also return whether an exception was raised |
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 |
[6,of,6,mergedriver] localrepo.commit: disallow commit when driver-resolved files exist |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[2,of,2] exchange: refactor push so that extensions can wrap pushop |
2015-10-15 |
Sean Farley |
marmoute |
Deferred |
[STABLE] parsers: fix width of datalen variable in fm1readmarkers |
2015-11-07 |
Yuya Nishihara |
marmoute |
Accepted |
ancestors: add stopfunc to revlog.ancestors |
2015-11-08 |
Durham Goode |
marmoute |
Rejected |
[evolve-ext] inhibit: improve transaction marker perf |
2015-11-08 |
Durham Goode |
marmoute |
Rejected |
[2,of,2] test-encoding: rewrite utf8b fuzz testing as python inlines |
2015-11-09 |
Yuya Nishihara |
marmoute |
Rejected |
[1,of,2] import-checker: allow import of child modules from package root |
2015-11-15 |
Yuya Nishihara |
marmoute |
Accepted |
[STABLE] posix: insert seek between reads and writes on Solaris (issue4943) |
2015-11-15 |
Gregory Szorc |
marmoute |
Changes Requested |
[2,of,3,v4] strip: strip a list of bookmarks |
2015-11-16 |
Shubhanshu Agrawal |
marmoute |
Superseded |
[3,of,3,v4] strip: changing bookmark argument to be a list |
2015-11-16 |
Shubhanshu Agrawal |
marmoute |
Superseded |
[evolve-ext] directaccess: fix case of shortened hash containing only digits |
2015-11-17 |
Laurent Charignon |
marmoute |
Changes Requested |
[1,of,4] import-checker: allow symbol imports from hgweb.common and .request |
2015-11-18 |
Yuya Nishihara |
marmoute |
Superseded |
mergestate: handle additional record types specially |
2015-11-18 |
Siddharth Agarwal |
marmoute |
Superseded |
rebase: don't rebase obsolete commits with no successor |
2015-11-18 |
Laurent Charignon |
marmoute |
Superseded |
[1,of,6,frozen-repos] localrepo: improve docstring for revset methods |
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 |
[3,of,6,frozen-repos] revsetbenchmarks: support benchmarking changectx loading |
2015-11-22 |
Gregory Szorc |
marmoute |
Accepted |
[4,of,6,frozen-repos] localrepo: ability to obtain a read-only snapshot of a repo |
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 |
[6,of,6,frozen-repos] commands.log: operate on frozen repository |
2015-11-22 |
Gregory Szorc |
marmoute |
Deferred |
[1,of,3] revlog: improve documentation |
2015-11-23 |
Gregory Szorc |
marmoute |
Accepted |
[2,of,3] revlog: return offset from _chunkraw() |
2015-11-23 |
Gregory Szorc |
marmoute |
Superseded |
[3,of,3] revlog: remove cache validation |
2015-11-23 |
Gregory Szorc |
marmoute |
Deferred |
[evolve-ext] evolve: handle merge commit with single obsolete parent (issue4389) |
2015-11-27 |
Andrew Halberstadt |
marmoute |
Changes Requested |
[evolve-ext-V2] inhibit: make rebase see obsolescence even for visible nodes |
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 |
[2,of,2,evolve-ext-V2] inhibit: remove unused bookmark operation wrapping |
2015-12-01 |
Laurent Charignon |
marmoute |
Accepted |
[evolve-ext] evolve refactor |
2015-12-02 |
Shusen LIU |
marmoute |
Changes Requested |
[V2] histedit: pick an appropriate base changeset by default (BC) |
2015-12-04 |
Gregory Szorc |
marmoute |
Superseded |
[1,of,2,V2] test: add an extra base changeset in test-obsolete.t |
2015-12-06 |
Pierre-Yves David |
marmoute |
Accepted |
[2,of,2,V2] discovery: properly filter changeset in 'peer.known' (issue4982) |
2015-12-06 |
Pierre-Yves David |
marmoute |
Accepted |
exchange: identify the troubled commit |
2015-12-08 |
timeless@mozdev.org |
marmoute |
Rejected |
crecord: add dictionary to default return value of filterpatch |
2015-12-10 |
Christian Delahousse |
marmoute |
Accepted |
check-commit: try to curb bad commit summary keywords |
2015-12-10 |
Matt Mackall |
marmoute |
Superseded |
[1,of,4,evolve-ext-V3] evolve: add new method _evolvestatewrite |
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 |
[3,of,4,evolve-ext-V3] evolve: add new method _evolvestatedelete |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[4,of,4,evolve-ext-V3] evolve: extract logic to new method _evolvemerge |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[evolve-ext] evolve: handle merge commit with single obsolete parent (issue4389) |
2015-12-18 |
Andrew Halberstadt |
marmoute |
Changes Requested |
pull: make a single call to obsstore.add (issue5006) |
2015-12-18 |
Matt Mackall |
marmoute |
Accepted |
[evolve-ext] evolve: extract logic to new method _evolvemerge |
2015-12-20 |
Shusen LIU |
marmoute |
Superseded |
[evolve-ext-V4] evolve: add new methods _evolvestatewrite, _evolvestateread, _evolvestatedelete |
2015-12-20 |
Shusen LIU |
marmoute |
Changes Requested |
[evolve-ext] manifest: add inhibit and directaccess |
2015-12-29 |
Laurent Charignon |
marmoute |
Changes Requested |
[evolve-ext] debian: update changelog to 5.2.1 |
2015-12-29 |
Faheem Mitha |
marmoute |
Accepted |
[v3] histedit: expose histedit plan via tags RFC |
2015-12-30 |
timeless@mozdev.org |
marmoute |
Changes Requested |
[evolve-ext] evolve: duplicate evolution summary entries (issue5014) |
2015-12-30 |
Laurent Charignon |
marmoute |
Changes Requested |
[hglib] commit: allow rev and node to be anywhere in the output |
2016-01-01 |
Idan Kamara |
marmoute |
Accepted |
[evolve-ext-V2] evolve: duplicate evolution summary entries (issue5014) |
2016-01-04 |
Laurent Charignon |
marmoute |
Accepted |
[evolve-ext-V2] debian: blacklist test-inhibit.t |
2016-01-04 |
Laurent Charignon |
marmoute |
Accepted |
[evolve-ext] inhibit: fix _filterpublic |
2016-01-10 |
Laurent Charignon |
marmoute |
Changes Requested |
[2,of,6] run-tests: handle output that starts with "$ " |
2016-01-12 |
timeless@mozdev.org |
marmoute |
Changes Requested |
histedit: handle obsolete commits unknown to histedit state |
2016-01-14 |
Kostia Balytskyi |
marmoute |
Changes Requested |
[evolve-ext] inhibit: fix compatibility with changes in rebase |
2016-01-14 |
Laurent Charignon |
marmoute |
Accepted |
copies: fix detection of divergent directory renames |
2016-01-14 |
Matt Mackall |
marmoute |
Superseded |
[1,of,2] shelve: Move commitfunc closer to use site |
2016-01-14 |
Simon Farnsworth |
marmoute |
Accepted |
[2,of,2] shelve: Permit shelves to contain unknown files |
2016-01-14 |
Simon Farnsworth |
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 |
mac: ignore resource fork when checking file sizes |
2016-01-14 |
Matt Mackall |
marmoute |
Accepted |
buildrpm: use bash shebang, since we use bash features in the script |
2016-01-15 |
Mathias De Maré |
marmoute |
Accepted |
cleanup: use modern @property/@foo.setter property specification |
2016-01-16 |
Augie Fackler |
marmoute |
Accepted |
tests: make --json run-tests option create a valid json file |
2016-01-17 |
Laurent Charignon |
marmoute |
Changes Requested |
[v2] histedit: handle obsolete commits unknown to histedit state |
2016-01-17 |
Kostia Balytskyi |
marmoute |
Superseded |
[Bug,5044] New: rebase AssertionError from command line |
2016-01-17 |
mercurial-bugs@selenic.com |
marmoute |
Not Applicable |
copies: fix detection of divergent directory renames |
2016-01-17 |
Pierre-Yves David |
marmoute |
Accepted |
[3,of,3,v2] repoview: cache repoview class instances (issue5043) |
2016-01-17 |
Gregory Szorc |
marmoute |
Deferred |
[evolve-ext] touch: prompt the user for what to do with the revived changeset |
2016-01-18 |
Laurent Charignon |
marmoute |
Accepted |
[evolve-ext] touch: add 'revive' alias to the touch command |
2016-01-18 |
Laurent Charignon |
marmoute |
Deferred |
histedit: handle obsolete commits unknown to histedit state (issue4800) |
2016-01-18 |
Kostia Balytskyi |
marmoute |
Accepted |
[evolve-ext-V4] evolve: extract logic to new method _evolvemerge |
2016-01-19 |
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: add new method _evolvecontinue (issue4854) |
2016-01-20 |
Shusen LIU |
marmoute |
Changes Requested |
[evolve-ext] inhibit: make bookmark -D work with a list of bookmarks |
2016-01-22 |
Jeroen Vaelen |
marmoute |
Accepted |
[evolve-ext-V5] evolve: extract logic to new method _evolvemerge |
2016-01-26 |
Shusen LIU |
marmoute |
Accepted |
[evolve-ext-V5] evolve: add new methods _evolvestatewrite, _evolvestateread, _evolvestatedelete |
2016-01-26 |
Shusen LIU |
marmoute |
Changes Requested |
[1,of,2,evolve-ext-V5] evolve: add new method _evolvecontinue (issue4854) |
2016-01-27 |
Shusen LIU |
marmoute |
Deferred |
[2,of,2,evolve-ext-V5] afterresolvehook for evolve --continue |
2016-01-27 |
Shusen LIU |
marmoute |
Deferred |
[evolve-ext] inhibit: fix compat with rebaseskipobsolete |
2016-01-27 |
Laurent Charignon |
marmoute |
Accepted |
[1,of,2,evolve-ext] evolve: remove meaningless transaction nesting |
2016-01-28 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[2,of,2,evolve-ext] evolve: close transaction if conflict is detected in relocate (issue4966) |
2016-01-28 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[evolve-ext,v4] evolve: make split respect rev args passed without --rev or -r |
2016-02-04 |
Kostia Balytskyi |
marmoute |
Accepted |
[1,of,5,v4] cmdutil: provide a way to report how to continue |
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 |
[3,of,5,v4] rebase: suggest the correct tool to continue (not rebase) |
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 |
[5,of,5,v4] shelve: suggest the correct tool to continue (not unshelve) |
2016-02-12 |
timeless@mozdev.org |
marmoute |
Accepted |
[2,of,2,V4] repoview: discard filtered changelog if index isn't shared with unfiltered |
2016-02-13 |
Katsunori FUJIWARA |
marmoute |
Superseded |
[v2] match: override 'visitdir' in subdirmatcher |
2016-02-14 |
Martin von Zweigbergk |
marmoute |
Accepted |
config: drop progress extension from sample hgrc as it is in core now |
2016-02-14 |
Yuya Nishihara |
marmoute |
Accepted |
[1,of,2] tests: load json with no fallback |
2016-02-14 |
Yuya Nishihara |
marmoute |
Accepted |
[2,of,2] run-tests: remove useless "failed" flag from addOutputMismatch() |
2016-02-14 |
Yuya Nishihara |
marmoute |
Accepted |
[STABLE] log: fix order of revisions filtered by multiple OR options (issue5100) |
2016-02-15 |
Yuya Nishihara |
marmoute |
Superseded |
[STABLE] hg: obtain lock when creating share from pooled repo (issue5104) |
2016-02-21 |
Gregory Szorc |
marmoute |
Superseded |
[6,of,6,RFC] destutil: choose non-closed branch head as default update destination (BC) |
2016-02-24 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[2,of,3,V2] pull: activate a bookmark matching with the destination of the update |
2016-02-26 |
Katsunori FUJIWARA |
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 |
[1,of,7] revset: drop translation markers from error messages of internal _matchfiles |
2016-02-27 |
Yuya Nishihara |
marmoute |
Accepted |
[2,of,7] revset: define "pat" variable unconditionally in subrepo() |
2016-02-27 |
Yuya Nishihara |
marmoute |
Accepted |
[evolve-ext] fold: allow folding one revision with --exact if rewriting is necessary |
2016-03-02 |
Siddharth Agarwal |
marmoute |
Changes Requested |
[1,of,2,V2] fsmonitor: dependencies for new experimental extension |
2016-03-03 |
Martijn Pieters |
marmoute |
Accepted |
[2,of,2,V2] fsmonitor: new experimental extension |
2016-03-03 |
Martijn Pieters |
marmoute |
Accepted |
formatter: allow json to handle more levels of depth |
2016-03-04 |
Kostia Balytskyi |
marmoute |
Changes Requested |
[1,of,2,V2] merge: separate read-only mergestate into separate module |
2016-03-07 |
Simon Farnsworth |
marmoute |
Changes Requested |
[2,of,2,V2] revset: new predicates to find key merge revisions |
2016-03-07 |
Simon Farnsworth |
marmoute |
Changes Requested |
[1,of,7,iterbatch] peer: raise NotImplementedError for abstract submit() method |
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 |
[3,of,7,iterbatch] peer: add an iterbatcher interface |
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 |
[5,of,7,iterbatch] wireproto: make iterbatcher behave streamily over http(s) |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[6,of,7,iterbatch] largefiles: use iterbatch instead of batch |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[STABLE] bdiff: (pure) support array.array arrays (issue5130) |
2016-03-08 |
timeless@mozdev.org |
marmoute |
Accepted |
[1,of,4] lock message: implement host property for lock class |
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 |
[3,of,4] lock message: write lock description to a file |
2016-03-08 |
Tuli Uchitel |
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 |
histedit: do not check experimental.histediting in extsetup |
2016-03-09 |
Jun Wu |
marmoute |
Changes Requested |
[evolve-ext] split: reuse the pre-split commit message for the split ones |
2016-03-20 |
Jordi Gutiérrez Hermoso |
marmoute |
Superseded |
[v3] tests: fix builtin module test on pypy |
2016-03-30 |
Maciej Fijalkowski |
marmoute |
Accepted |
revset: fix infinite recursion if called with __len__ first |
2016-03-31 |
Maciej Fijalkowski |
marmoute |
Changes Requested |
tests: fix doctests for pypy optimizations |
2016-03-31 |
Maciej Fijalkowski |
marmoute |
Accepted |
[rfc] rfc: call gc at exit of mercurial |
2016-04-01 |
Maciej Fijalkowski |
marmoute |
Changes Requested |
[v2] revset: prevent infinite recursion on pypy |
2016-04-01 |
Maciej Fijalkowski |
marmoute |
Accepted |
[1,of,2,v2] commands: disallow 'hg debugobsolete --index --rev <smth>' |
2016-04-01 |
Kostia Balytskyi |
marmoute |
Superseded |
[2,of,2,v2] commands: allow debugobsolete to delete arbitrary obsmarkers |
2016-04-01 |
Kostia Balytskyi |
marmoute |
Superseded |
[evolve-ext] evolve: do not set experimental.evolution in uisetup |
2016-04-03 |
Jun Wu |
marmoute |
Changes Requested |
[1,of,7,V3,RFC] revset: narrow scope of "except ParseError" block in _parsealiasdecl() |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[2,of,7,V3,RFC] parser: add stub class that will host alias parsing and expansion |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[3,of,7,V3,RFC] parser: move alias declaration parser to common rule-set class |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[4,of,7,V3,RFC] parser: move _relabelaliasargs() to common rule-set class |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[5,of,7,V3,RFC] parser: move alias definition parser to common rule-set class |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[6,of,7,V3,RFC] revset: unify function that parses alias declaration and definition |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[7,of,7,V3,RFC] parser: unify parser function of alias declaration and definition |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[2,of,2] tests: add new test for #! shbang lines |
2016-04-07 |
timeless@mozdev.org |
marmoute |
Accepted |
[1,of,4,V3,evolve-ext] evolve: factor out sanity checks for folds |
2016-04-18 |
Siddharth Agarwal |
marmoute |
Superseded |
[2,of,4,V3,evolve-ext] evolve: factor out check for creating unstable commits |
2016-04-18 |
Siddharth Agarwal |
marmoute |
Superseded |
[3,of,4,V3,evolve-ext] commands: introduce a new command to edit commit metadata |
2016-04-18 |
Siddharth Agarwal |
marmoute |
Superseded |
[4,of,4,V3,evolve-ext] metaedit: add support for folding commits while editing their metadata |
2016-04-18 |
Siddharth Agarwal |
marmoute |
Superseded |
[1,of,4,evolve-ext] py3: tolerate io/StringIO divergence |
2016-04-20 |
timeless |
marmoute |
Accepted |
[2,of,4,evolve-ext] py3: change except from two comma to as notation |
2016-04-20 |
timeless |
marmoute |
Accepted |
[3,of,4,evolve-ext] py3: use items() instead of iteritems() |
2016-04-20 |
timeless |
marmoute |
Accepted |
[4,of,4,evolve-ext] py3: handle bytes/strings |
2016-04-20 |
timeless |
marmoute |
Rejected |
[1,of,3,evolve-ext] evolve: use hex in list output |
2016-04-21 |
timeless |
marmoute |
Accepted |
[2,of,3,evolve-ext] evolve: include node, rev, desc, and phase in list |
2016-04-21 |
timeless |
marmoute |
Accepted |
[3,of,3,evolve-ext] evolve: support templater argument to list |
2016-04-21 |
timeless |
marmoute |
Rejected |
[evolve-ext] split: rewrite the pre-split commit message |
2016-04-25 |
Jordi Gutiérrez Hermoso |
marmoute |
Accepted |
[1,of,4,V4,evolve-ext] evolve: factor out sanity checks for folds |
2016-04-25 |
Siddharth Agarwal |
marmoute |
Accepted |
[2,of,4,V4,evolve-ext] evolve: factor out check for creating unstable commits |
2016-04-25 |
Siddharth Agarwal |
marmoute |
Accepted |
[3,of,4,V4,evolve-ext] commands: introduce a new command to edit commit metadata |
2016-04-25 |
Siddharth Agarwal |
marmoute |
Accepted |
[4,of,4,V4,evolve-ext] metaedit: add support for folding commits while editing their metadata |
2016-04-25 |
Siddharth Agarwal |
marmoute |
Accepted |
[evolve-ext] help: try to document evolution states |
2016-05-29 |
timeless |
marmoute |
Deferred |
[1,of,4,V6] hgweb: highlight data of the current revision in annotate view |
2016-06-16 |
Denis Laxalde |
marmoute |
Accepted |
[2,of,4,V6] hgweb: display blamed revision once per block in annotate view |
2016-06-16 |
Denis Laxalde |
marmoute |
Accepted |
[3,of,4,V6] hgweb: add link to parents of annotated revision in annotate view |
2016-06-16 |
Denis Laxalde |
marmoute |
Changes Requested |
[4,of,4,V6] hgweb: add links to diff and changeset views from annotate view table |
2016-06-16 |
Denis Laxalde |
marmoute |
Changes Requested |
[1,of,9,changegroup-apis] exchange: use early return |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[2,of,9,changegroup-apis] changegroup: create a class to manage emitting changegroup data |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[3,of,9,changegroup-apis] exchange: use changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[4,of,9,changegroup-apis] changegroup: remove getlocalchangegroupraw() (API) |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[5,of,9,changegroup-apis] changegroup: add fromheadsandcommon() convenience function |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[6,of,9,changegroup-apis] changegroup: move code from changegroupsubset to changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[7,of,9,changegroup-apis] changegroup: add and use getunbundler() to changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[8,of,9,changegroup-apis] changegroup: implement getchangegroup using changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[9,of,9,changegroup-apis] exchange: implement _pushchangeset with changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[3,of,4] revlog: add instance variable controlling delta chain use |
2016-09-24 |
Gregory Szorc |
marmoute |
Superseded |
[4,of,4] changelog: disable delta chains |
2016-09-24 |
Gregory Szorc |
marmoute |
Superseded |
[5,of,5] exchange: refactor APIs to obtain bundle data (API) |
2016-09-25 |
Gregory Szorc |
marmoute |
Superseded |
[1,of,2] evolve: indent cmdnext and cmdprev ready for locking change (issue5244) |
2016-10-08 |
Simon Farnsworth |
marmoute |
Changes Requested |
[2,of,2] evolve: lock the working copy early in next and prev (issue5244) |
2016-10-08 |
Simon Farnsworth |
marmoute |
Changes Requested |
match: adding non-recursive directory matching |
2016-10-08 |
via Mercurial-devel |
marmoute |
Rejected |
[4,of,9,V6] bookmarks: introduce binary encoding |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[5,of,9,V6] bookmarks: add srchex param to updatefromremote |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[6,of,9,V6] bundle2: add `bookmarks` part handler |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[7,of,9,V6] exchange: getbundle `bookmarks` part generator |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[8,of,9,V6] pull: use `bookmarks` bundle2 part |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[9,of,9,V6] bundle2: advertise bookmark capability |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[1,of,3,v2] cmdutil: satisfy expections in dirstateguard.__del__, even if __init__ fails |
2016-10-14 |
Mads Kiilerich |
marmoute |
Accepted |
[2,of,5,flagprocessor,v6] revlog: add 'raw' argument to revision and _addrevision |
2016-12-24 |
Remi Chaintron |
marmoute |
Changes Requested |
[3,of,5,flagprocessor,v6] revlog: pass revlog flags to addrevision |
2016-12-24 |
Remi Chaintron |
marmoute |
Changes Requested |
[4,of,5,flagprocessor,v6] revlog: processflags() |
2016-12-24 |
Remi Chaintron |
marmoute |
Changes Requested |
[5,of,5,flagprocessor,v6] revlog: REVIDX_EXTSTORED flag |
2016-12-24 |
Remi Chaintron |
marmoute |
Changes Requested |
Makefile: drop old deployment rules |
2016-12-30 |
Pierre-Yves David |
marmoute |
Accepted |
[1,of,7,flagprocessor,v7] documentation: better censor flag documentation |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[2,of,7,flagprocessor,v7] revlog: add 'raw' argument to revision and _addrevision |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[3,of,7,flagprocessor,v7] revlog: pass revlog flags to addrevision |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[4,of,7,flagprocessor,v7] revlog: flag processor |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[5,of,7,flagprocessor,v7] revlog: REVIDX_EXTSTORED flag |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[6,of,7,flagprocessor,v7] revlog: REVIDX_USR[0-3] flags |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[7,of,7,flagprocessor,v7] tests: test-flagprocessor.t |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[1,of,7,evolve-ext] _relocatecommit |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[2,of,7,evolve-ext] _finalizerelocate |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[3,of,7,evolve-ext] _evolvestatedelete |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[4,of,7,evolve-ext] _evolvestateread |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[5,of,7,evolve-ext] _evolvestatewrite |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[6,of,7,evolve-ext] _evolvemerge |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[7,of,7,evolve-ext] _evolvecontinue |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[1,of,2,evolve-ext] evolve: extract logic to new method _relocatecommit |
2015-12-15 |
Shusen LIU |
lcharignon |
Accepted |
[2,of,2,evolve-ext] evolve: extract logic to new method _finalizerelocate |
2015-12-15 |
Shusen LIU |
lcharignon |
Accepted |
[1,of,5,stable] crecord: use try/except for import of curses |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[2,of,5,stable] crecord: add helper function to determine if we should use curses |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[3,of,5,stable] crecord: ensure that curses is False if not imported |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[4,of,5,stable] cmdutil: use crecordmod.checkcurses |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[5,of,5,stable] crecord: stop raising error.Abort if curses is not found (issue5008) |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
run-tests: "fix" race condition in race condition fix |
2016-01-22 |
Bryan O'Sullivan |
lcharignon |
Superseded |
[1,of,3,evolve-ext,RFC] evolve: factor out sanity checks for folds |
2016-03-10 |
Siddharth Agarwal |
lcharignon |
Changes Requested |
[2,of,3,evolve-ext,RFC] evolve: factor out check for creating unstable commits |
2016-03-10 |
Siddharth Agarwal |
lcharignon |
Changes Requested |
[3,of,3,evolve-ext,RFC] commands: introduce a new command to edit commit metadata |
2016-03-10 |
Siddharth Agarwal |
lcharignon |
Changes Requested |
fsmonitor: hook up state-enter, state-leave signals |
2016-03-10 |
Martijn Pieters |
lcharignon |
Accepted |
[1,of,3,evolve-ext,V2] evolve: factor out sanity checks for folds |
2016-03-20 |
Siddharth Agarwal |
lcharignon |
Changes Requested |
[2,of,3,evolve-ext,V2] evolve: factor out check for creating unstable commits |
2016-03-20 |
Siddharth Agarwal |
lcharignon |
Changes Requested |
[3,of,3,evolve-ext,V2] commands: introduce a new command to edit commit metadata |
2016-03-20 |
Siddharth Agarwal |
lcharignon |
Changes Requested |
[01,of,10,v2] localrepo: don't refresh filecache entries that aren't in __dict__ |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[02,of,10,v2] localrepo: introduce destroying function |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[03,of,10,v2] localrepo: update the branchmap when destroying nodes |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[04,of,10,v2] localrepo: write the phasecache when destroying nodes |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[05,of,10,v2] destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743) |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[06,of,10,v2] rollback: don't clear the filecache |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[07,of,10,v2] filecache: allow filecacheentry to be created without stating in __init__ |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[08,of,10,v2] filecache: create an entry in _filecache when __set__ is called for a missing one |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[09,of,10,v2] dirstate: refresh _branch cache entry after writing it |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[10,of,10,v2] localrepo: drop unnecessary check on wlock unlock |
2013-01-10 |
Idan Kamara |
krbullock |
Accepted |
[01,of,15,V3] get-with-headers: add a --headeronly switch |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[02,of,15,V3] hgweb: add test regarding filtering and hgweb |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[03,of,15,V3] hgweb: `limit` argument is actually `latestonly` renames and enforce |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[04,of,15,V3] hgweb: move revnavgen into an object |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[05,of,15,V3] hgweb: pass nodefunc to the revnav object |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[06,of,15,V3] hgweb: move hex creation into an object method |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[07,of,15,V3] hgweb: simplify the handling of empty repo |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[08,of,15,V3] hgweb: simplify addition of "(0) navigation entry" |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[09,of,15,V3] hgweb: introduction a filerevnav subclass |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[10,of,15,V3] hgweb: pass repo object to revnav construction |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[11,of,15,V3] hgweb: generate revnav in two phase |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[12,of,15,V3] hgweb: ignore filtered revision in revnav |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[13,of,15,V3] hgweb: use changelog for iteration |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[14,of,15,V3] hgweb: walk the graph through the changelog |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[15,of,15,V3] hgweb: run with "served" filter |
2013-01-16 |
Pierre-Yves David |
krbullock |
Accepted |
[stable] debugsuccessorssets: fix typos in docstring |
2013-01-21 |
Wagner Bruna |
krbullock |
Accepted |
[1,of,2,STABLE] discovery: outgoing pass unfiltered repo to findcommonincoming (issue3776) |
2013-01-28 |
Pierre-Yves David |
krbullock |
Accepted |
[2,of,2,STABLE] test: minor documentation fix |
2013-01-28 |
Pierre-Yves David |
krbullock |
Accepted |
[1,of,2,STABLE] pull: fix crash when pulling changeset that get hidden locally (issue3788) |
2013-01-29 |
Pierre-Yves David |
krbullock |
Accepted |
[2,of,2,STABLE] test-obsolete: validate that bundle is not affected by issue3788 |
2013-01-29 |
Pierre-Yves David |
krbullock |
Accepted |
[STABLE] hgweb: prevent traceback during search when filtered (issue3783) |
2013-01-29 |
Pierre-Yves David |
krbullock |
Accepted |
[STABLE] hgweb: fix navigation label (issue3792) |
2013-01-30 |
Pierre-Yves David |
krbullock |
Accepted |
commit: show active bookmark in commit editor helper text |
2013-02-02 |
Antonio Zanardo |
krbullock |
Accepted |
[5,of,5,STABLE,V2] bookmarks: move active bookmark forward upon rebase (issue3813) (BC) |
2013-05-01 |
Sean Farley |
krbullock |
Rejected |
[v2] commit: amending with --close-branch (issue3445) |
2013-05-02 |
Iulian Stana |
krbullock |
Superseded |
[1,of,2] parents: change parents command to use filectx |
2013-06-26 |
Durham Goode |
krbullock |
Accepted |
[2,of,2] bundle: move file chunk generation to it's own function |
2013-06-26 |
Durham Goode |
krbullock |
Accepted |
[2,of,3] tests: simplify and document the sorting of pyflake messages |
2013-06-26 |
Simon Heimberg |
krbullock |
Accepted |
[1,of,3] check-code: do not warn on printf \\x or \\[1-9] |
2013-07-01 |
Simon Heimberg |
krbullock |
Accepted |
[2,of,3] tests: do not skip code-checking on some whole files |
2013-07-01 |
Simon Heimberg |
krbullock |
Accepted |
[3,of,3] check-code: concatenate "check-code" on compile time |
2013-07-01 |
Simon Heimberg |
krbullock |
Accepted |
[1,of,3] tests: check-code all python files in one run |
2013-07-06 |
Simon Heimberg |
krbullock |
Accepted |
[2,of,3] tests: rename files to py extension instead of copying a 2nd time |
2013-07-06 |
Simon Heimberg |
krbullock |
Accepted |
[3,of,3] tests: print line numbers when checking code |
2013-07-06 |
Simon Heimberg |
krbullock |
Accepted |
[02,of,11] hgweb: make stripes in bookmark list with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[03,of,11] hgweb: make stripes in directory view with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[04,of,11] hgweb: make stripes in tag list with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[05,of,11] hgweb: make stripes in file annotate view with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[06,of,11] hgweb: make stripes in repo list with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[07,of,11] hgweb: make stripes in branch list with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[08,of,11] hgweb: make stripes in log and search with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[09,of,11] hgweb: make stripes in graph with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[10,of,11] hgweb: make stripes in file log with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
[11,of,11] hgweb: make stripes in diffstat with CSS |
2013-07-17 |
Alexander Plavin |
krbullock |
Accepted |
templater: add nonempty function with an extra argument placeholder |
2013-08-05 |
Alexander Plavin |
krbullock |
Deferred |
[1,of,2,RESEND] dispatch: move command line --config argument parsing to _runcatch() |
2013-08-28 |
Sean Farley |
krbullock |
Accepted |
[2,of,2,RESEND] dispatch: add ability to specify a custom pdb module as a debugger |
2013-08-28 |
Sean Farley |
krbullock |
Accepted |
[1,of,3,RESEND] revset: fix wrong keyword() behaviour for strings with spaces |
2013-08-29 |
Alexander Plavin |
krbullock |
Superseded |
[2,of,3,RESEND] revset: make desc() function accept multiple arguments |
2013-08-29 |
Alexander Plavin |
krbullock |
Changes Requested |
[3,of,3,RESEND] revset: make keyword() function accept multiple arguments |
2013-08-29 |
Alexander Plavin |
krbullock |
Changes Requested |
[1,of,3,V4] hgweb: add string constants for search mode names |
2013-09-04 |
Alexander Plavin |
krbullock |
Accepted |
[2,of,3,V4] revset: add helper function to get revset parse tree depth |
2013-09-04 |
Alexander Plavin |
krbullock |
Superseded |
[3,of,3,V4] hgweb: add revsetsearch() function when query can be parsed as a revset |
2013-09-04 |
Alexander Plavin |
krbullock |
Changes Requested |
[1,of,5,V4] hgweb: import the whole util module in webcommands instead of just one function |
2013-09-04 |
Alexander Plavin |
krbullock |
Accepted |
[2,of,5,V4] hgweb: restrict usage of regular expressions in search |
2013-09-04 |
Alexander Plavin |
krbullock |
Changes Requested |
[3,of,5,V4] revset: add helper function to get functions used in a revset parse tree |
2013-09-04 |
Alexander Plavin |
krbullock |
Superseded |
[4,of,5,V4] hgweb: allow only whitelisted revset functions in hgweb search |
2013-09-04 |
Alexander Plavin |
krbullock |
Changes Requested |
[5,of,5,V4] hgweb, config: make search restrictions configurable with web.restrictsearch |
2013-09-04 |
Alexander Plavin |
krbullock |
Changes Requested |
merge: let the user choose to merge, keep local or keep remote subrepo revisions |
2013-09-07 |
Angel Ezquerra |
krbullock |
Superseded |
subrepo: add include/exclude support for diffing git subrepos |
2015-04-14 |
Mathias De Maré |
krbullock |
Accepted |
rebase: restore bookmark state on abort |
2015-04-14 |
Tony Tung |
krbullock |
Accepted |
[1,of,5,website] about: update link to the website source |
2016-03-23 |
Anton Shestakov |
krbullock |
Accepted |
[2,of,5,website] thepage: update mailing list link |
2016-03-23 |
Anton Shestakov |
krbullock |
Accepted |
[3,of,5,website] frontpage: update bugzilla link |
2016-03-23 |
Anton Shestakov |
krbullock |
Accepted |
[4,of,5,website] temlpates: update numerous links to wiki |
2016-03-23 |
Anton Shestakov |
krbullock |
Accepted |
[5,of,5,website] templates: make current links to selenic.com use https |
2016-03-23 |
Anton Shestakov |
krbullock |
Accepted |
graphmod: move the graphstyle options to experimental |
2016-03-24 |
Pierre-Yves David |
krbullock |
Accepted |
[1,of,5] templatekw: eliminate unnecessary temporary variable 'names' from _showlist() |
2017-04-14 |
Yuya Nishihara |
krbullock |
Accepted |
[2,of,5] templatekw: rename 'args' to 'mapping' in showlist() |
2017-04-14 |
Yuya Nishihara |
krbullock |
Accepted |
[3,of,5] templatekw: change _showlist() to take mapping dict with no **kwargs expansion |
2017-04-14 |
Yuya Nishihara |
krbullock |
Accepted |
[4,of,5] templatekw: have showlist() take mapping dict with no **kwargs expansion (API) |
2017-04-14 |
Yuya Nishihara |
krbullock |
Accepted |
[5,of,5] templatekw: factor out showdict() helper |
2017-04-14 |
Yuya Nishihara |
krbullock |
Accepted |
[1,of,4] dispatch: mark callcatch() as a private function |
2017-04-15 |
Yuya Nishihara |
krbullock |
Accepted |
[2,of,4] dispatch: print traceback in scmutil.callcatch() if --traceback specified |
2017-04-15 |
Yuya Nishihara |
krbullock |
Accepted |
[3,of,4] worker: propagate exit code to main process |
2017-04-15 |
Yuya Nishihara |
krbullock |
Accepted |
[4,of,4] worker: print traceback for uncaught exception unconditionally |
2017-04-15 |
Yuya Nishihara |
krbullock |
Accepted |
[6,of,5] templatefilters: fix crash by string formatting of '{x|splitlines}' |
2017-04-16 |
Yuya Nishihara |
krbullock |
Accepted |
[1,of,6] hgweb: test help functionality |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[2,of,6] help: move the majority of the help command to the help module |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[3,of,6] help: ReST tweaks |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[4,of,6] hgweb: generate HTML documentation |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[5,of,6] minirst: HTML formatter tweaks |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[6,of,6] highlight: use docutils for generating help if possible |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[1,of,4] hgweb help: add tests |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[2,of,4] hgweb help: split up long lines (in generated output) |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[3,of,4] help: move the majority of the help command to the help module |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[4,of,4] hgweb: generate HTML documentation |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
manifest: cache parsed fulltext during find |
2013-03-11 |
Bryan O'Sullivan |
durin42 |
Rejected |
[1,of,2] archive: raise error.Abort if the file pattern matches no files |
2013-03-21 |
Angel Ezquerra |
durin42 |
Superseded |
[2,of,2] hgweb: respond HTTP_NOT_FOUND when an archive request does not match any files |
2013-03-21 |
Angel Ezquerra |
durin42 |
Superseded |
[1,of,2] lock: if we fork, ensure that only the parent releases |
2013-04-11 |
Bryan O'Sullivan |
durin42 |
Accepted |
[2,of,2] worker: catch all exceptions, try to exit usefully/safely |
2013-04-11 |
Bryan O'Sullivan |
durin42 |
Accepted |
scheme: don't crash on invalid URLs |
2013-04-11 |
Mads Kiilerich |
durin42 |
Accepted |
tag: clarify cryptic error message when tagging null revision |
2013-04-11 |
Mads Kiilerich |
durin42 |
Accepted |
setup: make error message for missing Python headers more helpful |
2013-04-11 |
Mads Kiilerich |
durin42 |
Accepted |
[1,of,2] obsolete: move validedest function in obsolete module |
2013-04-12 |
Pierre-Yves David |
durin42 |
Deferred |
[2,of,2] update: allow dirty update to successors |
2013-04-12 |
Pierre-Yves David |
durin42 |
Deferred |
[2,of,8] test: improve documentation of some histedit test |
2013-04-16 |
Pierre-Yves David |
durin42 |
Accepted |
[6,of,8] histedit-test: generalise --commands "_" usage |
2013-04-16 |
Pierre-Yves David |
durin42 |
Accepted |
[7,of,8] histedit: move all arguments check at the beginning of the command |
2013-04-16 |
Pierre-Yves David |
durin42 |
Accepted |
[8,of,8] histedit: move outgoing processing in it own function |
2013-04-16 |
Pierre-Yves David |
durin42 |
Accepted |
[4,of,6] histedit: lock repo while editing |
2013-04-17 |
Mads Kiilerich |
durin42 |
Changes Requested |
[3,of,3] import: move tryone closure in cmdutil |
2013-04-17 |
Pierre-Yves David |
durin42 |
Superseded |
[1,of,6] scmutil.addremove: factor out dirstate walk into another function |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
[2,of,6] scmutil.addremove: rename local 'copies' to 'renames' |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
[3,of,6] scmutil.addremove: factor out code to find renames |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
[4,of,6] scmutil.addremove: factor out code to mark added/removed/renames |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
[5,of,6] scmutil: add a function to mark that files have been operated on |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Superseded |
[6,of,6] patch: use scmutil.touch instead of scmutil.addremove |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Changes Requested |
[1,of,4,V2] clone: move file stream walk to a separate function |
2013-05-07 |
Durham Goode |
durin42 |
Superseded |
[2,of,4,V2] copies: refactor checkcopies() into a top level method |
2013-05-07 |
Durham Goode |
durin42 |
Superseded |
[3,of,4,V2] changegroup: refactor addchangegroup to do files in a seperate function |
2013-05-07 |
Durham Goode |
durin42 |
Changes Requested |
[4,of,4,V2] changegroup: refactor changegroup generation into a separate class |
2013-05-07 |
Durham Goode |
durin42 |
Changes Requested |
revlog: add exception when linkrev == nullrev |
2013-06-18 |
Durham Goode |
durin42 |
Accepted |
run-tests: stop search for keywords when one is found |
2013-07-01 |
Simon Heimberg |
durin42 |
Changes Requested |
[2,of,2] run-tests: only check the common criteria once per test |
2013-07-13 |
Simon Heimberg |
durin42 |
Accepted |
[01,of,36] context: add an empty class that will be used as a parent of all contexts |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[02,of,36] context: return a copied context if changeid is already a context |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[03,of,36] context: move __str__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[04,of,36] context: move rev from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[05,of,36] context: move node from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[06,of,36] context: move hex from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[07,of,36] context: change _node to node() in hex |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[08,of,36] context: move __int__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[09,of,36] context: move __repr__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[10,of,36] context: use type(self).__name__ to instead of hardcoding class name |
2013-08-07 |
Sean Farley |
durin42 |
Changes Requested |
[11,of,36] context: move __eq__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[12,of,36] context: move __ne__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[13,of,36] context: move substate from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[14,of,36] context: move __contains__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[15,of,36] context: move __getitem__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[16,of,36] context: move __iter__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[17,of,36] context: move manifest from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[18,of,36] context: move phasestr from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[19,of,36] context: move mutable from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[20,of,36] context: move parents from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[21,of,36] context: move p1 from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |