# HG changeset patch # User Richard Westhaver # Date 1718217061 14400 # Node ID 01197b7b087848087e3e4cff9fcdc624bf851405 # Parent d5b76348e00ed20d362eb1a4109abd45a784cd7b add skelfile diff -r d5b76348e00e -r 01197b7b0878 readme.org --- a/readme.org Sun Apr 28 17:58:24 2024 +0000 +++ b/readme.org Wed Jun 12 14:31:01 2024 -0400 @@ -5,6 +5,21 @@ and in-house. Any program that accepts a configuration file on disk may be accounted for here. + * Setup -* Test +1. Clone the repository via =hg clone https://vc.compiler.company/comp/etc= +2. Checkout a bookmark + #+begin_src shell :exports both + hg bookmarks + # hg up BOOKMARK + #+end_src + + #+RESULTS: + | base | 2:d5b76348e00e | + | ellis | 1:71488d7123d0 | + | engineer | 0:3637c633768a | + | guest | 1:71488d7123d0 | + | operator | 0:3637c633768a | + | worker | 0:3637c633768a | + * Install diff -r d5b76348e00e -r 01197b7b0878 skelfile