[Bug 4587] New: hg push sends too many obsmarkers

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Apr 2 22:08:46 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4587

          Priority: normal
            Bug ID: 4587
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg push sends too many obsmarkers
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: mpm at selenic.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: default branch
         Component: evolution
           Product: Mercurial

$ hg push
pushing to ssh://selenic.com/repo/hg
searching for changes
remote: adding changesets                                                   
remote: adding manifests
remote: adding file changes
remote: added 13 changesets with 21 changes to 11 files
pushing 63693 obsolescence markers (7558852 bytes)
updating bookmark @

$ hg debugobsolete | wc
  64612  844432 11049071
$ hg debugobsolete | sort | uniq -c | sort -nr | grep " 2 " | wc
    582    8149  105302

I've got 64612 markers, 582 of which are apparently duplicates.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list