[c-hglib] Makefile: create a shared library for c-hglib |
2013-09-20 |
Iulian Stana |
|
Deferred |
[1,of,2,RFC] rebase: remove bailifchanged check from pullrebase (BC) |
2013-09-20 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,RFC] largefiles: remove bailifchanged check from overridepull (BC) |
2013-09-20 |
Siddharth Agarwal |
|
Accepted |
[V2] generaldelta: initialize basecache properly |
2013-09-21 |
Wojciech Lopata |
|
Accepted |
[1,of,3,V4] extensions: list up only enabled extensions, if "ui" is specified |
2013-09-21 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,V4] localrepo: make supported features manageable in each repositories individually |
2013-09-21 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3,V4] largefiles: setup "largefiles" feature in each repositories individually |
2013-09-21 |
Katsunori FUJIWARA |
|
Accepted |
[V4] templater: support using templates with non-standard names from map file |
2013-09-22 |
Alexander Plavin |
|
Accepted |
[1,of,4,graph-inf-scroll] hgweb: add reset javascript function to Graph |
2013-09-22 |
Alexander Plavin |
|
Accepted |
[2,of,4,graph-inf-scroll] hgweb: make infinite scroll handling more generic and extensible |
2013-09-22 |
Alexander Plavin |
|
Accepted |
[3,of,4,graph-inf-scroll] hgweb: add graph mode of ajax response processing |
2013-09-22 |
Alexander Plavin |
|
Accepted |
[4,of,4,graph-inf-scroll] paper: add infinite scrolling to graph by calling ajaxScrollInit at the page |
2013-09-22 |
Alexander Plavin |
|
Accepted |
[c-hglib,V2] license: adding the MIT license for c-hglib API |
2013-09-22 |
Iulian Stana |
|
Deferred |
[01,of,12,V2] bookmarks: add function to centralize the logic to compare bookmarks |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[02,of,12,V2] bookmarks: rewrite "updatefromremote()" by "compare()" |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[03,of,12,V2] bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()" |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[04,of,12,V2] bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()" |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[05,of,12,V2] bookmarks: rewrite comparing bookmarks in "commands.summary()" by "compare()" |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[06,of,12,V2] bookmarks: add "incoming()" to replace "diff()" for incoming bookmarks |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[07,of,12,V2] bookmarks: add "outgoing()" to replace "diff()" for outgoing bookmarks |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[08,of,12,V2] bookmarks: remove "diff()" already replaced by "incoming()"/"outgoing()" |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[09,of,12,V2] bookmarks: show more detail about incoming bookmarks |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[10,of,12,V2] bookmarks: show more detail about outgoing bookmarks |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[11,of,12,V2] bookmarks: enhance test of showing detail about incoming/outgoing bookmarks |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[12,of,12,V2] bookmarks: show also about changed bookmarks in output of summary command |
2013-09-22 |
Katsunori FUJIWARA |
|
Superseded |
[STABLE] help: use full name of extensions to look up them for keyword search |
2013-09-23 |
Katsunori FUJIWARA |
|
Accepted |
[c-hglib] hg_exitcode: reset the bytes_on_pipe after finish the read |
2013-09-23 |
Iulian Stana |
|
Deferred |
[c-hglib] level0.c: log command example, implemented using level 0 |
2013-09-23 |
Iulian Stana |
|
Deferred |
[1,of,9] pull: for pull --update with failed update, print hint if any |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[2,of,9] update: improve error message for clean non-linear update |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[3,of,9] update: add error message for dirty non-linear update with no rev |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[4,of,9] update: improve error message for dirty non-linear update with rev |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[5,of,9] update: standardize error message for dirty update --check |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[6,of,9] merge: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Superseded |
[7,of,9] merge: standardize error message for dirty subrepo |
2013-09-24 |
Siddharth Agarwal |
|
Superseded |
[8,of,9] cmdutil.bailifchanged: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[9,of,9] largefiles: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] paper: define searchhint message in map file and use it in other templates |
2013-09-24 |
Alexander Plavin |
|
Accepted |
[2,of,2] paper: edit search hint to include new feature description |
2013-09-24 |
Alexander Plavin |
|
Accepted |
[1,of,4] hgweb: eliminate extra complexity in process_dates definition |
2013-09-24 |
Alexander Plavin |
|
Deferred |
[2,of,4] hgweb: optimize process_dates function |
2013-09-24 |
Alexander Plavin |
|
Superseded |
[3,of,4] hgweb: add parentSelector argument to process_dates |
2013-09-24 |
Alexander Plavin |
|
Superseded |
[4,of,4] hgweb: call process_dates with a specified selector in ajax scroll |
2013-09-24 |
Alexander Plavin |
|
Superseded |
merge: let the user choose to merge, keep local or keep remote subrepo revisions |
2013-09-25 |
Kevin Bullock |
|
Superseded |
[V2] merge: let the user choose to merge, keep local or keep remote subrepo revisions |
2013-09-25 |
Angel Ezquerra |
|
Superseded |
[1,of,9,standalone-strip] mq: simplifies the refresh hint in checklocalchanges |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[2,of,9,standalone-strip] mq: extract checksubstate from the queue class |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[3,of,9,standalone-strip] mq: extract checklocalchanges from `mq.queue` |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[4,of,9,standalone-strip] mq: use the new checklocalchange in the strip command |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[5,of,9,standalone-strip] mq: document repo.mq.qparents |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[6,of,9,standalone-strip] mq: drop the use of mq.queue.qparent in mq.strip |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[7,of,9,standalone-strip] mq: drop the use of mq.queue.qparent in mq.queue.strip |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[8,of,9,standalone-strip] mq: extract `mq.queue.strip` |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[9,of,9,standalone-strip] mq: have the strip command functionnal on repo without mq |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
mq: refactor usage of repo.branchmap().iteritems() with itervalues() |
2013-09-25 |
Brodie Rao |
|
Accepted |
[1,of,2,standalone-strip] mq: extract strip as a standalone extension (issue3824) |
2013-09-25 |
Pierre-Yves David |
|
Superseded |
[2,of,2,standalone-strip] strip: rename test-mq-strip into test-strip |
2013-09-25 |
Pierre-Yves David |
|
Superseded |
[1,of,2,standalone-strip] mq: extract strip as a standalone extension (issue3824) |
2013-09-26 |
Pierre-Yves David |
|
Superseded |
histedit: remove unused parents() call |
2013-09-26 |
David Soria Parra |
|
Accepted |
[1,of,4] revlog: move compress method outside revlog class |
2013-09-26 |
Wojciech Lopata |
|
Deferred |
[2,of,4] unionrepo: remove useless method _chunk |
2013-09-26 |
Wojciech Lopata |
|
Deferred |
[3,of,4] revlog: split _chunk method into _deltachunk and _keyframechunk |
2013-09-26 |
Wojciech Lopata |
|
Deferred |
[4,of,4] revlog: separate methods for deltas and key frames compression/decompression |
2013-09-26 |
Wojciech Lopata |
|
Deferred |
[1,of,6,standalone-strip-long-version] mq: prepare a strip extension for extraction |
2013-09-26 |
Pierre-Yves David |
|
Accepted |
[2,of,6,standalone-strip-long-version] strip: move checksubstate from mq to strip |
2013-09-26 |
Pierre-Yves David |
|
Accepted |
[3,of,6,standalone-strip-long-version] strip: move checklocalchanges from mq to strip |
2013-09-26 |
Pierre-Yves David |
|
Accepted |
[4,of,6,standalone-strip-long-version] strip: move the strip helper function for mq to strip |
2013-09-26 |
Pierre-Yves David |
|
Accepted |
[5,of,6,standalone-strip-long-version] mq: extract strip function as its standalone extension (issue3824) |
2013-09-26 |
Pierre-Yves David |
|
Accepted |
[6,of,6,standalone-strip-long-version] strip: rename test-mq-strip into test-strip |
2013-09-26 |
Pierre-Yves David |
|
Superseded |
[1,of,2,standalone-strip-short-version] mq: extract strip as a standalone extension (issue3824) |
2013-09-26 |
Pierre-Yves David |
|
Superseded |
[2,of,2,standalone-strip-short-version] strip: rename test-mq-strip into test-strip |
2013-09-26 |
Pierre-Yves David |
|
Superseded |
[1,of,3] unionrepo: remove useless method _chunk |
2013-09-27 |
Wojciech Lopata |
|
Deferred |
[2,of,3] revlog: split _chunk method into _deltachunk and _keyframechunk |
2013-09-27 |
Wojciech Lopata |
|
Deferred |
[3,of,3] revlog: add wrapper for key frames compression |
2013-09-27 |
Wojciech Lopata |
|
Deferred |
[c-hglib,v2] level0.c: log command example, implemented using level 0 |
2013-09-27 |
Iulian Stana |
|
Deferred |
[c-hglib,v3] level0.c: log command example, implemented using level 0 |
2013-09-27 |
Iulian Stana |
|
Deferred |
[6,of,6,standalone-strip-long-version] strip: rename test-mq-strip into test-strip |
2013-09-28 |
Kevin Bullock |
|
Accepted |
[1,of,4,V2] hgweb: eliminate extra complexity in process_dates definition |
2013-09-29 |
Alexander Plavin |
|
Accepted |
[2,of,4,V2] hgweb: optimize process_dates function |
2013-09-29 |
Alexander Plavin |
|
Accepted |
[3,of,4,V2] hgweb: add parentSelector argument to process_dates |
2013-09-29 |
Alexander Plavin |
|
Accepted |
[4,of,4,V2] hgweb: call process_dates with a specified selector in ajax scroll |
2013-09-29 |
Alexander Plavin |
|
Accepted |
[1,of,2,STABLE] repoview: make propertycache.setcache compatible with repoview |
2013-09-30 |
Pierre-Yves David |
|
Accepted |
[2,of,2,STABLE] repoview: have unfilteredpropertycache using the underlying cache |
2013-09-30 |
Pierre-Yves David |
|
Accepted |
[1,of,2,STABLE] histedit: abort if there are multiple roots in "--outgoing" revisions |
2013-09-30 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,2,STABLE] histedit: add more detailed help about "--outgoing" |
2013-09-30 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2,STABLE,V3] histedit: abort if there are multiple roots in "--outgoing" revisions |
2013-09-30 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,STABLE,V3] histedit: add more detailed help about "--outgoing" |
2013-09-30 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3] branchmap: fix blank line position |
2013-09-30 |
Pierre-Yves David |
|
Accepted |
[2,of,3] branchmap: remove the droppednodes logic |
2013-09-30 |
Pierre-Yves David |
|
Accepted |
[3,of,3] branchmap: stop looking for stripped branch |
2013-09-30 |
Pierre-Yves David |
|
Accepted |
[1,of,3,V3] push: hide description about "-f" in the hint to prevent from using it easily |
2013-09-30 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,3,V3] push: add more detail explanation about "--force" to online help document |
2013-09-30 |
Katsunori FUJIWARA |
durin42 |
Superseded |
[3,of,3,V3] discovery: abort also when pushing multiple headed new branch |
2013-09-30 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3,STABLE] histedit: suggest "histedit --abort" for inconsistent histedit state |
2013-09-30 |
Katsunori FUJIWARA |
durin42 |
Accepted |
[2,of,3,STABLE] rebase: catch RepoLookupError at restoring rebase state for abort/continue |
2013-09-30 |
Katsunori FUJIWARA |
durin42 |
Accepted |
[3,of,3,STABLE] rebase: catch RepoLookupError at restoring rebase state for summary |
2013-09-30 |
Katsunori FUJIWARA |
durin42 |
Accepted |
util.h: backout 06badf7d10dc and 2c9645c0a582 for big-endian breakage |
2013-09-30 |
Siddharth Agarwal |
|
Accepted |
generaldelta: fix test |
2013-10-01 |
Wojciech Lopata |
|
Accepted |
[1,of,4,V2] localrepo: make report level in repo.transaction configurable |
2013-10-01 |
David Soria Parra |
|
Accepted |
[2,of,4,V2] shelve: add a shelve extension to save/restore working changes |
2013-10-01 |
David Soria Parra |
|
Accepted |
[3,of,4,V2] shelve: new output format for shelve listings |
2013-10-01 |
David Soria Parra |
|
Accepted |
[4,of,4,V2] shelve: allow shelving of a change with an mq patch applied |
2013-10-01 |
David Soria Parra |
|
Accepted |
[1,of,2] rebase: rework extrafn handling to support multiple extrafns |
2013-10-01 |
Augie Fackler |
|
Accepted |
[2,of,2] rebase: preserve metadata from grafts of changes (issue4001) |
2013-10-01 |
Augie Fackler |
|
Accepted |
shelve: make no_backup parameter passing python 2.4 compatible |
2013-10-02 |
David Soria Parra |
|
Accepted |
hgweb: log headers only if headers were successfully parsed |
2013-10-02 |
David Soria Parra |
|
Accepted |
[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 |
[5,of,5] check-code: say hi when problems are found |
2013-10-03 |
Mads Kiilerich |
|
Superseded |
[1,of,3] bookmarks: allow bmstore to re-read bookmarks from file |
2013-10-03 |
David Soria Parra |
|
Superseded |
[2,of,3] bookmarks: implement a proper copy() method |
2013-10-03 |
David Soria Parra |
|
Superseded |
[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 |
[3,of,5,RFC] serve: mute 'connection closed' exceptions |
2013-10-10 |
Mads Kiilerich |
|
Superseded |
[4,of,5,RFC] commands: refactor 'serve', extract the http service class |
2013-10-10 |
Mads Kiilerich |
|
Accepted |
[5,of,5,RFC] RFC: hgwebproxy: an extension for running a caching hgweb proxy |
2013-10-10 |
Mads Kiilerich |
|
Superseded |
[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 |
pager: honour aliases (issue3532) |
2013-10-13 |
David Soria Parra |
|
Superseded |
[RFC] patch: Always ensure valid git diffs in case source/destination file is missing (issue4046) |
2013-10-13 |
Johan Björk |
|
Superseded |
[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 |
[2,of,2] shelves: add minimal documentation to all functions |
2013-10-14 |
Pierre-Yves David |
|
Superseded |
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 |
[STABLE] i18n: fix fatal errors in translation files |
2013-10-18 |
Simon Heimberg |
|
Superseded |
[resend] pager: honour aliases (issue3532) |
2013-10-20 |
David Soria Parra |
|
Superseded |
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] patch: Always ensure valid git diffs in case source/destination file is missing (issue4046) |
2013-10-22 |
Johan Björk |
|
Superseded |
[STABLE,V2] patch: Always ensure valid git diffs in case source/destination file is missing (issue4046) |
2013-10-22 |
Johan Björk |
|
Superseded |
patch: decode e-mail headers |
2013-10-22 |
funman@videolan.org |
|
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 |
patch: decode e-mail headers |
2013-10-23 |
funman@videolan.org |
|
Superseded |
[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 |
[1,of,8] minirst: do not interpret a directive as a literal block |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[2,of,8] minirst: do not fail on an empty admonition block |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[3,of,8] minirst: find admonitions before pruning comments and adding margins |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[4,of,8] minirst: do not add a 2nd empty paragraph |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[5,of,8] tests: modify minirst test input to new format |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[6,of,8] documentation: add an extra newline after note directive |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[7,of,8] check-code: check comment for '.. note::' without two newlines |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[8,of,8] check-code: more replacement characters |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[stable] hgweb, i18n: avoid parameterized search mode description |
2013-11-04 |
Wagner Bruna |
|
Superseded |
[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 |
shelve: unshelve using an unfiltered repository |
2013-11-08 |
David Soria Parra |
|
Superseded |
[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 |
[1,of,1] Decode UTF-8 e-mail headers |
2013-11-12 |
funman@videolan.org |
|
Superseded |
Decode UTF-8 e-mail headers |
2013-11-12 |
funman@videolan.org |
|
Superseded |
[RFC] histedit: add exec command (issue4036) |
2013-11-12 |
Durham Goode |
|
Changes Requested |
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] statichttprepo: it is True to splitlines, not 1 |
2013-11-17 |
Siddharth Agarwal |
|
Superseded |
[2,of,2] statichttprepo.httprangeheader: implement readlines |
2013-11-17 |
Siddharth Agarwal |
|
Superseded |
[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 |
[1,of,4] commands.bookmarks: separate out 'no bookmarks set' status messages |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
[2,of,4] commands.bookmarks: hold wlock for write operations |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
[3,of,4] commands.bookmarks: move cur initialization to inside names block |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
[4,of,4] commands.bookmarks: move hexfn to inside list block |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
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 |