Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/0be8c8af299fbc2336a56f8f0ef5719d to your computer and use it in GitHub Desktop.
Save r-ryantm/0be8c8af299fbc2336a56f8f0ef5719d to your computer and use it in GitHub Desktop.
/nix/store/94d3k7hnd1gwixnwz9vc1hripbi9mhqj-python2.7-hg-evolve-10.1.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── hg_evolve-10.1.0.dist-info
│   │   ├── COPYING
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── hgext3rd
│   ├── evolve
│   │   ├── cmdrewrite.py
│   │   ├── cmdrewrite.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── dagutil.py
│   │   ├── dagutil.pyc
│   │   ├── debugcmd.py
│   │   ├── debugcmd.pyc
│   │   ├── depthcache.py
│   │   ├── depthcache.pyc
│   │   ├── evolvecmd.py
│   │   ├── evolvecmd.pyc
│   │   ├── exthelper.py
│   │   ├── exthelper.pyc
│   │   ├── firstmergecache.py
│   │   ├── firstmergecache.pyc
│   │   ├── genericcaches.py
│   │   ├── genericcaches.pyc
│   │   ├── headchecking.py
│   │   ├── headchecking.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── legacy.py
│   │   ├── legacy.pyc
│   │   ├── metadata.py
│   │   ├── metadata.pyc
│   │   ├── obscache.py
│   │   ├── obscache.pyc
│   │   ├── obsdiscovery.py
│   │   ├── obsdiscovery.pyc
│   │   ├── obsexchange.py
│   │   ├── obsexchange.pyc
│   │   ├── obshashtree.py
│   │   ├── obshashtree.pyc
│   │   ├── obshistory.py
│   │   ├── obshistory.pyc
│   │   ├── rewind.py
│   │   ├── rewind.pyc
│   │   ├── rewriteutil.py
│   │   ├── rewriteutil.pyc
│   │   ├── safeguard.py
│   │   ├── safeguard.pyc
│   │   ├── serveronly.py
│   │   ├── serveronly.pyc
│   │   ├── stablerangecache.py
│   │   ├── stablerangecache.pyc
│   │   ├── stablerange.py
│   │   ├── stablerange.pyc
│   │   ├── stablesort.py
│   │   ├── stablesort.pyc
│   │   ├── state.py
│   │   ├── state.pyc
│   │   ├── templatekw.py
│   │   ├── templatekw.pyc
│   │   ├── thirdparty
│   │   │   ├── cbor.py
│   │   │   ├── cbor.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── utility.py
│   │   └── utility.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── pullbundle.py
│   ├── pullbundle.pyc
│   ├── serverminitopic.py
│   ├── serverminitopic.pyc
│   └── topic
│   ├── common.py
│   ├── common.pyc
│   ├── compat.py
│   ├── compat.pyc
│   ├── constants.py
│   ├── constants.pyc
│   ├── destination.py
│   ├── destination.pyc
│   ├── discovery.py
│   ├── discovery.pyc
│   ├── evolvebits.py
│   ├── evolvebits.pyc
│   ├── flow.py
│   ├── flow.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── randomname.py
│   ├── randomname.pyc
│   ├── revset.py
│   ├── revset.pyc
│   ├── server.py
│   ├── server.pyc
│   ├── stack.py
│   ├── stack.pyc
│   ├── topicmap.py
│   └── topicmap.pyc
└── nix-support
└── propagated-build-inputs
9 directories, 100 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment