File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ``` ucm:hide
2- scratch/main> pull @test /history-comments/main
1+ ``` ucm
2+ scratch/main> pull @transcripts /history-comments/main
33scratch/main> history
44```
Original file line number Diff line number Diff line change 99```
1010
1111``` ucm
12+ scratch/main> update
1213scratch/main> config.set author.name Unison
1314scratch/main> history.comment /main: "Initial commit with variable x set to 1"
1415scratch/main> alias.term x y
1516scratch/main> history.comment /main: "Renamed x to y"
1617scratch/main> history
17- scratch/main> push @test /history-comments/main
18+ scratch/main> push @transcripts /history-comments/main
1819```
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ mkdir -p "${ucm_xdg_data_dir}/unisonlanguage"
1111ucm_credentials_file=" ${ucm_xdg_data_dir} /unisonlanguage/credentials.json"
1212
1313# Executable to use when running unison transcripts
14- export UCM_PATH=" ${UCM_PATH :- " $ ( which ucm ) " } "
14+ export UCM_PATH=" $( which unison-history-comment-message ) "
1515export empty_causal_hash=' sg60bvjo91fsoo7pkh9gejbn0qgc95vra87ap6l5d35ri0lkaudl7bs12d71sf3fh6p23teemuor7mk1i9n567m50ibakcghjec5ajg'
1616export echo_server_port=9999
1717export echo_server=" http://localhost:${echo_server_port} "
You can’t perform that action at this time.
0 commit comments