[STABLE] test: make test-propertycache.py python2.4 compatible |
2013-10-02 |
Pierre-Yves David |
|
Accepted |
[stable] lock: handle race in trylock/testlock on Windows |
2013-10-02 |
Yuya Nishihara |
|
Accepted |
[01,of,12,V3] bookmarks: add function to centralize the logic to compare bookmarks |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[02,of,12,V3] bookmarks: rewrite "updatefromremote()" by "compare()" |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[03,of,12,V3] bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()" |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[04,of,12,V3] bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()" |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[05,of,12,V3] bookmarks: rewrite comparing bookmarks in "commands.summary()" by "compare()" |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[06,of,12,V3] bookmarks: add "incoming()" to replace "diff()" for incoming bookmarks |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[07,of,12,V3] bookmarks: add "outgoing()" to replace "diff()" for outgoing bookmarks |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[08,of,12,V3] bookmarks: remove "diff()" already replaced by "incoming()"/"outgoing()" |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[09,of,12,V3] bookmarks: show more detail about incoming bookmarks |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[10,of,12,V3] bookmarks: show more detail about outgoing bookmarks |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[11,of,12,V3] bookmarks: enhance test of showing detail about incoming/outgoing bookmarks |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[12,of,12,V3] bookmarks: show also about changed bookmarks in output of summary command |
2013-10-02 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,3,stable] convert: fix crash when filemap filtering is changed |
2013-10-02 |
Mads Kiilerich |
|
Accepted |
[2,of,3,stable] convert: fix crash when existing converted revision didn't come from source |
2013-10-02 |
Mads Kiilerich |
|
Accepted |
[3,of,3,stable] convert: fix description of 'convert --rev' |
2013-10-02 |
Mads Kiilerich |
|
Accepted |
[1,of,4] convert: remove unused and incorrect default handling for revmapfile |
2013-10-02 |
Mads Kiilerich |
|
Superseded |
[2,of,4] convert: refactor head calculation for hg sources |
2013-10-02 |
Mads Kiilerich |
|
Superseded |
[3,of,4] convert: introduce hg.revs to replace hg.startrev and --rev with a revset |
2013-10-02 |
Mads Kiilerich |
|
Superseded |
[4,of,4] convert: update source shamap when using filemap, just as when not using filemap |
2013-10-02 |
Mads Kiilerich |
|
Superseded |
get-with-headers: don't block indefinitely if the server had an internal error |
2013-10-02 |
Javi Merino |
|
Superseded |
[1,of,4] inotify: add pidfile to parent options |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] cmdutil.service: move pidfile writing to a local function |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] cmdutil.service: move pidfile writing to the parent in daemon mode |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
[4,of,4] inotify: don't pass pidfile option to child |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
[RFC] merge: exit early during a no-op update (BC) |
2013-10-03 |
Siddharth Agarwal |
|
Superseded |
[1,of,5] tests: fix void and invalid test in test-archive.t |
2013-10-03 |
Mads Kiilerich |
|
Accepted |
[2,of,5] run-tests: place the .t shell script next to $TESTTMP and with a useful name |
2013-10-03 |
Mads Kiilerich |
|
Accepted |
[3,of,5] check-code: check for spaces around = for named parameters |
2013-10-03 |
Mads Kiilerich |
|
Accepted |
[4,of,5] check-code: check that '>' is used for continued lines |
2013-10-03 |
Mads Kiilerich |
|
Accepted |
[3,of,3] shelve: copy bookmarks and restore them after a commit |
2013-10-03 |
David Soria Parra |
|
Superseded |
[1,of,3,V4] push: hide description about "-f" in the hint to prevent from using it easily |
2013-10-03 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,V4] push: add more detailed explanation about "--force" to online help document |
2013-10-03 |
Katsunori FUJIWARA |
durin42 |
Accepted |
[3,of,3,V4] discovery: revise hint message introduced by changeset b00ba31313c3 |
2013-10-03 |
Katsunori FUJIWARA |
|
Accepted |
[V2] shelve: copy bookmarks and restore them after a commit |
2013-10-03 |
David Soria Parra |
|
Accepted |
get-with-headers: don't block indefinitely if the server had an internal error |
2013-10-04 |
Javi Merino |
|
Accepted |
[1,of,4,V4] hghave: add "absimport" feature to check "absolute_import" in __future__ |
2013-10-04 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,4,V4] hghave: add "py3k" feature to check whether test runs with Python 3.x |
2013-10-04 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,4,V4] demandimport: support "absolute_import" for external libraries (issue4029) |
2013-10-04 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4,V4] demandimport: allow extensions to import own modules by absolute name |
2013-10-04 |
Katsunori FUJIWARA |
|
Accepted |
shelve: only save mq state if enabled |
2013-10-05 |
Sean Farley |
|
Superseded |
patch: Fix nullid for binary git diffs (issue4054) |
2013-10-07 |
Johan Björk |
|
Accepted |
changegroup: don't run changegroup hooks if nodes are gone |
2013-10-07 |
Durham Goode |
|
Accepted |
[V2] shelve: only save mq state if enabled |
2013-10-09 |
Sean Farley |
|
Accepted |
[1,of,5,RFC] largefiles: make the protocol hack for replacing heads with lheads more precise |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[2,of,5,RFC] largefiles: refactor basestore, extract _gethash method |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[4,of,5,RFC] commands: refactor 'serve', extract the http service class |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[1,of,4,v2] convert: remove unused and incorrect default handling for revmapfile |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[2,of,4,v2] convert: refactor head calculation for hg sources |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[3,of,4,v2] convert: introduce hg.revs to replace hg.startrev and --rev with a revset |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[4,of,4,v2] convert: update source shamap when using filemap, just as when not using filemap |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[1,of,2] graft: make skip messages more helpful |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[2,of,2] cmdutil: use None as default value for "function pointer" instead of False |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
shelve: fix dirstate corruption during unshelve (issue4055) |
2013-10-12 |
Durham Goode |
|
Accepted |
hgweb, raw: replace 'shortlog' with 'changelog' in changelog template |
2013-10-12 |
Alexander Plavin |
|
Accepted |
hgweb: remove now unnecessary explicit header() and footer() |
2013-10-12 |
Alexander Plavin |
|
Accepted |
hgweb: fix unstoppable loading of graph when no more results |
2013-10-12 |
Alexander Plavin |
|
Accepted |
[1,of,2] tests: prepare rebase test for wc parent preservation |
2013-10-14 |
Pierre-Yves David |
|
Accepted |
[2,of,2] rebase: preserve working directory parent (BC) |
2013-10-14 |
Pierre-Yves David |
|
Accepted |
[3,of,2] rebase: preserve active bookmark when not at head (issue3813) |
2013-10-14 |
Pierre-Yves David |
|
Accepted |
[1,of,9] bookmarks: use "vfs.unlink()" instead of "util.unlink()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,9] bookmarks: use "vfs.utime()" instead of "os.utime()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,9] vfs: add "open()" for newly added code paths which open files via vfs |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,9] changelog: use "vfs.rename()" instead of "util.rename()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9] changelog: use "vfs.fstat()" instead of "util.fstat()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,9] context: use "vfs.lstat()" instead of "os.lstat()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Superseded |
[7,of,9] context: use "vfs.lstat()" instead of "os.lstat()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9] context: use "vfs.lstat()" to examine target path instead of "os.path.*" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[9,of,9] store: use "vfs.exists()" instead of "os.path.exists()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2] shelve: use the class constant in the clear method |
2013-10-14 |
Pierre-Yves David |
|
Accepted |
dirstate.status: return explicit unknown files even when not asked |
2013-10-14 |
Siddharth Agarwal |
|
Accepted |
shelve: drop pickle usage |
2013-10-14 |
Pierre-Yves David |
|
Accepted |
[01,of,15,V4] bookmarks: add function to centralize the logic to compare bookmarks |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[02,of,15,V4] bookmarks: rewrite "updatefromremote()" by "compare()" |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[03,of,15,V4] bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()" |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[04,of,15,V4] bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()" |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[05,of,15,V4] bookmarks: rewrite comparing bookmarks in "commands.summary()" by "compare()" |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[06,of,15,V4] bookmarks: add "incoming()" to replace "diff()" for incoming bookmarks |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[07,of,15,V4] bookmarks: add "outgoing()" to replace "diff()" for outgoing bookmarks |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[08,of,15,V4] bookmarks: remove "diff()" already replaced by "incoming()"/"outgoing()" |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[09,of,15,V4] bookmarks: prevent divergent bookmark from being updated unexpectedly |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[10,of,15,V4] bookmarks: check "@pathalias" suffix before "@number" ones for efficiency |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[11,of,15,V4] bookmarks: reuse "@num"-ed bookmark, if it refers changeset referred remotely |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[12,of,15,V4] bookmarks: show more detail about incoming bookmarks |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[13,of,15,V4] bookmarks: show more detail about outgoing bookmarks |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[14,of,15,V4] bookmarks: enhance test of showing detail about incoming/outgoing bookmarks |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
[15,of,15,V4] bookmarks: show also about changed bookmarks in output of summary command |
2013-10-15 |
Katsunori FUJIWARA |
|
Superseded |
localrepo: invoke only feature setup functions for enabled extensions |
2013-10-17 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3] tests: really test translations for rst syntax errors (issue4003) |
2013-10-18 |
Simon Heimberg |
|
Accepted |
[3,of,3] tests: test-gendoc.t checks if anything was translated |
2013-10-18 |
Simon Heimberg |
|
Accepted |
pager: honour internal aliases |
2013-10-21 |
David Soria Parra |
|
Accepted |
[STABLE] generaldelta: make test platform-independent |
2013-10-21 |
Christian Ebert |
|
Rejected |
win32: add shelve extension to mercurial.ini |
2013-10-21 |
Pascal Quantin |
|
Accepted |
[STABLE] strip: fix spelling: "allows to" -> "allows you to" |
2013-10-21 |
Javi Merino |
|
Accepted |
[1,of,1,STABLE] i18n: prevent note directives to interpret text as options |
2013-10-21 |
Matt Mackall |
|
Superseded |
[STABLE] shelve: make unshelve work even if it don't run in repository root |
2013-10-22 |
Takumi IINO |
|
Superseded |
[STABLE] cmdutil: fix makefileobj not to clobber default modemap dict |
2013-10-22 |
Yuya Nishihara |
|
Accepted |
[STABLE,V2] shelve: make unshelve work even if it don't run in repository root |
2013-10-22 |
Takumi IINO |
|
Accepted |
[1,of,6] rebase: improve error message for more than one external parent |
2013-10-23 |
Mads Kiilerich |
|
Superseded |
[2,of,6] largefiles: fix 'unexpected response' warning newlines |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[3,of,6] largefiles: add missing \n in ui.warn messages |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[4,of,6] largefiles: don't add extra \n when displaying remote messages in putlfile |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[5,of,6] largefiles: hide passwords in URLs in ui messages |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[6,of,6] spelling: random spell checker fixes |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[1,of,2,v2] rebase: refactor and rename checkexternal - it is a getter more than a setter |
2013-10-24 |
Mads Kiilerich |
|
Accepted |
[2,of,2,v2] rebase: improve error message for more than one external parent |
2013-10-24 |
Mads Kiilerich |
|
Accepted |
[STABLE] hgweb: add missing semicolon |
2013-10-24 |
Takumi IINO |
|
Accepted |
[1,of,4,STABLE] doc: end line preceding command line example with double colon |
2013-10-24 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,4,STABLE] doc: use double quotation mark to quote arguments in examples for Windows users |
2013-10-24 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,4,STABLE] doc: put text into header of 1st column in table to generate page correctly |
2013-10-24 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4,STABLE] doc: show details of command options in pages generated by docutils |
2013-10-24 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,3] largefiles: don't process merge actions at all when overwriting |
2013-10-24 |
Mads Kiilerich |
|
Superseded |
[2,of,3] largefiles: remove extra check for file to get - it _is_ by definition in p2 |
2013-10-24 |
Mads Kiilerich |
|
Accepted |
[3,of,3] largefiles: don't prompt for normal/largefile changes when doing plain updates |
2013-10-24 |
Mads Kiilerich |
|
Accepted |
shelve: use rebase instead of merge (issue4068) |
2013-10-24 |
Durham Goode |
|
Superseded |
[STABLE] shelve: use rebase instead of merge (issue4068) |
2013-10-25 |
Durham Goode |
|
Superseded |
[1,of,2,STABLE] rebase: add description about exit code when there are unresolved conflicts |
2013-10-26 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,STABLE] histedit: add description about exit code |
2013-10-26 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE,V3] patch: Always ensure valid git diffs in case source/destination file is missing (issue4046) |
2013-10-27 |
Johan Björk |
|
Accepted |
[1,of,2,STABLE] shelve: disallow commit while unshelve is in progress |
2013-10-28 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,STABLE] shelve: remove useless and incorrect code paths for file access |
2013-10-28 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,4,stable] shelve: remove unused variable assignment |
2013-10-28 |
Mads Kiilerich |
|
Superseded |
[2,of,4,stable] check-code: fix no-check-code skip message - obfuscation was too obscure |
2013-10-28 |
Mads Kiilerich |
|
Accepted |
[3,of,4,stable] largefiles: systematic testing of merges to/from largefiles |
2013-10-28 |
Mads Kiilerich |
|
Superseded |
[4,of,4,stable] largefiles: use 'remote'/'local' in merge prompts like in other merge prompts |
2013-10-28 |
Mads Kiilerich |
|
Superseded |
doc: dates - fix internal date sample (issue4072) |
2013-10-29 |
Pavlos Touboulidis |
|
Accepted |
[STABLE] rebase: fix selection of base used when rebasing merge (issue4041) |
2013-10-30 |
Pierre-Yves David |
|
Superseded |
[STABLE] shelve: remove unused variable assignment |
2013-11-01 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] rebase: fix working copy location after a --collapse (issue4080) |
2013-11-02 |
Durham Goode |
|
Accepted |
check-code: prepend warning prefix for repeated warnings only once |
2013-11-02 |
Simon Heimberg |
|
Accepted |
check-code: fix an error message |
2013-11-02 |
Simon Heimberg |
|
Accepted |
[stable,v2] hgweb, i18n: avoid parameterized search mode description |
2013-11-04 |
Wagner Bruna |
|
Superseded |
[STABLE] rebase: fix rebase aborts when tip^ is public (issue4082) |
2013-11-05 |
Durham Goode |
|
Accepted |
[1,of,8] minirst: do not interpret a directive as a literal block |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[2,of,8] minirst: do not fail on an empty admonition block |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[3,of,8] minirst: find admonitions before pruning comments and adding margins |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[4,of,8] minirst: do not add a 2nd empty paragraph |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[5,of,8] tests: modify minirst test input to new format |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[6,of,8] documentation: add an extra newline after note directive |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[7,of,8] check-code: check comment for '.. note::' without two newlines |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[8,of,8] check-code: more replacement characters |
2013-11-05 |
Simon Heimberg |
|
Accepted |
Makefile: intermediate steps work with temporary copy of hg.pot |
2013-11-05 |
Simon Heimberg |
|
Superseded |
[V2] (proper intended comment) Makefile: intermediate steps work with temporary copy of hg.pot |
2013-11-05 |
Simon Heimberg |
|
Superseded |
Makefile: do update on a temporary copy of a po file |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[STABLE] test: do not add .pyc and .orig in test-commit-amend.t (issue4085) |
2013-11-05 |
Pierre-Yves David |
|
Accepted |
[STABLE,V2] rebase: fix rebase aborts when 'tip-1' is public (issue4082) |
2013-11-05 |
Durham Goode |
|
Accepted |
merge: move forgets to the beginning of the action list |
2013-11-06 |
Siddharth Agarwal |
|
Superseded |
[1,of,4,stable] largefiles: cleanup of printmessage handling - the printed flag was redundant |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
[2,of,4,stable] largefiles: cache largefiles for update, also without printmessage |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
[3,of,4,stable] largefiles: inline _updatelfile, prepare for further refactorings |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
[4,of,4,stable] largefiles: update in two steps, handle interrupted updates better |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
purge: add options for deleting only files or only directories |
2013-11-08 |
Ben Kehoe |
|
Superseded |
[1,of,2,rfc] tests: demonstrate problem with diff not detecting copies |
2013-11-08 |
Mads Kiilerich |
|
Superseded |
[2,of,2,rfc] diff: search beyond ancestor when detecting renames |
2013-11-08 |
Mads Kiilerich |
|
Superseded |
[01,of,15,V5] bookmarks: add function to centralize the logic to compare bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[02,of,15,V5] bookmarks: rewrite "updatefromremote()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[03,of,15,V5] bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[04,of,15,V5] bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[05,of,15,V5] bookmarks: rewrite comparing bookmarks in "commands.summary()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[06,of,15,V5] bookmarks: add "incoming()" to replace "diff()" for incoming bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[07,of,15,V5] bookmarks: add "outgoing()" to replace "diff()" for outgoing bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[08,of,15,V5] bookmarks: remove "diff()" already replaced by "incoming()"/"outgoing()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[09,of,15,V5] bookmarks: prevent divergent bookmark from being updated unexpectedly |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[10,of,15,V5] bookmarks: check "@pathalias" suffix before "@number" ones for efficiency |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[11,of,15,V5] bookmarks: reuse "@num"-ed bookmark, if it refers changeset referred remotely |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[12,of,15,V5] bookmarks: show more detail about incoming bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[13,of,15,V5] bookmarks: show more detail about outgoing bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[14,of,15,V5] bookmarks: enhance test of showing detail about incoming/outgoing bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[15,of,15,V5] bookmarks: show also about changed bookmarks in output of summary command |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[RESEND] doc: show details of command options in pages generated by docutils |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[stable] hgweb: ignore non numeric "revcount" parameter values (issue4091) |
2013-11-08 |
Isaac Jurado |
|
Accepted |
phase: better error message when --force is needed |
2013-11-08 |
Martin Geisler |
|
Accepted |
[stable] util: warn when adding paths ending with \ |
2013-11-08 |
Mads Kiilerich |
|
Accepted |
[2,of,2,rfc] diff: search beyond ancestor when detecting renames |
2013-11-08 |
Mads Kiilerich |
|
Superseded |
[1,of,3,STABLE] tests: choose the path separator in PYTHONPATH suitable for platform |
2013-11-10 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,STABLE] tests: quote environment variable to extract wildcard on MinGW environment |
2013-11-10 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3,STABLE] tests: end output lines including path with "(glob)" to pass on Windows |
2013-11-10 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,4] hgweb: remove unused argument of entries function in filelog |
2013-11-10 |
Alexander Plavin |
|
Accepted |
[2,of,4] hgweb: always compute all entries and latestentry in filelog |
2013-11-10 |
Alexander Plavin |
|
Accepted |
[3,of,4] hgweb: use semantically suitable filelog.revs in filelog |
2013-11-10 |
Alexander Plavin |
|
Accepted |
[4,of,4] hgweb: make hgweb filelog output consistent with command line one |
2013-11-10 |
Alexander Plavin |
|
Superseded |
[1,of,2,stable] bisect: report "both good and bad" as such, not as "not directly related" |
2013-11-10 |
Mads Kiilerich |
|
Accepted |
[2,of,2,stable] bisect: --command without --noupdate should flag the parent rev it tested |
2013-11-10 |
Mads Kiilerich |
|
Superseded |
[1,of,2,RESEND] bookmarks: allow push to create a new remote head if it is about to be bookmarked via -B |
2013-11-11 |
Stephen Lee |
|
Superseded |
[2,of,2,RESEND] bookmarks: suggest 'push -B FOO' when a potentially new remote head has a local bookmark |
2013-11-11 |
Stephen Lee |
|
Superseded |
[1,of,5] scmutil: skip checks in "casecollisionauditor" if filename is already checked |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5] scmutil: ignore removed files in case-folding collision check for efficiency |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5] scmutil: check collision between added file and directory part of tracked ones |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] scmutil: check collision between tracked files and directory part of added one |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,5] scmutil: check collision between directory part of added file and tracked ones |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[V2] shelve: unshelve using an unfiltered repository |
2013-11-11 |
David Soria Parra |
|
Accepted |
localrepo: prevent to copy repo local config, copy baseui instead |
2013-11-11 |
Simon Heimberg |
|
Accepted |
relink: abort earlier when on different devices (issue3916) |
2013-11-11 |
Simon Heimberg |
|
Accepted |
check-code: prepend warning prefix only once, but for each warning |
2013-11-11 |
Simon Heimberg |
|
Accepted |
[1,of,2] check-code: no-check-code must be after a comment sign and a space |
2013-11-11 |
Simon Heimberg |
|
Superseded |
[2,of,2] check-code: no-check-code must be on its own line and near top or bottom |
2013-11-11 |
Simon Heimberg |
|
Superseded |
[1,of,2] check-code: drop unneeded ignore patterns |
2013-11-11 |
Simon Heimberg |
|
Accepted |
[2,of,2] check-code: document last ignore regexp |
2013-11-11 |
Simon Heimberg |
|
Accepted |
[1,of,2,stable] context: drop caching 'copies' method |
2013-11-12 |
Mads Kiilerich |
|
Superseded |
[2,of,2,stable] diff: search beyond ancestor when detecting renames |
2013-11-12 |
Mads Kiilerich |
|
Superseded |
[1,of,5] revlog: return lazy set from findcommonmissing |
2013-11-12 |
Durham Goode |
|
Superseded |
[2,of,5] strip: add faster revlog strip computation |
2013-11-12 |
Durham Goode |
|
Superseded |
[3,of,5] rebase: replace revset with a manual computation |
2013-11-12 |
Durham Goode |
|
Superseded |
[4,of,5] phase: replace revset with manual computation |
2013-11-12 |
Durham Goode |
|
Superseded |
[5,of,5] manifest: increase lrucache from 3 to 4 |
2013-11-12 |
Durham Goode |
|
Superseded |
[1,of,1] merge: confirm continuation when conflict of divergent operations is detected |
2013-11-12 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,8] transaction: unlink target file via vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,8] vfs: add "isfile()" |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,8] vfs: add "chmod()" |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,8] transaction: take journal file path relative to vfs to use file API via vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,8] localrepo: import "lock" module as "lockmod" for readability |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] hg: rewrite "copystore()" with vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8] vfs: add "makelock()" and "readlock()" |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8] lock: take both vfs and lock file path relative to vfs to access via vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
Decode UTF-8 e-mail headers |
2013-11-12 |
funman@videolan.org |
|
Superseded |
subrepo: check phase of state in each subrepositories before committing |
2013-11-13 |
Katsunori FUJIWARA |
|
Accepted |
[stable] hgweb, i18n: do not translate search mode description |
2013-11-13 |
Wagner Bruna |
|
Accepted |
[1,of,5,V2] revlog: return lazy set from findcommonmissing |
2013-11-13 |
Durham Goode |
|
Superseded |
[2,of,5,V2] strip: add faster revlog strip computation |
2013-11-13 |
Durham Goode |
|
Superseded |
[3,of,5,V2] rebase: replace revset with a manual computation |
2013-11-13 |
Durham Goode |
|
Superseded |
[4,of,5,V2] phase: replace revset with manual computation |
2013-11-13 |
Durham Goode |
|
Superseded |
[5,of,5,V2] manifest: increase lrucache from 3 to 4 |
2013-11-13 |
Durham Goode |
|
Superseded |
[1,of,6] scmutil: skip checks in "casecollisionauditor" if filename is already checked |
2013-11-14 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6] smcutil: add "casecollisionauditor._oncollision()" to be shared by multiple checks |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,6] scmutil: add utility function to examine case-folding collision exactly |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6] scmutil: check collision between added file and directory part of tracked ones |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,6] scmutil: check collision between tracked files and directory part of added one |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6] scmutil: check collision between directory part of added file and tracked ones |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
branches: avoid unnecessary changectx.branch() calls |
2013-11-14 |
Brodie Rao |
|
Superseded |
[1,of,2,RFC] subrepo: create subrepo cache and create working dir subrepos as shared repos |
2013-11-15 |
Angel Ezquerra |
|
Deferred |
[2,of,2,RFC] serve: properly handle cached subrepos |
2013-11-15 |
Angel Ezquerra |
|
Deferred |
contrib: add editmerge script for editor conflict prompts |
2013-11-15 |
Durham Goode |
|
Accepted |
[1,of,3] help: document about {extras} template keyword |
2013-11-15 |
Matthew Turk |
|
Superseded |
[2,of,3] help: Adding example 'extras' printing to 'hg help templates' |
2013-11-15 |
Matthew Turk |
|
Superseded |
[3,of,3] template: Change extras to use showlist rather than manual templ call |
2013-11-15 |
Matthew Turk |
|
Superseded |
[1,of,3,V2] help: document about {extras} template keyword |
2013-11-15 |
Matthew Turk |
|
Accepted |
[2,of,3,V2] help: adding example 'extras' printing to 'hg help templates' |
2013-11-15 |
Matthew Turk |
|
Accepted |
[3,of,3,V2] template: change extras to use showlist rather than manual templ call |
2013-11-15 |
Matthew Turk |
|
Superseded |
tests: remove python link during cleanup |
2013-11-16 |
Sean Farley |
|
Deferred |
[01,of,12] branches: avoid unnecessary changectx.branch() calls |
2013-11-16 |
Brodie Rao |
|
Superseded |
[02,of,12] branchmap: cache open/closed branch head information |
2013-11-16 |
Brodie Rao |
|
Superseded |
[03,of,12] branchmap: introduce branchtip() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[04,of,12] localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[05,of,12] branchmap: introduce branchheads() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[06,of,12] localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[07,of,12] branchmap: introduce iterbranches() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[08,of,12] debuglabelcomplete: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[09,of,12] branches: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[10,of,12] hgweb: simplify summary with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[11,of,12] hgweb: simplify branches with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[12,of,12] localrepo: remove unused repo.branchtags()/_branchtip() methods |
2013-11-16 |
Brodie Rao |
|
Superseded |
[1,of,4] commands.bookmark: use unsetcurrent instead of setcurrent with None |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] bmstore.write: use unsetcurrent instead of setcurrent with None |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] strip: use bookmarks.unsetcurrent instead of setcurrent with None |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[4,of,4] bookmarks: make setcurrent with None an error |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] run-tests: remove code that creates a dummy 'diffstat' |
2013-11-16 |
Sean Farley |
|
Accepted |
[2,of,2] run-tests: remove files that we potentially create outside of $TMPDIR |
2013-11-16 |
Sean Farley |
|
Accepted |
[01,of,13,V2] branchmap: add documentation on the branchcache on-disk format |
2013-11-16 |
Brodie Rao |
|
Accepted |
[02,of,13,V2] branches: avoid unnecessary changectx.branch() calls |
2013-11-16 |
Brodie Rao |
|
Accepted |
[03,of,13,V2] branchmap: cache open/closed branch head information |
2013-11-16 |
Brodie Rao |
|
Accepted |
[04,of,13,V2] branchmap: introduce branchtip() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[05,of,13,V2] localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[06,of,13,V2] branchmap: introduce branchheads() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[07,of,13,V2] localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[08,of,13,V2] branchmap: introduce iterbranches() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[09,of,13,V2] debuglabelcomplete: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[10,of,13,V2] branches: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[11,of,13,V2] hgweb: simplify summary with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[12,of,13,V2] hgweb: simplify branches with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[13,of,13,V2] localrepo: remove unused repo.branchtags()/_branchtip() methods |
2013-11-16 |
Brodie Rao |
|
Accepted |
revset: add exclusive revset |
2013-11-16 |
Durham Goode |
|
Superseded |
[STABLE] transplant: use peer of source repository as "remote" for "repo.pull()" |
2013-11-16 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3,V3] revlog: return lazy set from findcommonmissing |
2013-11-16 |
Durham Goode |
|
Accepted |
[2,of,3,V3] strip: add faster revlog strip computation |
2013-11-16 |
Durham Goode |
|
Accepted |
[3,of,3,V3] manifest: increase lrucache from 3 to 4 |
2013-11-16 |
Durham Goode |
|
Accepted |
[stable] share: fix unshare calling wrong repo.__init__() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[1,of,6] test-filecache.py: make setbeforeget test clearer |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[2,of,6] test-filecache.py: add markers to the output for each event |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] scmutil.filecacheentry: make stat argument to constructor mandatory |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] scmutil: rename filecacheentry to filecachesubentry |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[5,of,6] scmutil: introduce a filecacheentry that can watch multiple paths |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] scmutil.filecache: support watching over multiple files |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,stable] tests: deal with new gits sending status messages to stderr |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[2,of,3,stable] convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[3,of,3,stable] tests: test-convert-cvs-synthetic.t requires cvs 1.12 |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[1,of,3,stable] obsolete: stop doing membership test on list |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[2,of,3,stable] obsolete: do not accept duplicated marker during exchange |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[3,of,3,stable] obsolete: add __eq__ and __hash__ to marker to make set() deduplication work |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
mercurial/parsers.c: fix compiler warning |
2013-11-17 |
Abhay Kadam |
|
Superseded |
[1,of,8] tests: python hash seed is only relevant after failures - otherwise keep quiet |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[2,of,8] tests: make doctest test runner less verbose |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[3,of,8] convert: readability and test of rpairs function |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[4,of,8] test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92f |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[5,of,8] discovery: tweak error message for multiple branch heads |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[6,of,8] discovery: make note messages for new heads more readable |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[7,of,8] bisect: avoid confusing use of variables with same names in nested local scopes |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[8,of,8] mq: don't add '* * *' separators when there is no commit message |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[1,of,7] subsettable: move from repoview to branchmap, the only place it's used |
2013-11-17 |
Augie Fackler |
|
Superseded |
[2,of,7] contrib: add an import checker |
2013-11-17 |
Augie Fackler |
|
Superseded |
[3,of,7] import-checker: try a little harder to show fewer cycles |
2013-11-17 |
Augie Fackler |
|
Superseded |
[4,of,7] cleanup: move stdlib imports to their own import statement |
2013-11-17 |
Augie Fackler |
|
Superseded |
[5,of,7] pathutil: tease out a new library to break an import cycle from canonpath use |
2013-11-17 |
Augie Fackler |
|
Superseded |
[6,of,7] makememctx: move from patch to context to break import cycle |
2013-11-17 |
Augie Fackler |
|
Superseded |
[7,of,7] test-module-imports.t: new test to use the import cycle detector |
2013-11-17 |
Augie Fackler |
|
Superseded |
[1,of,3,fyi] ui: introduce warnstack for dumping a stack trace without crashing |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[2,of,3,fyi] hack: lock validation |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[3,of,3,fyi] hack: more lock validation, checking opener usage |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[1,of,3] perf: add perfmoonwalk command to walk the changelog backwards |
2013-11-17 |
Brodie Rao |
|
Superseded |
[2,of,3] revlog: read/cache chunks in fixed windows of 64 KB |
2013-11-17 |
Brodie Rao |
|
Superseded |
[3,of,3] revlog: allow tuning of the chunk cache size (via format.chunkcachesize) |
2013-11-17 |
Brodie Rao |
|
Superseded |
[1,of,7] phases: add a formal note that hash of secret changeset may leak out |
2013-11-17 |
Pierre-Yves David |
|
Superseded |
[2,of,7] pull: fix post-pull common computation |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[3,of,7] push: more robust check for bundle fast path |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[4,of,7] pull: run findcommon incoming on unfiltered repo |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[5,of,7] discovery: make revlogdag work on filtered repo |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[6,of,7] discovery: enforce filtering into revlogbaseddag._internalizeall |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[7,of,7] discovery: stop using nodemap for membership testing |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[1,of,8,v2] subsettable: move from repoview to branchmap, the only place it's used |
2013-11-17 |
Augie Fackler |
|
Accepted |
[2,of,8,v2] pathutil: tease out a new library to break an import cycle from canonpath use |
2013-11-17 |
Augie Fackler |
|
Accepted |
[3,of,8,v2] cleanup: move stdlib imports to their own import statement |
2013-11-17 |
Augie Fackler |
|
Accepted |
[4,of,8,v2] makememctx: move from patch to context to break import cycle |
2013-11-17 |
Augie Fackler |
|
Accepted |
[5,of,8,v2] contrib: add an import checker |
2013-11-17 |
Augie Fackler |
|
Accepted |
[6,of,8,v2] import-checker: ignore nested imports |
2013-11-17 |
Augie Fackler |
|
Accepted |
[7,of,8,v2] import-checker: try a little harder to show fewer cycles |
2013-11-17 |
Augie Fackler |
|
Accepted |
[8,of,8,v2] test-module-imports.t: new test to use the import cycle detector |
2013-11-17 |
Augie Fackler |
|
Accepted |
[1,of,2,V2] statichttprepo: pass in True to splitlines, not 1 |
2013-11-17 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] statichttprepo.httprangeheader: implement readlines |
2013-11-17 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,V2] perf: add perfmoonwalk command to walk the changelog backwards |
2013-11-17 |
Brodie Rao |
|
Accepted |
[2,of,3,V2] revlog: read/cache chunks in fixed windows of 64 KB |
2013-11-17 |
Brodie Rao |
|
Accepted |
[3,of,3,V2] revlog: allow tuning of the chunk cache size (via format.chunkcachesize) |
2013-11-17 |
Brodie Rao |
|
Accepted |
[v2] tests: deal with some git versions sending status messages to stderr |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
histedit: hold wlock and lock while in progress |
2013-11-17 |
Siddharth Agarwal |
|
Accepted |
[1,of,5] ui: add "extractchoices()" to share the logic to extract choices from prompt |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5] record: use "ui.extractchoices()" to get the list of available responses |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5] transplant: add test for interactive transplant |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] transplant: use "ui.promptchoice()" for interactive transplant |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,5] transplant: use "ui.extractchoices()" to show the list of available responses |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2] strip: hold wlock for entire duration |
2013-11-18 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] strip.stripcmd: remove redundant wlock acquire/release |
2013-11-18 |
Siddharth Agarwal |
|
Accepted |
[question,with,example] help: branch names primarily denote the tipmost unclosed branch head |
2013-11-18 |
Mads Kiilerich |
|
Superseded |
[1,of,2] Makefile: fix po file updating by using same file name everywhere |
2013-11-18 |
Simon Heimberg |
|
Superseded |
[2,of,2] Makefile: intermediate steps work with temporary copy of hg.pot |
2013-11-18 |
Simon Heimberg |
|
Accepted |
[1,of,1] largefiles: improve 'unexpected response' warning newlines |
2013-11-19 |
Simon Heimberg |
|
Superseded |
tests: add missing glob |
2013-11-19 |
Simon Heimberg |
|
Accepted |
mercurial/parsers.c: fix compiler warning |
2013-11-19 |
Abhay Kadam |
|
Accepted |
keyword: wlock while setting branch in kwdemo |
2013-11-20 |
Christian Ebert |
|
Accepted |
[1,of,1,STABLE] util: url keeps backslash in paths |
2013-11-20 |
Simon Heimberg |
|
Accepted |
test-command-template.t: fix failure due to trailing whitespace |
2013-11-21 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] template: modify showextras to return a hybrid |
2013-11-21 |
Matthew Turk |
|
Accepted |
[2,of,3] help: modify template help to use a comma instead of newline for extras |
2013-11-21 |
Matthew Turk |
|
Superseded |
[3,of,3] template: add extrakeys (dict) keyword to templater |
2013-11-21 |
Matthew Turk |
|
Superseded |
[1,of,3] export: add 'Amends' hgpatchheader line |
2013-11-21 |
Matthew Turk |
|
Superseded |
[2,of,3] import: enable 'Amends' line to be utilized in patch import |
2013-11-21 |
Matthew Turk |
|
Superseded |
[3,of,3] import: enable passing around 'Amend' in import |
2013-11-21 |
Matthew Turk |
|
Superseded |
[1,of,7] bash_completion: untabify |
2013-11-21 |
Sean Farley |
|
Superseded |
[2,of,7] bash_completion: expand aliased commands |
2013-11-21 |
Sean Farley |
|
Superseded |
[3,of,7] bash_completion: determine root executable in case of alias |
2013-11-21 |
Sean Farley |
|
Superseded |
[4,of,7] bash_completion: fix issue with subdirectories not being completed |
2013-11-21 |
Sean Farley |
|
Superseded |
[5,of,7] bash_completion: remove restriction on bookmark completion |
2013-11-21 |
Sean Farley |
|
Superseded |
[6,of,7] bash_completion: use correct command for listing shelves |
2013-11-21 |
Sean Farley |
|
Superseded |
[7,of,7] bash_completion: turn off custom debuggers |
2013-11-21 |
Sean Farley |
|
Superseded |
[1,of,5] commands.bookmarks: separate out 'no bookmarks set' status messages |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[2,of,5] commands.bookmarks: hold wlock for write operations |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[3,of,5] commands.bookmarks: pass cur in explicitly to checkconflict |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[4,of,5] commands.bookmarks: move cur initialization to inside wlock |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[5,of,5] commands.bookmarks: move hexfn to inside list block |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[1,of,8,V2] bash_completion: untabify |
2013-11-22 |
Sean Farley |
|
Superseded |
[2,of,8,V2] bash_completion: turn off custom debuggers |
2013-11-22 |
Sean Farley |
|
Superseded |
[3,of,8,V2] bash_completion: expand aliased commands |
2013-11-22 |
Sean Farley |
|
Superseded |
[4,of,8,V2] bash_completion: determine root executable in case of alias |
2013-11-22 |
Sean Farley |
|
Superseded |
[5,of,8,V2] bash_completion: fix issue with subdirectories not being completed |
2013-11-22 |
Sean Farley |
|
Superseded |
[6,of,8,V2] bash_completion: remove restriction on bookmark completion |
2013-11-22 |
Sean Farley |
|
Superseded |
[7,of,8,V2] bash_completion: use correct command for listing shelves |
2013-11-22 |
Sean Farley |
|
Superseded |
[8,of,8,V2] bash_completion: add completion for deleting a shelve |
2013-11-22 |
Sean Farley |
|
Superseded |
tests: fix `hghave root` on windows |
2013-11-23 |
Simon Heimberg |
|
Accepted |
[STABLE] bookmarks: consider successor changesets when moving bookmark (issue4015) |
2013-11-23 |
Sean Farley |
|
Accepted |
[1,of,4] tests: use strip extension instead of mq where it makes sense |
2013-11-23 |
Martin Geisler |
|
Accepted |
[2,of,4] hg: remove outdated comment |
2013-11-23 |
Martin Geisler |
|
Accepted |
[3,of,4] tests: don't load unnecessary graphlog extension |
2013-11-23 |
Martin Geisler |
|
Accepted |
[4,of,4] graphlog: mark as deprecated |
2013-11-23 |
Martin Geisler |
|
Accepted |
[1,of,6,stable] help: use strip instead of mq as in 'hg help config' example |
2013-11-23 |
Martin Geisler |
|
Superseded |
[2,of,6,stable] contrib: promote strip extension over MQ in sample.hgrc |
2013-11-23 |
Martin Geisler |
|
Accepted |
[3,of,6,stable] contrib: stop mentioning obsolete graphlog extension in sample.hgrc |
2013-11-23 |
Martin Geisler |
|
Accepted |
[4,of,6,stable] contrib: don't mention obsolete graphlog extension in mercurial.ini |
2013-11-23 |
Martin Geisler |
|
Accepted |
[5,of,6,stable] bisect: don't mention obsolete graphlog extension in help |
2013-11-23 |
Martin Geisler |
|
Accepted |
[6,of,6,stable] glossary: don't mention obsolete graphlog extension |
2013-11-23 |
Martin Geisler |
|
Accepted |
[1,of,5] pull: add --subrev option |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[2,of,5] subrepo: add pull --subrev support to git subrepos |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[3,of,5] subrepo: add pull --subrev support to svn subrepos |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[4,of,5] clone: add --subrev option |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[5,of,5] test-subrepo-recursion: add pull and clone --subrev tests |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[RESEND2] bookmarks: allow push to create a new remote head if it is about to be bookmarked via -B |
2013-11-24 |
Stephen Lee |
|
Superseded |
[1,of,2] mq: prefer a loop to a double-for list comprehension |
2013-11-24 |
Kevin Bullock |
|
Accepted |
[2,of,2] discovery: prefer loop to double-for list comprehension in changegroupsubset |
2013-11-24 |
Kevin Bullock |
|
Accepted |
Keep authentication information after the first fail HTTP access (issue3567) |
2013-11-25 |
Stéphane Klein |
|
Superseded |
[01,of,11,V3] dispatch: turn off custom debugger for HGPLAIN mode |
2013-11-25 |
Sean Farley |
|
Superseded |
[02,of,11,V3] bash_completion: untabify |
2013-11-25 |
Sean Farley |
|
Superseded |
[03,of,11,V3] bash_completion: expand aliased commands |
2013-11-25 |
Sean Farley |
|
Superseded |
[04,of,11,V3] bash_completion: determine root executable in case of alias |
2013-11-25 |
Sean Farley |
|
Superseded |
[05,of,11,V3] bash_completion: fix issue with subdirectories not being completed |
2013-11-25 |
Sean Farley |
|
Superseded |
[06,of,11,V3] bash_completion: remove restriction on bookmark completion |
2013-11-25 |
Sean Farley |
|
Superseded |
[07,of,11,V3] bash_completion: use correct command for listing shelves |
2013-11-25 |
Sean Farley |
|
Superseded |
[08,of,11,V3] bash_completion: add completion for deleting a shelve |
2013-11-25 |
Sean Farley |
|
Superseded |
[09,of,11,V3] bash_completion: add _hg_branches for list of branches |
2013-11-25 |
Sean Farley |
|
Superseded |
[10,of,11,V3] bash_completion: add global support for bookmarks and branches |
2013-11-25 |
Sean Farley |
|
Superseded |
[11,of,11,V3] pathcomplete: remove ambiguous entries for sole completion on a directory |
2013-11-25 |
Sean Farley |
|
Superseded |
[1,of,2,V2+] Makefile: fix po file updating by using same file name everywhere |
2013-11-25 |
Simon Heimberg |
|
Superseded |
[2,of,2,V2+] Makefile: temporary copy of hg.pot ist hg.pot.tmp instead of hg.pot~ |
2013-11-25 |
Simon Heimberg |
|
Superseded |
[1,of,4] subrepo: do not try to get hidden revisions |
2013-11-25 |
Angel Ezquerra |
|
Superseded |
[2,of,4] subrepo: remove unnecessary else clause in hgsubrepo._get |
2013-11-25 |
Angel Ezquerra |
|
Superseded |
[3,of,4] subrepo: make it possible to update to hidden subrepo revisions |
2013-11-25 |
Angel Ezquerra |
|
Superseded |
[4,of,4] test-subrepo-missing: test updating parent repo with missing subrepo revision |
2013-11-25 |
Angel Ezquerra |
|
Changes Requested |
[1,of,2,V3] Makefile: fix po file updating by using same file name everywhere |
2013-11-25 |
Simon Heimberg |
|
Accepted |
[2,of,2,V3] Makefile: temporary copy of hg.pot is hg.pot.tmp instead of hg.pot~ |
2013-11-25 |
Simon Heimberg |
|
Accepted |
[STABLE] bisect: misunderstanding help example. |
2013-11-25 |
Santiago Payà i Miralta |
|
Superseded |
patch: add support for git delta hunks |
2013-11-26 |
'Nicolas Vigier |
|
Superseded |
[01,of,11,V4] dispatch: turn off custom debugger for HGPLAIN mode |
2013-11-26 |
Sean Farley |
|
Superseded |
[02,of,11,V4] bash_completion: untabify |
2013-11-26 |
Sean Farley |
|
Superseded |
[03,of,11,V4] bash_completion: expand aliased commands |
2013-11-26 |
Sean Farley |
|
Superseded |
[04,of,11,V4] bash_completion: determine root executable in case of alias |
2013-11-26 |
Sean Farley |
|
Superseded |
[05,of,11,V4] bash_completion: fix issue with subdirectories not being completed |
2013-11-26 |
Sean Farley |
|
Superseded |
[06,of,11,V4] bash_completion: remove restriction on bookmark completion |
2013-11-26 |
Sean Farley |
|
Superseded |
[07,of,11,V4] bash_completion: use correct command for listing shelves |
2013-11-26 |
Sean Farley |
|
Superseded |
[08,of,11,V4] bash_completion: add completion for deleting a shelve |
2013-11-26 |
Sean Farley |
|
Superseded |
[09,of,11,V4] bash_completion: add _hg_branches for list of branches |
2013-11-26 |
Sean Farley |
|
Superseded |
[10,of,11,V4] bash_completion: add global support for bookmarks and branches |
2013-11-26 |
Sean Farley |
|
Superseded |
[11,of,11,V4] pathcomplete: remove ambiguous entries for sole completion on a directory |
2013-11-26 |
Sean Farley |
|
Superseded |
patch: add support for git delta hunks |
2013-11-26 |
'Nicolas Vigier |
|
Superseded |
[stable] largefiles: don't crash on 'local renamed directory' actions |
2013-11-26 |
Mads Kiilerich |
|
Accepted |
[01,of,15,V5] dispatch: turn off custom debugger for HGPLAIN mode |
2013-11-26 |
Sean Farley |
|
Accepted |
[02,of,15,V5] bash_completion: untabify |
2013-11-26 |
Sean Farley |
|
Accepted |
[03,of,15,V5] bash_completion: expand aliased commands |
2013-11-26 |
Sean Farley |
|
Accepted |
[04,of,15,V5] bash_completion: determine root executable in case of alias |
2013-11-26 |
Sean Farley |
|
Accepted |
[05,of,15,V5] bash_completion: fix issue with subdirectories not being completed |
2013-11-26 |
Sean Farley |
|
Accepted |
[06,of,15,V5] bash_completion: remove restriction on bookmark completion |
2013-11-26 |
Sean Farley |
|
Accepted |
[07,of,15,V5] bash_completion: use correct command for listing shelves |
2013-11-26 |
Sean Farley |
|
Accepted |
[08,of,15,V5] bash_completion: add completion for deleting a shelve |
2013-11-26 |
Sean Farley |
|
Accepted |
[09,of,15,V5] bash_completion: add -B|--bookmark support for strip |
2013-11-26 |
Sean Farley |
|
Accepted |
[10,of,15,V5] bash_completion: add _hg_branches for list of branches |
2013-11-26 |
Sean Farley |
|
Accepted |
[11,of,15,V5] bash_completion: simplify if-else logic |
2013-11-26 |
Sean Farley |
|
Accepted |
[12,of,15,V5] bash_completion: change --rev if-else block into a case |
2013-11-26 |
Sean Farley |
|
Accepted |
[13,of,15,V5] bash_completion: add global support for -B|--bookmark |
2013-11-26 |
Sean Farley |
|
Accepted |
[14,of,15,V5] bash_completion: add global support for -b|--branch |
2013-11-26 |
Sean Farley |
|
Accepted |
[15,of,15,V5] pathcomplete: remove ambiguous entries for sole completion on a directory |
2013-11-26 |
Sean Farley |
|
Accepted |
[1,of,2,STABLE] bookmarks: consider successor changesets when moving bookmark (issue4015) |
2013-11-27 |
Durham Goode |
|
Superseded |
[2,of,2,STABLE] unshelve: don't commit unknown files during unshelve (issue4113) |
2013-11-27 |
Durham Goode |
|
Superseded |
[1,of,2,V2,STABLE] unshelve: don't commit unknown files during unshelve (issue4113) |
2013-11-27 |
Durham Goode |
|
Accepted |
[2,of,2,V2,STABLE] unshelve: add tests for unknown files |
2013-11-27 |
Durham Goode |
|
Accepted |
[STABLE] parse_index2: fix crash on bad argument type (issue4110) |
2013-11-27 |
Chris Jerdonek |
|
Accepted |
[1,of,1,STABLE] i18n: add the tool to check Mercurial specific translation problems in *.po |
2013-11-27 |
Katsunori FUJIWARA |
|
Accepted |
patch: add support for git delta hunks |
2013-11-27 |
'Nicolas Vigier |
|
Superseded |
[V3] patch: add support for git delta hunks |
2013-11-27 |
'Nicolas Vigier |
|
Accepted |
[STABLE] bisect: misunderstanding help example. |
2013-11-27 |
Santiago Payà i Miralta |
|
Accepted |
[1,of,5] merge: update comment for future devs |
2013-11-27 |
Sean Farley |
|
Superseded |
[2,of,5] merge: refactor initialization of variables in update |
2013-11-27 |
Sean Farley |
|
Superseded |
[3,of,5] merge: include obsolete calculation for branchtips |
2013-11-27 |
Sean Farley |
|
Superseded |
[4,of,5] tests: consolidate update from obsolete changeset logic |
2013-11-27 |
Sean Farley |
|
Superseded |
[5,of,5] update: consider successor changesets when moving active bookmark |
2013-11-27 |
Sean Farley |
|
Superseded |
[1,of,5,V2] ui: add "extractchoices()" to share the logic to extract choices from prompt |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5,V2] record: use "ui.extractchoices()" to get the list of available responses |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5,V2] transplant: add test for interactive transplant |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5,V2] transplant: use "ui.promptchoice()" for interactive transplant |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,5,V2] transplant: use "ui.extractchoices()" to show the list of available responses |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2,default] record: fix the -u option (issue 3857) |
2013-11-29 |
Sandeep.C.R |
|
Superseded |
[2,of,2,default] added regression test for issue 3857 |
2013-11-29 |
Sandeep.C.R |
|
Superseded |
hgk: fix tag list parser (issue4101) |
2013-11-29 |
Andrew Shadura |
|
Accepted |
parsers: fail fast if Python has wrong minor version (issue4110) |
2013-11-29 |
Chris Jerdonek |
|
Superseded |
[1,of,5,V3] ui: add "extractchoices()" to share the logic to extract choices from prompt |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,5,V3] record: use "ui.extractchoices()" to get the list of available responses |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,5,V3] transplant: add test for interactive transplant |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5,V3] transplant: use "ui.promptchoice()" for interactive transplant |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,5,V3] transplant: use "ui.extractchoices()" to show the list of available responses |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,5,c-hglib] examples: import command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[2,of,5,c-hglib] examples: merge command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[3,of,5,c-hglib] examples: verify command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[4,of,5,c-hglib] examples: init command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[5,of,5,c-hglib] examples: export-import command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[CREW] parsers: add apiversion module constant to C implementation of parsers |
2013-12-03 |
Chris Jerdonek |
|
Rejected |
largefiles: call super class method with proper kwargs to respect API |
2013-12-03 |
Long Vu |
|
Accepted |
[CREW] parsers: fail fast if Python has wrong minor version (issue4110) |
2013-12-05 |
Chris Jerdonek |
|
Accepted |
[2,of,5,c-hglib,V2] examples: merge command example, implemented using level 0 |
2013-12-06 |
Iulian Stana |
|
Superseded |
merge: show helpful message on file with directory name conflicts (issue29) |
2013-12-09 |
Prasoon Shukla |
|
Rejected |
record: --user/-u now works with record when ui.username not set (issue3857) |
2013-12-10 |
Prasoon Shukla |
|
Superseded |
Fix formatting of template example in help file |
2013-12-10 |
Steve Hoelzer |
|
Superseded |
[Bug,4129] New: test-module-imports.t fails when run inside virtualenv |
2013-12-11 |
mercurial-bugs@selenic.com |
|
Superseded |
help: fix formatting of template example |
2013-12-11 |
Steve Hoelzer |
|
Accepted |
record: --user/-u now works with record when ui.username not set (issue3857) |
2013-12-12 |
Prasoon Shukla |
|
Superseded |
[V3] record: --user/-u now works with record when ui.username not set (issue3857) |
2013-12-12 |
Prasoon Shukla |
|
Accepted |
push: do not require --force to push bookmarked head (issue2372) |
2013-12-19 |
Prasoon Shukla |
|
Rejected |
[1,of,7,V1.1,(do,not,wait,for,the,six,other,one)] phases: add a formal note that hash of secret changeset may leak out |
2013-12-20 |
Pierre-Yves David |
|
Accepted |
Keep authentication information after the first fail HTTP access (issue3567) |
2013-12-20 |
Stéphane Klein |
|
Superseded |
[1,of,5,V3] commands.bookmarks: separate out 'no bookmarks set' status messages |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,V3] commands.bookmarks: hold wlock for write operations |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,V3] commands.bookmarks: pass cur in explicitly to checkconflict |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,V3] commands.bookmarks: move cur initialization to inside wlock |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[5,of,5,V3] commands.bookmarks: move hexfn to inside list block |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
Keep authentication information after the first fail HTTP access (issue3567) |
2013-12-20 |
Matt Mackall |
|
Superseded |
[stable] fileset, revset: do not use global parser object for thread safety |
2013-12-21 |
Yuya Nishihara |
|
Accepted |
[1,of,3] import-checker: refactor sys.path prefix check (issue4129) |
2013-12-23 |
Chris Jerdonek |
|
Accepted |