Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 28, 2021 13:06
Show Gist options
  • Save r-ryantm/a45996460f1bfb685cea4723bc39d954 to your computer and use it in GitHub Desktop.
Save r-ryantm/a45996460f1bfb685cea4723bc39d954 to your computer and use it in GitHub Desktop.
/nix/store/dxhpii1psqpk9qhgvj1iy2w12c7rjpfh-python3.8-hg-evolve-10.3.1
├── lib
│   └── python3.8
│   └── site-packages
│   ├── hg_evolve-10.3.1.dist-info
│   │   ├── COPYING
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── hgext3rd
│   ├── evolve
│   │   ├── cmdrewrite.py
│   │   ├── compat.py
│   │   ├── dagutil.py
│   │   ├── debugcmd.py
│   │   ├── depthcache.py
│   │   ├── evolvecmd.py
│   │   ├── exthelper.py
│   │   ├── firstmergecache.py
│   │   ├── genericcaches.py
│   │   ├── headchecking.py
│   │   ├── __init__.py
│   │   ├── metadata.py
│   │   ├── obscache.py
│   │   ├── obsdiscovery.py
│   │   ├── obsexchange.py
│   │   ├── obshashtree.py
│   │   ├── obshistory.py
│   │   ├── __pycache__
│   │   │   ├── cmdrewrite.cpython-38.pyc
│   │   │   ├── compat.cpython-38.pyc
│   │   │   ├── dagutil.cpython-38.pyc
│   │   │   ├── debugcmd.cpython-38.pyc
│   │   │   ├── depthcache.cpython-38.pyc
│   │   │   ├── evolvecmd.cpython-38.pyc
│   │   │   ├── exthelper.cpython-38.pyc
│   │   │   ├── firstmergecache.cpython-38.pyc
│   │   │   ├── genericcaches.cpython-38.pyc
│   │   │   ├── headchecking.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── metadata.cpython-38.pyc
│   │   │   ├── obscache.cpython-38.pyc
│   │   │   ├── obsdiscovery.cpython-38.pyc
│   │   │   ├── obsexchange.cpython-38.pyc
│   │   │   ├── obshashtree.cpython-38.pyc
│   │   │   ├── obshistory.cpython-38.pyc
│   │   │   ├── revset.cpython-38.pyc
│   │   │   ├── rewind.cpython-38.pyc
│   │   │   ├── rewriteutil.cpython-38.pyc
│   │   │   ├── safeguard.cpython-38.pyc
│   │   │   ├── serveronly.cpython-38.pyc
│   │   │   ├── stablerangecache.cpython-38.pyc
│   │   │   ├── stablerange.cpython-38.pyc
│   │   │   ├── stablesort.cpython-38.pyc
│   │   │   ├── state.cpython-38.pyc
│   │   │   ├── templatekw.cpython-38.pyc
│   │   │   └── utility.cpython-38.pyc
│   │   ├── revset.py
│   │   ├── rewind.py
│   │   ├── rewriteutil.py
│   │   ├── safeguard.py
│   │   ├── serveronly.py
│   │   ├── stablerangecache.py
│   │   ├── stablerange.py
│   │   ├── stablesort.py
│   │   ├── state.py
│   │   ├── templatekw.py
│   │   ├── thirdparty
│   │   │   ├── cbor.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── cbor.cpython-38.pyc
│   │   │   └── __init__.cpython-38.pyc
│   │   └── utility.py
│   ├── __init__.py
│   ├── pullbundle.py
│   ├── __pycache__
│   │   ├── __init__.cpython-38.pyc
│   │   ├── pullbundle.cpython-38.pyc
│   │   └── serverminitopic.cpython-38.pyc
│   ├── serverminitopic.py
│   └── topic
│   ├── common.py
│   ├── compat.py
│   ├── constants.py
│   ├── destination.py
│   ├── discovery.py
│   ├── evolvebits.py
│   ├── flow.py
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── common.cpython-38.pyc
│   │   ├── compat.cpython-38.pyc
│   │   ├── constants.cpython-38.pyc
│   │   ├── destination.cpython-38.pyc
│   │   ├── discovery.cpython-38.pyc
│   │   ├── evolvebits.cpython-38.pyc
│   │   ├── flow.cpython-38.pyc
│   │   ├── __init__.cpython-38.pyc
│   │   ├── randomname.cpython-38.pyc
│   │   ├── revset.cpython-38.pyc
│   │   ├── server.cpython-38.pyc
│   │   ├── stack.cpython-38.pyc
│   │   └── topicmap.cpython-38.pyc
│   ├── randomname.py
│   ├── revset.py
│   ├── server.py
│   ├── stack.py
│   └── topicmap.py
└── nix-support
└── propagated-build-inputs
13 directories, 101 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment