Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for goreposum (0.19 sec)

  1. lib/hg/goreposum.py

    #
    # Usage:
    #
    #	hg --config "extensions.goreposum=$GOROOT/lib/hg/goreposum.py" goreposum REPOURL
    
    import base64, hashlib, sys
    from mercurial import registrar, ui, hg, node
    from mercurial.i18n import _
    cmdtable = {}
    command = registrar.command(cmdtable)
    @command(b'goreposum', [], _('url'), norepo=True)
    def goreposum(ui, url):
      """
      goreposum computes a checksum of all the named state in the remote repo.
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Nov 11 15:21:02 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top