https://bz.mercurial-scm.org/show_bug.cgi?id=6279

            Bug ID: 6279
           Summary: Typos in "Sorry for the delay" message when pulling
                    commits from one machine to another
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzi...@mercurial-scm.org
          Reporter: dholb...@cs.stanford.edu
                CC: mercurial-devel@mercurial-scm.org,
                    pierre-yves.da...@ens-lyon.org
    Python Version: ---

Steps to reproduce (for me):
 (1) "hg serve" on one machine's mozilla-central repository
 (2) "hg pull [URI]" on second machine


ACTUAL RESULTS:
Some logging appeared about "Stable range cache", and after a couple minutes,
the following blurb:
```
Stable range are used for discovery missing osbsolescence markers during
exchange. While the algorithm we use can scale well for large repositories, the
naive python implementation that you are using is not very efficient, the
storage backend for that cache neither.

This computation will finish in a finite amount of time, even for repositories
with millions of revision and many merges. However It might take multiple tens
of minutes to complete in such case.

In the future, better implementation of the algorithm in a more appropriate
language than Python will make it much faster. This data should also get
exchanged between server and clients removing recomputation needs.

In the mean time, got take a break while this cache is warming.

See `hg help -e evolve` for details about how to control obsmarkers discovery
and
the update of related cache.
```

I noticed 4 typos here:
 (1) "osbsolescence" -- stray "s" at the beginning ("osb" --> "ob")
 (2) "However It" --> the "I" should be lowercase.
 (3) "mean time" --> "meantime"
(https://www.merriam-webster.com/dictionary/meantime )
 (4) "got take" --> "go take" (there's an extra "t")

EXPECTED RESULTS:
These typos fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to