Bug activity report, between 2021-05-31 and 2021-06-07
 * urgent+: 3 bugs
 * unconfirmed: 65 bugs
 * new: 0 bugs
 * closed: 6 bugs
 * need example: 0 bugs
 * new details: 0 bugs
 * active: 18 bugs
 * long inactive: 2 bugs

urgent+
-------

Open of urgent or critical bugs.
Found 3 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------
(#6219) mercurial can generate incomplete bundle, corrupting the reposit
(#6220) [hg/python3] pre-tag hook can't fixup arguments anymore         
(#6416) `hg touch`, `hg rewind` and `hg metaedit` create non-identical c

unconfirmed
-----------

Bugs with status 'unconfirmed'.
Found 65 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------
(#6075) explicit GC on every request make repositories with thousands of
(#6212) monoblue: many help pages illegible due to layout problems      
(#6309) Exception while pushing                                         
(#6318) hg can`t clone via ssh on win8                                  
(#6336) Performance Regression on grafting                              
(#6340) Occasional "IndexError: revlog out of range" on amends          
(#6345) Rebasing adds unrelated file changes                            
(#6348) Occasional "depthcache must be warmed before use" errors on push
(#6355) Comparision with None problem in mercurial.obsolete             
(#6377) hg split failure                                                
(#6386) metaedit should trigger evolve --all                            
(#6387) topic - merge - rebase                                          
(#6397) Th prompt 'password:' is written to STDERR stream.              
(#6402) test-stdio.py flakiness                                         
(#6404) split sometimes loses topics                                    
(#6406) Picking a commit with a topic to a wdir without a topic neither 
(#6408) hggit incoming: 'overlaymanifestlog' object has no attribute '_r
(#6414) In-memory rebase does not reactivate bookmark after falling back
(#6417) --per-file does not work when only one file has changed         
(#6420) need ability to use non-native eols in work-files, besides nativ
(#6421) Missing but unneeded merge-tool entries too noisy even for verbo
(#6426) display commit info (branch, topic, …) when prompted by `hg prev
(#6432) SQLite error handling request cmd=evoext_obshashrange_v1        
(#6433) duplicated output for `hg next` when ambiguous changesets       
(#6435) In memory rebase drops the topic                                
(#6437) mercurial5.6 py3 can't access installed modules                 
(#6441) Rename topics more easily                                       
(#6442) prune: add -t --topic                                           
(#6443) prune: advice for recover                                       
(#6448) hg-evolve sometimes shows status changes even when the -q / --qu
(#6453) Unknown exception on execute the command "hg pull -u"           
(#6454) Rebase w/ dirty wdir + in-memory merge can lead to data loss    
(#6457) Integrity Check Failed                                          
(#6458) topic information missing in JSON log output                    
(#6462) Add support for lightweight, unversioned tags                   
(#6463) hg commit --amend crashes if committemplate contains "{revset(..
(#6464) largefiles.usercache configuration option is not documented     
(#6465) Provide option to not use largefiles usercache                  
(#6467) purge remove files following directory junctions, included desti
(#6468) test-sqlitestore.t is flaky                                     
(#6470) test-wireproto-exchangev2-shallow.t is flaky                    
(#6473) __index__.py is generated with str instead of bytes             
(#6474) narrow extention loose it`s page                                
(#6477) Tracking down the status of `HGMERGE=internal:local hg evolve`  
(#6481) graphlog's graphshorten option produces a confusing graph shape 
(#6484) Blank output from some hg commands                              
(#6490) hgweb error on /archive/ without node                           
(#6491) Repository in a state where files are erroneously identified as 
(#6494) topic on merged commit changes diff                             
(#6495) utf-8 encoding error in hg log --style changelog                
(#6497) RFE: hg which command, that identifies where a subcommand is def
(#6498) [evolve] user/username confusion                                
(#6501) Rebase switches parent order of merge                           
(#6502) Hg archive download in a slow manner.                           
(#6503) TypeError in 'show work' with topics enabled                    
(#6505) test-git-interop.t failure                                      
(#6507) share can't work with repo at samba-path                        
(#6508) sparse extention can't avoid sub-repo                           
(#6509) Mercurial rust extensions crash                                 
(#6511) git repo stuck in an ODB type mismatch state                    
(#6516) Tags in .hgtags sometimes not usable                            
(#6521) dirstate not tracks sparse changes                              
(#6522) strip seems to confuse commandserver about where topics are appl
(#6525) push with local subrepo infer subrepo content to remote-repo    
(#6527) Incorrect error message shown when aborting a merge with an ongo

new
---

Bugs opened during the reporting period.
Found 0 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------

closed
------

Bugs closed during the reporting period.
Found 6 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------
(#6163) rebasing when copy source is unrelated is broken                
(#6262) divergence on one side after split infects other side           
(#6392) metaedit does not salt the resulting changeset and can create cy
(#6423) Bad interaction between transaction aborts and .i files splittin
(#6429) hardcoded path to bash in test-transaction-rollback-on-sigpipe  
(#6520) threading.currentThread has been deprecated in favour of threadi

need example
------------

Bugs with 'need_example' status and at least a new comment.
Found 0 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------

new details
-----------

Bugs moved out of 'need_example' during the reporting period.
Found 0 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------

active
------

All bugs with any activity during the reporting period.
Found 18 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------
(#6163) rebasing when copy source is unrelated is broken                
(#6212) monoblue: many help pages illegible due to layout problems      
(#6262) divergence on one side after split infects other side           
(#6348) Occasional "depthcache must be warmed before use" errors on push
(#6389) new branch is not recognized when all commits on it have a topic
(#6392) metaedit does not salt the resulting changeset and can create cy
(#6404) split sometimes loses topics                                    
(#6414) In-memory rebase does not reactivate bookmark after falling back
(#6423) Bad interaction between transaction aborts and .i files splittin
(#6429) hardcoded path to bash in test-transaction-rollback-on-sigpipe  
(#6448) hg-evolve sometimes shows status changes even when the -q / --qu
(#6477) Tracking down the status of `HGMERGE=internal:local hg evolve`  
(#6494) topic on merged commit changes diff                             
(#6495) utf-8 encoding error in hg log --style changelog                
(#6514) hg status --include with regex does not work correctly with Rust
(#6516) Tags in .hgtags sometimes not usable                            
(#6520) threading.currentThread has been deprecated in favour of threadi
(#6521) dirstate not tracks sparse changes                              

long inactive
-------------

Bugs without activity for 140 days (almost closing).
Found 2 bugs with our query.

     id                                                          summary
------- ----------------------------------------------------------------
(#6166) hg fold should allow users to specify topic                     
(#6182) changelog and manifest file timestamps are not kept up to date o

------------------------------------------------------------------------
Provided by Octobus -- https://bitbucket.org/octobus/hgbzstats
Report a bug -- https://bitbucket.org/octobus/hgbzstats/issues
Online version -- https://hgbzstats.octobus.net/
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to