[4,of,6,for-clowncopter] trydiff: remove dead branch in diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[5,of,6,for-clowncopter] trydiff: move check for quietness out of diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[6,of,6,for-clowncopter] trydiff: join elements in 'header' list by '\n' |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
largefiles: set the extension as enabled locally after a clone requiring it |
2015-02-03 |
Matt Harbison |
|
Accepted |
[stable,json,v2] log: fix json-formatted output when file copies are listed (issue4523) |
2015-02-03 |
Augie Fackler |
|
Accepted |
[1,of,6,faster-obsmarkers,v2] obsolete: make optional offset parameter to fm*readmarkers required |
2015-02-03 |
Augie Fackler |
|
Accepted |
[2,of,6,faster-obsmarkers,v2] util: add getbe{u, }int16 utility methods |
2015-02-03 |
Augie Fackler |
|
Accepted |
[3,of,6,faster-obsmarkers,v2] util: add getbefloat64 |
2015-02-03 |
Augie Fackler |
|
Accepted |
[4,of,6,faster-obsmarkers,v2] parsers: add fm1readmarker |
2015-02-03 |
Augie Fackler |
|
Accepted |
[5,of,6,faster-obsmarkers,v2] obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win |
2015-02-03 |
Augie Fackler |
|
Accepted |
[6,of,6,faster-obsmarkers,v2] _fm1readmarkers: generate list in C |
2015-02-03 |
Augie Fackler |
|
Accepted |
color: be more conservative about setting ANSI mode on Windows (BC) |
2015-02-04 |
Gregory Szorc |
|
Accepted |
bundle2.unpackermixin: control for underlying file descriptor |
2015-02-04 |
Eric Sumner |
|
Accepted |
[V2] manifest: make lru size configurable |
2015-02-04 |
Durham Goode |
|
Accepted |
[V2] copy: add flag for disabling copy tracing |
2015-02-04 |
Durham Goode |
|
Superseded |
[1,of,3] vfs: seek to the end of file when opening in append mode |
2015-02-04 |
Matt Harbison |
|
Rejected |
[2,of,3] branchmap: backout 6bf93440a717 |
2015-02-04 |
Matt Harbison |
|
Superseded |
[3,of,3] obsolete: drop the explicit seek to EOF after append mode open() |
2015-02-04 |
Matt Harbison |
|
Superseded |
[1,of,6] obsolete: extract helpers from _load() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[2,of,6] obsolete: create accessors successors(), precursors(), children() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[3,of,6] obsolete: populate successors(), precursors(), children() lazily |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] obsolete: add native version of addsuccessors() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[5,of,6] obsolete: add native version of addprecursors() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] obsolete: add native version of addchildren() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[V2] revset: omit dropping tip from the result of tag() (BC) |
2015-02-04 |
Katsunori FUJIWARA |
|
Rejected |
[1,of,2] revlog: add __contains__ for fast membership test |
2015-02-04 |
Yuya Nishihara |
|
Accepted |
[2,of,2] revset: have rev() validate input by repo.changelog.__contains__() |
2015-02-04 |
Yuya Nishihara |
|
Accepted |
[1,of,9,sethelp] dispatch: consolidate formatting of ParseErrors |
2015-02-04 |
Augie Fackler |
|
Accepted |
[2,of,9,sethelp] error: update docstring on ParseError |
2015-02-04 |
Augie Fackler |
|
Accepted |
[3,of,9,sethelp] error: add a new NotAFunction error type |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[4,of,9,sethelp] fileset: use NotAFunction where appropriate |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[5,of,9,sethelp] revset: use NotAFunction where appropriate |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[6,of,9,sethelp] levenshtein: import public/CC0 implementation of pure-py levenshtein distance |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[7,of,9,sethelp] levenshtein: add a no-check-code comment |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[8,of,9,sethelp] test-revset: add tests for missing function output |
2015-02-04 |
Augie Fackler |
|
Superseded |
[9,of,9,sethelp] dispatch: offer near-edit-distance suggestions for {file, rev}set functions |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[1,of,4] bundle2.unbundlepart: raise payloadchunks from a closure to a method |
2015-02-04 |
Eric Sumner |
|
Accepted |
[2,of,4] bundle2.unbundlepart: Keep an index of chunks and their locations |
2015-02-04 |
Eric Sumner |
|
Accepted |
[3,of,4] bundle2.unbundlepart: tell() implementation |
2015-02-04 |
Eric Sumner |
|
Accepted |
[4,of,4] bundle2.unbundlepart: implement seek() |
2015-02-04 |
Eric Sumner |
|
Accepted |
error: store filename and message on LookupError for later |
2015-02-04 |
Martin von Zweigbergk |
|
Accepted |
[1,of,4] pager: set an attribute on ui indicating that a pager is active |
2015-02-04 |
Gregory Szorc |
|
Superseded |
[2,of,4] dispatch: add an additional extensibility point during dispatch |
2015-02-04 |
Gregory Szorc |
|
Changes Requested |
[3,of,4] color: run slightly later during command dispatch |
2015-02-04 |
Gregory Szorc |
|
Changes Requested |
[4,of,4] color: support a different color mode when the pager is active |
2015-02-04 |
Gregory Szorc |
|
Superseded |
[discussion-starter] context: use unfiltered repo for '.' |
2015-02-04 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] dispatch: add an additional extensibility point during dispatch |
2015-02-04 |
Matt Mackall |
|
Changes Requested |
[RFC,V2] localrepo: don't reintroduce pruned tag entries when tagging |
2015-02-05 |
Matt Harbison |
|
Accepted |
[STABLE,V3] revset: mask specific names for named() predicate |
2015-02-05 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3,V2] obsolete: extract helpers from _load() |
2015-02-05 |
Martin von Zweigbergk |
|
Changes Requested |
[2,of,3,V2] obsolete: pass only new markers to _checkinvalidmarkers() |
2015-02-05 |
Martin von Zweigbergk |
|
Accepted |
[3,of,3,V2] obsolete: populate successors, precursors, children lazily |
2015-02-05 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2] hgweb: use css margin instead of empty <p> before <div class="atom-logo"> |
2015-02-05 |
Anton Shestakov |
|
Accepted |
[2,of,2] hgweb: use css margin instead of empty <p> before diffstat table |
2015-02-05 |
Anton Shestakov |
|
Accepted |
[1,of,3] bundle2: Now that we have a seek implementation, use it |
2015-02-05 |
Eric Sumner |
|
Accepted |
[2,of,3] bundle2: seek in part iterator |
2015-02-05 |
Eric Sumner |
|
Accepted |
[3,of,3] bundlerepo: Add basic bundle2 support |
2015-02-05 |
Eric Sumner |
|
Accepted |
test-gendoc: require gettext |
2015-02-05 |
Eric Sumner |
|
Accepted |
[1,of,3] histedit: switch state to store node instead of ctx |
2015-02-05 |
Mateusz Kwapich |
|
Accepted |
[2,of,3] histedit: make finishfold not depend on parentctx |
2015-02-05 |
Mateusz Kwapich |
|
Changes Requested |
[3,of,3] histedit: remove bootstrap dependencies on parentctx |
2015-02-05 |
Mateusz Kwapich |
|
Changes Requested |
check-commit: check capitalization in summary lines |
2015-02-05 |
Eric Sumner |
|
Accepted |
[1,of,4] trydiff: rename 'op' to make it more specific |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] trydiff: replace 'binarydiff' variable by 'binary' variable |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4] trydiff: collect all lossiness checks in one place |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] trydiff: call util.binary in only one place |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
[stable] revisionbranchcache: fall back to slow path if starting readonly (issue4531) |
2015-02-06 |
Mads Kiilerich |
|
Accepted |
histedit: don't allow to strip nodes which are necessary to continue histedit |
2015-02-06 |
Mateusz Kwapich |
|
Accepted |
[resubmission-after-33-cycle] setup.py: attempt to use setuptools |
2015-02-06 |
Gregory Szorc |
|
Changes Requested |
[1,of,3,V2] windows: seek to the end of posixfile when opening in append mode |
2015-02-06 |
Matt Harbison |
|
Accepted |
[2,of,3,V2] branchmap: backout 6bf93440a717 |
2015-02-06 |
Matt Harbison |
|
Accepted |
[3,of,3,V2] obsolete: drop the explicit seek to EOF after append mode open() |
2015-02-06 |
Matt Harbison |
|
Accepted |
[1,of,4,censor,RFC] filelog: allow censored files to contain padding data |
2015-02-06 |
adgar@google.com |
|
Accepted |
[2,of,4,censor,RFC] revlog: add "iscensored()" to revlog public API |
2015-02-06 |
adgar@google.com |
|
Accepted |
[3,of,4,censor,RFC] mdiff: add helper for making deltas which replace the full text of a revision |
2015-02-06 |
adgar@google.com |
|
Accepted |
[4,of,4,censor,RFC] revlog: in addgroup, reject ill-formed deltas based on censored nodes |
2015-02-06 |
adgar@google.com |
|
Accepted |
hgweb: replace implicit <tbody> with explicit <thead> where appropriate |
2015-02-06 |
Anton Shestakov |
|
Accepted |
[1,of,6] graphlog: remove too early return from getgraphlogrevs() for empty repo |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[2,of,6] graphlog: move comment and flag denoting revs might be unsorted |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[3,of,6] graphlog: remove useless check for empty repo when --follow is specified |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[4,of,6] log: extract common part from getgraphlogrevs() and getlogrevs() |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[5,of,6] cmdutil: have walkchangerevs utilize common function to build revs |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[6,of,6] log: fix --follow null parent not to include revision 0 |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[RFC] log: add --from for showing history from a certain rev |
2015-02-06 |
Durham Goode |
|
Rejected |
[1,of,4] bundle2.unpackermixin: default value for seek() whence parameter |
2015-02-06 |
Eric Sumner |
|
Accepted |
[2,of,4] bundle2.unbundle20: add compressed() method |
2015-02-06 |
Eric Sumner |
|
Accepted |
[3,of,4] bundlerepo: keep track of the original bundle object |
2015-02-06 |
Eric Sumner |
|
Accepted |
[4,of,4] bundlerepo: basic bundle2 support |
2015-02-06 |
Eric Sumner |
|
Accepted |
[V2] extensions: support callbacks after another extension loads |
2015-02-06 |
Gregory Szorc |
|
Superseded |
[1,of,4,V2] extensions: support callbacks after another extension loads |
2015-02-06 |
Gregory Szorc |
|
Accepted |
[2,of,4,V2] pager: set an attribute on ui indicating that a pager is active |
2015-02-06 |
Gregory Szorc |
|
Accepted |
[3,of,4,V2] pager: ensure wrapped dispatch._runcommand runs before color's |
2015-02-06 |
Gregory Szorc |
|
Accepted |
[4,of,4,V2] color: support a different color mode when the pager is active |
2015-02-06 |
Gregory Szorc |
|
Accepted |
windows: adjust doc string and comments of posixfile() |
2015-02-06 |
Adrian Buehlmann |
|
Accepted |
[1,of,4,v3,lazy-manifest] manifest.c: new extension code to lazily parse manifests |
2015-02-06 |
Augie Fackler |
|
Superseded |
[2,of,4,v3,lazy-manifest] manifest: use lazymanifest instead of manifestdict |
2015-02-06 |
Augie Fackler |
|
Deferred |
[3,of,4,v3,lazy-manifest] context: don't sort manifest entries |
2015-02-06 |
Augie Fackler |
|
Superseded |
[4,of,4,v3,lazy-manifest] lazymanifest: use a binary search to do an insertion |
2015-02-06 |
Augie Fackler |
|
Superseded |
[1,of,2] run-tests: avoid printing extra newlines from install log |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[2,of,2] run-tests: ensure install directories exist |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[1,of,7] trydiff: make filenames None when they don't exist |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[2,of,7] trydiff: break 'if opts.git or losedatafn' into two |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[3,of,7] trydiff: read flags in one place |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[4,of,7] trydiff: set filename variables to None even when not opts.git or losedatafn |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[5,of,7] trydiff: read file data in only one place |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[6,of,7] trydiff: extract function that generates filename pairs |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[7,of,7] trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]' |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[01,of,22,hgweb-help] webcommands: define web commands using a decorator |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[02,of,22,hgweb-help] webcommands: define a dict of available commands |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[03,of,22,hgweb-help] webcommands: move help import into help command handler |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[04,of,22,hgweb-help] help.hgweb: add a section describing URLs and common parameters |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[05,of,22,hgweb-help] help: add webcommands to help documentation |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[06,of,22,hgweb-help] webcommands: document help command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[07,of,22,hgweb-help] webcommands: document "branches" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[08,of,22,hgweb-help] webcommands: document "bookmarks" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[09,of,22,hgweb-help] webcommands: document "tags" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[10,of,22,hgweb-help] webcommands: document "changeset" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[11,of,22,hgweb-help] webcommands: document "shortlog" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[12,of,22,hgweb-help] webcommands: document "log" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[13,of,22,hgweb-help] webcommands: document "file" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[14,of,22,hgweb-help] webcommands: document "changelog" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[15,of,22,hgweb-help] webcommands: document "manifest" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[16,of,22,hgweb-help] webcommands: document "summary" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[17,of,22,hgweb-help] webcommands: document "filediff" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[18,of,22,hgweb-help] webcommands: document "comparison" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[19,of,22,hgweb-help] webcommands: document "annotate" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[20,of,22,hgweb-help] webcommands: document "filelog" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[21,of,22,hgweb-help] webcommands: document "archive" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[22,of,22,hgweb-help] webcommands: document "graph" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[RFC] extdiff: add support for subrepo diff |
2015-02-07 |
Mathias De Maré |
|
RFC |
[1,of,7,path-configs] ui: create paths classes to hold path information |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[2,of,7,path-configs] ui.paths: teach paths how to iterate |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[3,of,7,path-configs] commands.paths: use ui.paths to show paths |
2015-02-08 |
Gregory Szorc |
|
Superseded |
[4,of,7,path-configs] ui: implement ui.sections() |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[5,of,7,path-configs] ui.paths: obtain paths from [path x] sections |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[6,of,7,path-configs] ui.paths: implement getpath in terms of __getitem__ |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[7,of,7,path-configs] ui.paths: accept multiple arguments to getpath() |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[1,of,2,RFC] extdiff: use archiver to take snapshots of committed revisions |
2015-02-09 |
Matt Harbison |
|
Superseded |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-09 |
Matt Harbison |
|
Changes Requested |
[hgweb-help-followup] help: teach topic symbols how to dedent |
2015-02-09 |
Gregory Szorc |
|
Accepted |
help.merge-tools: do not double document merge tools |
2015-02-10 |
Gregory Szorc |
|
Accepted |
[1,of,3] revset: make match function initiate query from full set by default |
2015-02-10 |
Yuya Nishihara |
|
Accepted |
[2,of,3] revset: specify fullreposet without using spanset factory |
2015-02-10 |
Yuya Nishihara |
|
Accepted |
[3,of,3] revset: drop factory that promotes spanset to fullreposet |
2015-02-10 |
Yuya Nishihara |
|
Accepted |
[resubmission-after-33-cycle] setup.py: attempt to use setuptools |
2015-02-10 |
Augie Fackler |
|
Changes Requested |
[1,of,2,censor,RFC] revlog: special case expanding full-replacement deltas received by exchange |
2015-02-10 |
adgar@google.com |
|
Superseded |
[2,of,2,censor,RFC] revlog: _addrevision creates full-replace deltas based on censored revisions |
2015-02-10 |
adgar@google.com |
|
Superseded |
[1,of,2,censor,RFC,v2] revlog: special case expanding full-replacement deltas received by exchange |
2015-02-10 |
adgar@google.com |
|
Accepted |
[2,of,2,censor,RFC,v2] revlog: _addrevision creates full-replace deltas based on censored revisions |
2015-02-10 |
adgar@google.com |
|
Accepted |
test-merge-tools: fix flaky test by avoiding debugsetparents |
2015-02-11 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-11 |
Matt Harbison |
|
Not Applicable |
extensions: allow replacing command synopsis |
2015-02-11 |
Ryan McElroy |
durin42 |
Superseded |
[RFC] incoming: show changed bookmarks in addition to new ones |
2015-02-11 |
Ryan McElroy |
mpm |
Changes Requested |
[STABLE] shellquote: fix missing quotes for empty string |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[1,of,3] resolve: silence warning of unknown pats for -l/--list |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[2,of,3] resolve: extract -l/--list operation from big loop |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[3,of,3] resolve: port to generic templater |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[1,of,3] hgweb: remove unneeded escaping in gitweb/map and monoblue/map |
2015-02-11 |
Anton Shestakov |
|
Accepted |
[2,of,3] hgweb: don't mix tabs and spaces in monoblue templates |
2015-02-11 |
Anton Shestakov |
|
Accepted |
[3,of,3] hgweb: clearly outline <tr> block in paper/changeset.tmpl |
2015-02-11 |
Anton Shestakov |
|
Accepted |
[censor,RFC] changegroup: emit full-replacement deltas if either revision is censored |
2015-02-11 |
adgar@google.com |
|
Superseded |
[V2] extensions: allow extending command synopsis and docstring |
2015-02-11 |
Ryan McElroy |
|
Superseded |
[V3] extensions: allow extending command synopsis and docstring |
2015-02-11 |
Ryan McElroy |
|
Accepted |
hgweb: recreate old DOM structure for css in monoblue style |
2015-02-12 |
Anton Shestakov |
|
Accepted |
[1,of,2] cmdutil: factor out pushdest functionality for easier extensibility |
2015-02-12 |
Ryan McElroy |
|
Changes Requested |
[2,of,2] cmdutil: factor out pushsubrepos |
2015-02-12 |
Ryan McElroy |
|
Changes Requested |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-13 |
Matt Harbison |
|
Deferred |
[1,of,4] subrepo: annotate addremove with @annotatesubrepoerror |
2015-02-15 |
Matt Harbison |
|
Accepted |
[2,of,4] largefiles: don't warn when reverting a forgotten largefile |
2015-02-15 |
Matt Harbison |
|
Accepted |
[3,of,4] revert: display full subrepo output with --dry-run |
2015-02-15 |
Matt Harbison |
|
Accepted |
[4,of,4] subrepo: drop unused pattern initialization in hgsubrepo revert |
2015-02-15 |
Matt Harbison |
|
Accepted |
[RFC] hgweb: replace some linkrev() with introrev() in hope issue4506 goes away |
2015-02-16 |
Anton Shestakov |
|
Changes Requested |
[1,of,2] histedit: extract method ruleeditor |
2015-02-18 |
Mateusz Kwapich |
|
Superseded |
[2,of,2] histedit: add --edit-plan option to histedit |
2015-02-18 |
Mateusz Kwapich |
|
Superseded |
histedit: don't recreate state object |
2015-02-18 |
Durham Goode |
|
Accepted |
[1,of,2,STABLE] templatekw: inline showlist() into showbookmarks() |
2015-02-18 |
Yuya Nishihara |
durin42 |
Accepted |
[2,of,2,STABLE] templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks |
2015-02-18 |
Yuya Nishihara |
durin42 |
Accepted |
[stable] subrepo: add tests for change/remove conflicts |
2015-02-18 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-18 |
Mathias De Maré |
|
Changes Requested |
error.LookupError: rename 'message' property to something else |
2015-02-19 |
Siddharth Agarwal |
|
Accepted |
[STABLE] hgweb: use introrev() for finding parents (issue4506) |
2015-02-19 |
Anton Shestakov |
|
Accepted |
[1,of,2,censor,RFC,v2] changegroup: clean up misnamed local variable in delta generation logic |
2015-02-20 |
adgar@google.com |
|
Deferred |
[2,of,2,censor,RFC,v2] changegroup: emit full-replacement deltas if either revision is censored |
2015-02-20 |
adgar@google.com |
|
Superseded |
repair: setup hookargs when processing bundle2s |
2015-02-20 |
Eric Sumner |
|
Superseded |
[v2] repair: setup hookargs when processing bundle2s |
2015-02-20 |
Eric Sumner |
|
Accepted |
setup.py: do not install c extensions on pypy |
2015-02-22 |
Joan Massich |
|
Accepted |
extensions: indicate loaded for an immediately called afterload callback |
2015-02-22 |
Matt Harbison |
|
Accepted |
[1,of,3] histedit: extract method ruleeditor |
2015-02-23 |
Mateusz Kwapich |
|
Accepted |
[2,of,3] histedit: generalize makedesc |
2015-02-23 |
Mateusz Kwapich |
|
Accepted |
[3,of,3] histedit: add --edit-plan option to histedit |
2015-02-23 |
Mateusz Kwapich |
|
Accepted |
subrepos: support adding files in git subrepos |
2015-02-24 |
Mathias De Maré |
|
Superseded |
[1,of,3] tags: write tags cache deterministically |
2015-02-24 |
Gregory Szorc |
|
Accepted |
[2,of,3] tests: add test showing tags cache drops filtered heads (issue4550) |
2015-02-24 |
Gregory Szorc |
|
Accepted |
[3,of,3] tags: preserve filtered .hgtags filenodes in tags cache (issue4550) |
2015-02-24 |
Gregory Szorc |
marmoute |
Changes Requested |
Add support for english date names on non-english systems |
2015-02-24 |
A. Klitzing |
|
Accepted |
churn: deprecate -t option in favour of -T |
2015-02-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[V2] churn: deprecate -t option in favour of -T |
2015-02-24 |
Jordi Gutiérrez Hermoso |
|
Accepted |
debugsetparent: document one common caveat specifically |
2015-02-25 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] largefiles: access to specific fields only if largefiles enabled (issue4547) |
2015-02-25 |
Katsunori FUJIWARA |
|
Accepted |
revrange: don't parse revset aliases as hash prefixes (issue4553) |
2015-02-25 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[V2] revrange: don't parse revset aliases as hash prefixes (issue4553) |
2015-02-25 |
Jordi Gutiérrez Hermoso |
|
Superseded |
histedit: add a config allowing changing histedit rule line length limit |
2015-02-26 |
Mateusz Kwapich |
|
Superseded |
[STABLE] dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9 |
2015-02-26 |
Yuya Nishihara |
|
Accepted |
[RFC] ssl: load CA certificates from system's store by default on Python 2.7.9 |
2015-02-26 |
Yuya Nishihara |
|
Superseded |
[V2] histedit: add a config allowing changing histedit rule line length limit |
2015-02-26 |
Mateusz Kwapich |
|
Superseded |
[STABLE] test: make test-extdiff resilient to */gnubin/echo |
2015-02-26 |
Sean Farley |
|
Accepted |
[1,of,2,V2] subrepos: support adding files in git subrepos |
2015-02-26 |
Mathias De Maré |
|
Superseded |
[2,of,2,V2] subrepo: add _gitmissing checks where needed |
2015-02-26 |
Mathias De Maré |
|
Superseded |
[V3] revrange: don't parse revset aliases as hash prefixes (issue4553) |
2015-02-26 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,3] manifest: make copy logic local to copy() |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3] manifest: rename 'mf', 'map', and 'mapping' to 'm' |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[3,of,3] manifest: postpone calling array.array() until needed |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2,V2] subrepos: support adding files in git subrepos |
2015-02-27 |
Matt Harbison |
|
Superseded |
[V3] histedit: add a config allowing changing histedit rule line length limit |
2015-02-27 |
Mateusz Kwapich |
|
Superseded |
Add support for english date names on non-english systems |
2015-02-27 |
A. Klitzing |
|
Deferred |
Add support for english date names on non-english systems |
2015-02-27 |
Jordi Gutiérrez Hermoso |
|
Deferred |
log: make -fr show complete history from the given revs |
2015-02-27 |
Durham Goode |
|
Accepted |
[V3] subrepos: support adding files in git subrepos |
2015-02-27 |
Mathias De Maré |
|
Accepted |
[1,of,4,random] convert: when converting from monotone, use the number 1 for close in extras |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[2,of,4,random] dirstate: clarify comment about leaving normal files undef if changed 'now' |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[3,of,4,random] merge-tools: configuration for Beyond Compare on OS X |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[4,of,4,random] spelling: fixes from proofreading of spell checker issues |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[1,of,4] copies: move code into new manifestdict.filesnotin() method |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] copies: replace _nonoverlap() by calls to manifestdict.filesnotin() |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4] copies: calculate 'bothnew' from manifestdict.filesnotin() |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] copies: only calculate 'addedinm[12]' sets once |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[evolve-ext] evolve: use 3.2+ fullreposet to evaluate argument set (issue4515) |
2015-02-28 |
Yuya Nishihara |
|
Accepted |
[1,of,2] archive: change the default prefix to '' from None |
2015-02-28 |
Matt Harbison |
|
Accepted |
[2,of,2] subrepo: return only the manifest keys from hgsubrepo.files() |
2015-02-28 |
Matt Harbison |
|
Accepted |
test-obsolete: use 'log -T {node}' instead of 'id --debug -i' to lookup hash |
2015-02-28 |
Matt Harbison |
|
Accepted |
[1,of,9,paths,v2] ui: represents paths as classes |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[2,of,9,paths,v2] commands.paths: use ui.paths to show paths |
2015-03-01 |
Gregory Szorc |
|
Superseded |
[3,of,9,paths,v2] ui.paths: filter config options containing "." (BC) |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[4,of,9,paths,v2] ui: change how default is handled by getpath() |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[5,of,9,paths,v2] ui: move URL and path detection into getpath() |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[6,of,9,paths,v2] ui.paths: teach getpath() about required resolution |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[7,of,9,paths,v2] ui: parse revisions out of URLs |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[8,of,9,paths,v2] commands.push: begin transition to path API |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[9,of,9,paths,v2] commands.push: finish converting to new path API |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[1,of,4,RFC,path,options] ui: don't treat path sub-options as paths |
2015-03-01 |
Gregory Szorc |
|
Deferred |
[2,of,4,RFC,path,options] ui.paths: add a "pushurl" path option |
2015-03-01 |
Gregory Szorc |
|
Deferred |
[3,of,4,RFC,path,options] ui.paths: add a "pushrevset" path option |
2015-03-01 |
Gregory Szorc |
|
Deferred |
[4,of,4,RFC,path,options] ui: add a "pushnames" path option |
2015-03-01 |
Gregory Szorc |
|
Deferred |
18n-*: Update copyright date |
2015-03-02 |
Jesus Cea |
|
Changes Requested |
largefiles: avoid infinite recursive call of openlfdirstate in overriderevert |
2015-03-02 |
Katsunori FUJIWARA |
|
Accepted |
[censor,RFC,v3] changegroup: emit full-replacement deltas if either revision is censored |
2015-03-02 |
adgar@google.com |
|
Accepted |
[STABLE] transaction: really disable hardlink backups (issue4546) |
2015-03-02 |
Matt Harbison |
|
Accepted |
[stable] amend: check for directory renames for both merge parents (issue4516) |
2015-03-02 |
Pierre-Yves David |
|
Accepted |
[evolve-ext] evolve: cache marker encoding to avoid performance degradation |
2015-03-02 |
Mathias De Maré |
|
Accepted |
hgweb: extract changeset template mapping generation to own function |
2015-03-02 |
Gregory Szorc |
|
Accepted |
copyright: update to 2015 |
2015-03-03 |
Jesus Cea |
|
Accepted |
[1,of,2] subrepo: don't exclude files in .hgignore when adding to git |
2015-03-03 |
Matt Harbison |
|
Accepted |
[2,of,2] subrepo: warn when adding already tracked files in gitsubrepo |
2015-03-03 |
Matt Harbison |
|
Accepted |
[1,of,2] Makefile: introduce testpy-% target for testing with a specifc Python |
2015-03-03 |
Augie Fackler |
|
Accepted |
[2,of,2] Makefile: allow setting HGTESTFLAGS in shell environment for TESTFLAGS |
2015-03-03 |
Augie Fackler |
|
Accepted |
extdiff: expand tildes and variables in paths to user-supplied diff programs |
2015-03-03 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,4,v4,lazy-manifest] manifest.c: new extension code to lazily parse manifests |
2015-03-03 |
Augie Fackler |
|
Superseded |
[2,of,4,v4,lazy-manifest] manifest: use lazymanifest instead of manifestdict |
2015-03-03 |
Augie Fackler |
|
Superseded |
[3,of,4,v4,lazy-manifest] context: don't sort manifest entries |
2015-03-03 |
Augie Fackler |
|
Superseded |
[4,of,4,v4,lazy-manifest] lazymanifest: use a binary search to do an insertion |
2015-03-03 |
Augie Fackler |
|
Superseded |
[1,of,3] subrepo: explicitly request clean and unknown files in status for git's add |
2015-03-04 |
Matt Harbison |
|
Accepted |
[2,of,3] subrepo: always return scmutil.status() from gitsubrepo.status() |
2015-03-04 |
Matt Harbison |
|
Accepted |
[3,of,3] subrepo: only fetch unknown files from git when explicitly requested |
2015-03-04 |
Matt Harbison |
|
Accepted |
[1,of,3] largefiles: teach log to handle patterns |
2015-03-04 |
Matt Harbison |
|
Accepted |
[2,of,3] largefiles: don't prefix standin patterns with '.hglf' when logging |
2015-03-04 |
Matt Harbison |
|
Accepted |
[3,of,3] largefiles: handle logging from outside the repo |
2015-03-04 |
Matt Harbison |
|
Accepted |
[1,of,4,nullrev] revset: drop unnecessary calls of getall() with empty argument |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
[2,of,4,nullrev] revset: have all() filter out null revision |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
[3,of,4,nullrev] revset: duplicate spanset.__contains__ to fullreposet for modification |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
[4,of,4,nullrev] revset: extend fullreposet to make "null" revision magically appears in set |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
graphlog: do not bypass commands.log so that -fr works |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
i18n-de: fix a typo in the german translation |
2015-03-04 |
Alexander Becher |
|
Accepted |
[V3_REBASED] histedit: add a config allowing changing histedit rule line length limit |
2015-03-04 |
Mateusz Kwapich |
|
Accepted |
[STABLE] dirstate: make sure rootdir ends with directory separator (issue4557) |
2015-03-05 |
Yuya Nishihara |
|
Accepted |
[evolve-ext] evolve: prevent a crash in httpclient_pushobsmarkers() when pushing |
2015-03-06 |
Matt Harbison |
marmoute |
Changes Requested |
workingctx: use normal dirs() instead of dirstate.dirs() |
2015-03-06 |
Durham Goode |
|
Accepted |
[RESEND] log: display closing-branch nodes as "_" (BC) |
2015-03-06 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,4,lazymanifest,v5] manifest.c: new extension code to lazily parse manifests |
2015-03-06 |
Augie Fackler |
|
Accepted |
[2,of,4,lazymanifest,v5] manifest: use lazymanifest instead of manifestdict |
2015-03-06 |
Augie Fackler |
|
Changes Requested |
[3,of,4,lazymanifest,v5] context: don't sort manifest entries |
2015-03-06 |
Augie Fackler |
|
Superseded |
[4,of,4,lazymanifest,v5] lazymanifest: use a binary search to do an insertion |
2015-03-06 |
Augie Fackler |
|
Superseded |
[1,of,6,sethelp,v2] error: add a new UnknownIdentifier error type |
2015-03-06 |
Augie Fackler |
|
Accepted |
[2,of,6,sethelp,v2] fileset: use UnknownIdentifier where appropriate |
2015-03-06 |
Augie Fackler |
|
Accepted |
[3,of,6,sethelp,v2] revset: use UnknownIdentifier where appropriate |
2015-03-06 |
Augie Fackler |
|
Accepted |
[4,of,6,sethelp,v2] test-revset: add tests for missing function output |
2015-03-06 |
Augie Fackler |
|
Accepted |
[5,of,6,sethelp,v2] dispatch: offer near-edit-distance suggestions for {file, rev}set functions |
2015-03-06 |
Augie Fackler |
|
Accepted |
[6,of,6,sethelp,v2] dispatch: offer suggestions of similar-named commands |
2015-03-06 |
Augie Fackler |
|
Accepted |
[1,of,6] patch: rename pathstrip to pathtransform |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[2,of,6] patch.pathtransform: add doctests |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] patch.pathtransform: add a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] patch.makepatchmeta: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[5,of,6] patch._applydiff: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] patch.applydiff: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[hglib] hglib: Introduce util.b() (issue4520) |
2015-03-07 |
Brett Cannon |
marmoute |
Changes Requested |
[1,of,6,v6,lazy-manifest] manifest: move parsing functions up in file |
2015-03-07 |
Augie Fackler |
|
Accepted |
[2,of,6,v6,lazy-manifest] manifest: do parsing inside manifestdict contstructor |
2015-03-07 |
Augie Fackler |
|
Accepted |
[3,of,6,v6,lazy-manifest] manifest: split manifestdict into high-level and low-level logic |
2015-03-07 |
Augie Fackler |
|
Accepted |
[4,of,6,v6,lazy-manifest] manifest: use custom C implementation of lazymanifest |
2015-03-07 |
Augie Fackler |
|
Accepted |
[5,of,6,v6,lazy-manifest] context: don't sort manifest entries |
2015-03-07 |
Augie Fackler |
|
Accepted |
[6,of,6,v6,lazy-manifest] lazymanifest: use a binary search to do an insertion |
2015-03-07 |
Augie Fackler |
|
Accepted |
[1,of,6] sortdict: have update() accept either dict or iterable of key/value pairs |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[2,of,6] templatekw: convert list of key/value pairs to sortdict |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[3,of,6] templatekw: give name to lambda that constructs variables map of templater |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6] templatekw: keep raw list or dict in _hybrid object |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[5,of,6] templater: implement _hybrid.__contains__ so that ifcontains can accept dict |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templatekw: forward _hybrid.get to raw values so that get(extras, key) works |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
incoming: hide help about use of --bundle option by default |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[hglib] hglib: Wrap all application string literals in util.b() (issue4520) |
2015-03-08 |
Brett Cannon |
|
Changes Requested |
test-commit-amend: add globs for Windows |
2015-03-08 |
Matt Harbison |
|
Accepted |
[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 |
largefiles: report the source of copied/moved largefiles in status -C |
2015-03-08 |
Matt Harbison |
|
Accepted |
[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 |
test-shelve: be more lenient about whitespace (issue4124) |
2015-03-09 |
Jordi Gutiérrez Hermoso |
|
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 |
record: show content of newly added files |
2015-03-09 |
Laurent Charignon |
|
Changes Requested |
[censor,RFC] revlog: addgroup checks if incoming deltas add censored revs, sets flag bit |
2015-03-09 |
adgar@google.com |
marmoute |
Accepted |
record: hg record can't edit new files (issue 4304) |
2015-03-09 |
Laurent Charignon |
|
Superseded |
[hglib] hglib: Move string literals in the test code to util.b() (issue4520) |
2015-03-09 |
Brett Cannon |
|
Accepted |
record: hg record can't edit new files (issue 4304) |
2015-03-09 |
Laurent Charignon |
|
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 |
[1,of,4,RFC] hook: have a generic hook for transaction opening |
2015-03-10 |
Pierre-Yves David |
|
Superseded |
[2,of,4,RFC] hook: have a generic hook after transaction have been closed |
2015-03-10 |
Pierre-Yves David |
|
Changes Requested |
[3,of,4,RFC] transaction: add a validation stage |
2015-03-10 |
Pierre-Yves David |
|
Superseded |
[4,of,4,RFC] hook: add a generic hook right before we commit a transaction |
2015-03-10 |
Pierre-Yves David |
|
Superseded |
[1,of,5] record: move header class from record to patch |
2015-03-10 |
Laurent Charignon |
|
Superseded |
[2,of,5] record: move countChanges in the hunk class |
2015-03-10 |
Laurent Charignon |
|
Superseded |
[3,of,5] record: move hunk class from record to patch |
2015-03-10 |
Laurent Charignon |
|
Superseded |
[4,of,5] record: move scanpatch from record to patch |
2015-03-10 |
Laurent Charignon |
|
Superseded |
[5,of,5] record: move parsepatch from record to patch |
2015-03-10 |
Laurent Charignon |
|
Superseded |
color: omit terminfo/win32 warning if non-interactive (issue4543) |
2015-03-10 |
Jordi Gutiérrez Hermoso |
|
Superseded |
test: make version based test-extensions failure more explanatory |
2015-03-10 |
Pierre-Yves David |
|
Accepted |
subrepo: add status support for ignored and clean files in git subrepos |
2015-03-10 |
Mathias De Maré |
|
Accepted |
[1,of,5,V2] record: move header class from record to patch |
2015-03-10 |
Laurent Charignon |
|
Accepted |
[2,of,5,V2] record: move countChanges in the hunk class |
2015-03-10 |
Laurent Charignon |
|
Accepted |
[3,of,5,V2] record: move hunk class from record to patch |
2015-03-10 |
Laurent Charignon |
|
Accepted |
[4,of,5,V2] record: move scanpatch from record to patch |
2015-03-10 |
Laurent Charignon |
|
Accepted |
[5,of,5,V2] record: move parsepatch from record to patch |
2015-03-10 |
Laurent Charignon |
|
Accepted |
repair: define explicit local variable, don't reuse a comprehension variable |
2015-03-10 |
adgar@google.com |
|
Accepted |
[1,of,2,V2] color: consolidate cut-and-paste code |
2015-03-10 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[2,of,2,V2] color: omit terminfo/win32 warning if non-interactive (issue4543) |
2015-03-10 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,3,relative-import] commands.import: accept a prefix option |
2015-03-10 |
Siddharth Agarwal |
|
Accepted |
[2,of,3,relative-import] cmdutil.tryimportone: allow importing relative patches into the working dir |
2015-03-10 |
Siddharth Agarwal |
|
Accepted |
[3,of,3,relative-import] cmdutil.tryimportone: allow importing relative patches with --bypass |
2015-03-10 |
Siddharth Agarwal |
|
Accepted |
copies: added manifests to computenonoverlap |
2015-03-10 |
Durham Goode |
|
Accepted |
[1,of,2,V2] files: use ctx object to access dirstate |
2015-03-11 |
Matt Harbison |
|
Superseded |
[2,of,2,V2] files: split reusable implementation into cmdutil for subrepo support |
2015-03-11 |
Matt Harbison |
|
Superseded |
[relative-import] patch.internalpatch: add a default value for prefix |
2015-03-11 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V3] files: use ctx object to access dirstate |
2015-03-11 |
Matt Harbison |
|
Accepted |
[2,of,2,V3] files: split reusable implementation into cmdutil for subrepo support |
2015-03-11 |
Matt Harbison |
|
Accepted |
[1,of,4] record: move filterpatch from record to patch |
2015-03-11 |
Laurent Charignon |
|
Accepted |
[2,of,4] record: remove dependency on extensions module in dorecord |
2015-03-11 |
Laurent Charignon |
|
Accepted |
[3,of,4] record: remove dependency on hg module in record |
2015-03-11 |
Laurent Charignon |
|
Accepted |
[4,of,4] record: move dorecord from record to cmdutil |
2015-03-11 |
Laurent Charignon |
|
Accepted |
[1,of,6] largefiles: replace manifestdict.__contains__, don't extend class |
2015-03-11 |
Martin von Zweigbergk |
|
Accepted |
[2,of,6] manifest: don't let find() look inside manifestdict |
2015-03-11 |
Martin von Zweigbergk |
|
Accepted |
[3,of,6] treemanifest: create treemanifest class |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] treemanifest: store directory path in treemanifest nodes |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[5,of,6] treemanifest: make diff() faster |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] treemanifest: make filesnotin() faster |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[1,of,4] ui: add a function to read configuration related to devel warning |
2015-03-11 |
Pierre-Yves David |
|
Changes Requested |
[2,of,4] devel: move the lock-checking code into core |
2015-03-11 |
Pierre-Yves David |
|
Superseded |
[3,of,4] contrib: remove the now useless lock-checker.py extension |
2015-03-11 |
Pierre-Yves David |
|
Superseded |
[4,of,4] devel: also warn about transaction started without a lock |
2015-03-11 |
Pierre-Yves David |
|
Superseded |
[V3] color: consolidate cut-and-paste code |
2015-03-11 |
Jordi Gutiérrez Hermoso |
|
Accepted |
histedit: remove extra histedit constructor call |
2015-03-11 |
Durham Goode |
|
Accepted |
[7,of,6] manifest: rewrite find(node, f) in terms of read(node) |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
record and crecord: proposal to merge into core |
2015-03-11 |
Harvey Chapman |
|
Not Applicable |
[1,of,2] record: add interactive option to the commit command |
2015-03-11 |
Laurent Charignon |
|
Accepted |
[2,of,2] record: add new tests for commit interactive (same tests as record) |
2015-03-11 |
Laurent Charignon |
|
Accepted |
[1,of,5] manifest: rewrite find(node, f) in terms of read(node) |
2015-03-11 |
Martin von Zweigbergk |
|
Accepted |
[2,of,5] lazymanifest: simplify cleanup at end of iteration |
2015-03-11 |
Martin von Zweigbergk |
|
Changes Requested |
[3,of,5] lazymanifest: fail if path or hash strings cannot be created |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[4,of,5] lazymanifest: extract function for iterating to next line |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[5,of,5] lazymanifest: add iterkeys() method |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[1,of,5,V2] hook: have a generic hook for transaction opening |
2015-03-12 |
Pierre-Yves David |
|
Accepted |
[2,of,5,V2] hook: have a generic hook after transaction have been closed |
2015-03-12 |
Pierre-Yves David |
|
Accepted |
[3,of,5,V2] transaction: add a validation stage |
2015-03-12 |
Pierre-Yves David |
|
Accepted |
[4,of,5,V2] hook: add a generic hook right before we commit a transaction |
2015-03-12 |
Pierre-Yves David |
|
Accepted |
[5,of,5,V2] bundle2: test hooking using the new transaction level hook |
2015-03-12 |
Pierre-Yves David |
|
Accepted |
largefiles: don't create chain of __contains__ calls |
2015-03-12 |
Martin von Zweigbergk |
|
Accepted |
templater: allow to pipe generator-type function output to filters |
2015-03-12 |
Yuya Nishihara |
|
Accepted |
[1,of,4,V2] ssl: extract function that returns dummycert path on Apple python |
2015-03-12 |
Yuya Nishihara |
|
Accepted |
[2,of,4,V2] test-https: enable dummycert test only if Apple python is used (issue4500) |
2015-03-12 |
Yuya Nishihara |
|
Accepted |
[3,of,4,V2] ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC) |
2015-03-12 |
Yuya Nishihara |
|
Accepted |
[4,of,4,V2] ssl: load CA certificates from system's store by default on Python 2.7.9 |
2015-03-12 |
Yuya Nishihara |
|
Accepted |
lazymanifest: don't depend on printf's 'hh' format to work |
2015-03-12 |
Martin von Zweigbergk |
|
Accepted |
commands: add 'setup' command to allow automatic hgrc configuration |
2015-03-12 |
Mathias De Maré |
|
Superseded |
[RFC] commands: add 'setup' command to allow automatic hgrc configuration |
2015-03-12 |
Mathias De Maré |
|
Superseded |
[RFC-V2] commands: add 'setup' command to allow automatic hgrc configuration |
2015-03-12 |
Mathias De Maré |
|
Rejected |
[1,of,5] record: make record use commit -i |
2015-03-12 |
Laurent Charignon |
|
Accepted |
[2,of,5] record: remove duplicated tests |
2015-03-12 |
Laurent Charignon |
|
Accepted |
[3,of,5] record: change interface of dorecord to accept new filters |
2015-03-12 |
Laurent Charignon |
|
Accepted |
[4,of,5] record: add crecord's ui logic to core |
2015-03-12 |
Laurent Charignon |
|
Accepted |
[5,of,5] record: change recording function to work with crecord |
2015-03-12 |
Laurent Charignon |
|
Accepted |
[1,of,3,V2] lazymanifest: fail if path or hash strings cannot be created |
2015-03-12 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3,V2] lazymanifest: extract function for iterating to next line |
2015-03-12 |
Martin von Zweigbergk |
|
Accepted |
[3,of,3,V2] lazymanifest: add iterkeys() method |
2015-03-12 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2,convert-git-progress] test-convert-git: demonstrate insane progress bar with octopus merge (issue4169) |
2015-03-13 |
Augie Fackler |
|
Changes Requested |
[2,of,2,convert-git-progress] convert: adjust progress bar for octopus merges (issue4169) |
2015-03-13 |
Augie Fackler |
|
Superseded |
test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366) |
2015-03-13 |
Augie Fackler |
|
Accepted |
[1,of,2] lazymanifest: fix pure hg iterkeys() |
2015-03-13 |
Martin von Zweigbergk |
|
Superseded |
[2,of,2] lazymanifest: make __iter__ generate filenames, not 3-tuples |
2015-03-13 |
Martin von Zweigbergk |
|
Superseded |
[1,of,3] context: add a repo accessor |
2015-03-13 |
Matt Harbison |
|
Accepted |
[2,of,3] files: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-13 |
Matt Harbison |
|
Accepted |
[3,of,3] subrepo: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-13 |
Matt Harbison |
|
Accepted |
[1,of,2,V2] lazymanifest: fix pure hg iterkeys() |
2015-03-13 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2,V2] lazymanifest: make __iter__ generate filenames, not 3-tuples |
2015-03-13 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] hgweb: prevent loading style map from directories other than specified paths |
2015-03-13 |
Yuya Nishihara |
|
Accepted |
[1,of,2,convert-git-progress,v2] test-convert-git: show insane progress bar with octopus merge (issue4169) |
2015-03-13 |
Augie Fackler |
|
Accepted |
[2,of,2,convert-git-progress,v2] convert: adjust progress bar for octopus merges (issue4169) |
2015-03-13 |
Augie Fackler |
|
Accepted |
[1,of,4] cmdutil: allow bailifchanged to ignore merging in progress |
2015-03-13 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,4] update: replace workingctx.dirty and raising Abort by cmdutil.bailifchanged |
2015-03-13 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,4] largefiles: remove useless overrideupdate |
2015-03-13 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,4] doc: unify various "uncommitted changes in subrepo" like messages |
2015-03-13 |
Katsunori FUJIWARA |
|
Changes Requested |
[1,of,2,hglib] hglib: abstract out use of cStringIO.StringIO (issue4520) |
2015-03-13 |
Brett Cannon |
|
Accepted |
[2,of,2,hglib] hglib: use io.BytesIO when available (issue4520) |
2015-03-13 |
Brett Cannon |
|
Accepted |
[1,of,2,evolve] drophack: fix to match upstream repair.strip |
2015-03-13 |
Durham Goode |
|
Accepted |
[2,of,2,evolve] evolve: fix manifest usage to match upstream |
2015-03-13 |
Durham Goode |
|
Accepted |
[hglib] hglib: make all imports absolute (issue4520) |
2015-03-13 |
Brett Cannon |
|
Accepted |
[cvs-tests-yet-again] cvsps: use a different tiebreaker to avoid flaky test |
2015-03-13 |
Augie Fackler |
|
Accepted |
manifest: move dirs() to manifest |
2015-03-13 |
Drew Gottlieb |
|
Changes Requested |
[1,of,4,runs-per-test-flag] run-tests: add --runs-per-test flag |
2015-03-13 |
Augie Fackler |
|
Accepted |
[2,of,4,runs-per-test-flag] run-tests: avoid running the same test instance concurrently |
2015-03-13 |
Augie Fackler |
|
Accepted |
[3,of,4,runs-per-test-flag] run-tests: stop storing start/stop times in a dict by test name |
2015-03-13 |
Augie Fackler |
|
Accepted |
[4,of,4,runs-per-test-flag] run-tests: ignore ENOENT failures when removing old .err results |
2015-03-13 |
Augie Fackler |
|
Accepted |
[1,of,6] record: change interface of the filtering function |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[2,of,6] record: change arguments of curses recording function |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[3,of,6] record: enable curses recording logic with experimental flag |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[4,of,6] record: add tests for the curses recording interface |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[5,of,6] record: minor refactoring of dorecord |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[6,of,6] record: add comparison methods for recordhunk class |
2015-03-13 |
Laurent Charignon |
|
Accepted |
kill ersatz if-else ternary operators |
2015-03-13 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[1,of,5] manifest: add dirs() to manifestdict |
2015-03-13 |
Drew Gottlieb |
|
Accepted |
[2,of,5] manifest: have context's dirs() call its manifest's dirs() |
2015-03-13 |
Drew Gottlieb |
|
Accepted |
[3,of,5] manifest: add manifestdict.hasdir() method |
2015-03-13 |
Drew Gottlieb |
|
Accepted |
[4,of,5] manifest: add hasdir() to context |
2015-03-13 |
Drew Gottlieb |
|
Accepted |
[5,of,5] manifest: have context use self.hasdir() |
2015-03-13 |
Drew Gottlieb |
|
Accepted |
[1,of,2,issue3059] util: add progress callback support to copyfiles |
2015-03-14 |
Augie Fackler |
|
Superseded |
[2,of,2,issue3059] clone: add progress support to hardlink clones (issue3059) |
2015-03-14 |
Augie Fackler |
|
Superseded |
[1,of,2] record: add option to reverse chunks selection |
2015-03-14 |
Laurent Charignon |
|
Superseded |
[2,of,2] record: ui change for chunk reversal |
2015-03-14 |
Laurent Charignon |
|
Superseded |
[1,of,8] filectx: add a repo accessor |
2015-03-14 |
Matt Harbison |
|
Accepted |
[2,of,8] fileset: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[3,of,8] obsolete: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[4,of,8] largefiles: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[5,of,8] templater: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[6,of,8] scmutil: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[7,of,8] pvec: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[8,of,8] hgweb: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
manifest.c: ensure realloc_if_full() returns 1 or 0 |
2015-03-14 |
Matt Harbison |
|
Accepted |
[STABLE] templates: fix "log -q" output of default style |
2015-03-14 |
Yuya Nishihara |
|
Accepted |
tags: create a supplemental cache of .hgtags filenodes (issue4550) |
2015-03-15 |
Gregory Szorc |
|
Superseded |
[1,of,4,RFC,V2] localrepo: extend "changeid in repo" to return True for workingctx revision |
2015-03-16 |
Yuya Nishihara |
|
Accepted |
[2,of,4,RFC,V2] localrepo: add "wc" symbol to specify workingctx by command (BC) |
2015-03-16 |
Yuya Nishihara |
|
Changes Requested |
[3,of,4,RFC,V2] formatter: convert None to json null |
2015-03-16 |
Yuya Nishihara |
|
Accepted |
[4,of,4,RFC,V2] annotate: add option to annotate working-directory files |
2015-03-16 |
Yuya Nishihara |
|
Superseded |
[1,of,2,censor,RFC] censor: add censor command to hgext with basic client-side tests |
2015-03-16 |
adgar@google.com |
|
Superseded |
[2,of,2,censor,RFC] censor: add exchange tests, via local push/pull and bundle/unbundle |
2015-03-16 |
adgar@google.com |
|
Superseded |
[V2] record: add option to reverse chunks selection |
2015-03-16 |
Laurent Charignon |
|
Superseded |
[V3] record: add option to reverse chunks selection |
2015-03-16 |
Laurent Charignon |
|
Superseded |
[1,of,2,censor,RFC,v2] censor: add censor command to hgext with basic client-side tests |
2015-03-16 |
adgar@google.com |
|
Accepted |
[2,of,2,censor,RFC,v2] censor: add exchange tests, via local push/pull and bundle/unbundle |
2015-03-16 |
adgar@google.com |
|
Accepted |
[hglib] hglib: add a __bool__ method where __nonzero__ is defined (issue4520) |
2015-03-16 |
Brett Cannon |
|
Accepted |
[1,of,5,V2] treemanifest: create treemanifest class |
2015-03-16 |
Martin von Zweigbergk |
|
Superseded |
[2,of,5,V2] treemanifest: store directory path in treemanifest nodes |
2015-03-16 |
Martin von Zweigbergk |
|
Superseded |
[3,of,5,V2] treemanifest: make diff() faster |
2015-03-16 |
Martin von Zweigbergk |
|
Superseded |
[4,of,5,V2] treemanifest: make filesnotin() faster |
2015-03-16 |
Martin von Zweigbergk |
|
Superseded |
[5,of,5,V2] treemanifest: make hasdir() faster |
2015-03-16 |
Martin von Zweigbergk |
|
Superseded |
[1,of,6] revbranchcache: move out of branchmap onto localrepo |
2015-03-17 |
Durham Goode |
|
Accepted |
[2,of,6] revbranchcache: store repo on the object |
2015-03-17 |
Durham Goode |
|
Accepted |
[3,of,6] revbranchcache: move entry writing to a separate function |
2015-03-17 |
Durham Goode |
|
Accepted |
[4,of,6] revbranchcache: populate cache incrementally |
2015-03-17 |
Durham Goode |
|
Accepted |
[5,of,6] revbranchcache: move cache writing to the transaction finalizer |
2015-03-17 |
Durham Goode |
|
Accepted |
[6,of,6] revbranchcache: write cache even during read operations |
2015-03-17 |
Durham Goode |
|
Accepted |
[STABLE,v2] tags: create a supplemental cache of .hgtags filenodes (issue4550) |
2015-03-17 |
Gregory Szorc |
|
Rejected |
[1,of,3,V6] bookmarks: prevent divergent bookmark from being updated unexpectedly |
2015-03-17 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,V6] bookmarks: check @pathalias suffix before available @number for efficiency |
2015-03-17 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3,V6] bookmarks: reuse @number bookmark, if it refers changeset referred remotely |
2015-03-17 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,5,wc] commands: replace "working copy" with "working directory" in help/messages |
2015-03-17 |
Yuya Nishihara |
|
Accepted |
[2,of,5,wc] commands: say "working directory" in full spelling |
2015-03-17 |
Yuya Nishihara |
|
Accepted |
[3,of,5,wc] revset: replace "working copy" with "working directory" in function help |
2015-03-17 |
Yuya Nishihara |
|
Accepted |
[4,of,5,wc] eol: replace "working copy" with "working directory" in extension help |
2015-03-17 |
Yuya Nishihara |
|
Accepted |
[5,of,5,wc] fetch: use an abort hint where appropriate |
2015-03-17 |
Yuya Nishihara |
|
Accepted |
revset: don't create changectx when matching for files |
2015-03-17 |
Durham Goode |
|
Deferred |
test-tools: replace seq with seq.py for OS X support |
2015-03-17 |
Matt Harbison |
|
Superseded |
[rfc] convert: optimize convert of files that are unmodified from p2 in merges |
2015-03-17 |
Mads Kiilerich |
|
Superseded |
[V2] tests: replace seq with seq.py for OS X support |
2015-03-17 |
Matt Harbison |
|
Superseded |
revbranchcache: add test for when the cache is not writable |
2015-03-17 |
Durham Goode |
|
Superseded |
[1,of,5,relative-diff] keyword: rename kw_diff to kwdiff in keeping with Mercurial style rules |
2015-03-17 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,relative-diff] keyword: monkeypatch patch.diff more generically |
2015-03-17 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,relative-diff] patch.trydiff: add a docstring |
2015-03-17 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,relative-diff] patch.trydiff: add support for stripping a relative root |
2015-03-17 |
Siddharth Agarwal |
|
Superseded |