diff --git a/demos/git_compat.png b/demos/git_compat.png
index 2fa3665704..c8150a910e 100644
Binary files a/demos/git_compat.png and b/demos/git_compat.png differ
diff --git a/demos/git_compat.svg b/demos/git_compat.svg
index 1ac4dca1fe..2127151c73 100644
--- a/demos/git_compat.svg
+++ b/demos/git_compat.svg
@@ -39,8 +39,8 @@
# Clone a Git repo:
$ jj git clone https://github.com/octocat/Hello-World
-Fetching into new repo in "/tmp/tmp.bNUls3yW6v/Hello-World"
-Working copy now at: mskvvmwl 13eedf1c (empty) (no description set)
+Fetching into new repo in "/tmp/tmp.lV62EV2U94/Hello-World"
+Working copy now at: tqspnoww d2af75df (empty) (no description set)
Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
Added 1 files, modified 0 files, removed 0 files
@@ -49,9 +49,9 @@
# Inspect it:
$ jj log -r 'all()'
-@ mskvvmwl jjfan@example.com 2023-09-10 13:01:06.000 -07:00 13eedf1c
+@ tqspnoww jjfan@example.com 2023-09-10 12:53:58.000 -07:00 d2af75df
│ (empty) (no description set)
-│ ◉ tpstlust support+octocat@github.com 2018-05-10 12:55:19.000 -05:00
+│ ◉ tpstlust support+octocat@github.com 2018-05-10 12:55:19.000 -05:00
├─╯ octocat-patch-1 b1b3f972
│ sentence case
│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
@@ -72,8 +72,8 @@
# The repo is backed by the actual Git repo:
$ git --git-dir=.jj/repo/store/git log --graph --all --decorate --oneline
-* 31279aa
-* 13eedf1
+* f54c4b0
+* d2af75d
| * b1b3f97 (origin/octocat-patch-1) sentence case
|/
| * b3cbd5b (origin/test) Create CONTRIBUTING.md
diff --git a/demos/juggle_conflicts.png b/demos/juggle_conflicts.png
index c5a661dcfa..27bf5c5f3a 100644
Binary files a/demos/juggle_conflicts.png and b/demos/juggle_conflicts.png differ
diff --git a/demos/juggle_conflicts.svg b/demos/juggle_conflicts.svg
index c67543d1f9..aa79dc9fb0 100644
--- a/demos/juggle_conflicts.svg
+++ b/demos/juggle_conflicts.svg
@@ -40,15 +40,15 @@
# editing the same line:
$ jj log
-@ vqlsqnkx jjfan@example.com 2023-09-10 13:01:07.647 -07:00 48cfde96
+@ tyuulztm jjfan@example.com 2023-09-10 12:53:59.853 -07:00 b1853919
│ (empty) (no description set)
-◉ wtuqzxll jjfan@example.com 2023-09-10 13:01:07.647 -07:00 third ea7ce69d
+◉ lvqotpzp jjfan@example.com 2023-09-10 12:53:59.853 -07:00 third 54aa0f23
│ third
-◉ wzntvysv jjfan@example.com 2023-09-10 13:01:07.601 -07:00 second d517a280
+◉ zoxuxxyq jjfan@example.com 2023-09-10 12:53:59.810 -07:00 second 569731a9
│ second
-◉ umkprpts jjfan@example.com 2023-09-10 13:01:07.555 -07:00 first 5ba919b0
+◉ wwtrwmkv jjfan@example.com 2023-09-10 12:53:59.769 -07:00 first 04a8c651
│ first
-◉ zzzzzzzz root() 00000000
+◉ zzzzzzzz root() 00000000
$ jj diff -r first
Added regular file file:
1: first
@@ -63,22 +63,22 @@
$ jj rebase -s third -d first
Rebased 2 commits
-Working copy now at: vqlsqnkx d8ebd734 (conflict) (empty) (no description set)
-Parent commit : wtuqzxll 78f7e430 third | (conflict) third
+Working copy now at: tyuulztm 4709cb28 (conflict) (empty) (no description set)
+Parent commit : lvqotpzp cec40c7b third | (conflict) third
Added 0 files, modified 1 files, removed 0 files
$ jj rebase -s second -d third
Rebased 1 commits
$ jj log
-◉ wzntvysv jjfan@example.com 2023-09-10 13:01:07.782 -07:00 second 1da36f8b
+◉ zoxuxxyq jjfan@example.com 2023-09-10 12:53:59.982 -07:00 second 59ec6ea8
│ second
-│ @ vqlsqnkx jjfan@example.com 2023-09-10 13:01:07.759 -07:00 d8ebd734 conflict
+│ @ tyuulztm jjfan@example.com 2023-09-10 12:53:59.960 -07:00 4709cb28 conflict
├─╯ (empty) (no description set)
-◉ wtuqzxll jjfan@example.com 2023-09-10 13:01:07.759 -07:00 third 78f7e430
+◉ lvqotpzp jjfan@example.com 2023-09-10 12:53:59.960 -07:00 third cec40c7b
│ conflict
│ third
-◉ umkprpts jjfan@example.com 2023-09-10 13:01:07.555 -07:00 first 5ba919b0
+◉ wwtrwmkv jjfan@example.com 2023-09-10 12:53:59.769 -07:00 first 04a8c651
│ first
-◉ zzzzzzzz root() 00000000
+◉ zzzzzzzz root() 00000000
# The commit labeled "third" has a conflict, as expected. What's more
# interesting is that the top commit has no conflict! That's because it
@@ -87,8 +87,8 @@
# Let's verify that by looking at its contents:
$ jj co second
-Working copy now at: kxzwuxlm 972c552f (empty) (no description set)
-Parent commit : wzntvysv 1da36f8b second | second
+Working copy now at: xqtutmmp c08d85ce (empty) (no description set)
+Parent commit : zoxuxxyq 59ec6ea8 second | second
Added 0 files, modified 1 files, removed 0 files
$ cat file
third
@@ -98,25 +98,25 @@
$ jj rebase -s second -d first
Rebased 2 commits
-Working copy now at: kxzwuxlm 2a05f8c1 (empty) (no description set)
-Parent commit : wzntvysv 636ec95a second | second
+Working copy now at: xqtutmmp a325ef03 (empty) (no description set)
+Parent commit : zoxuxxyq 8ec635eb second | second
Added 0 files, modified 1 files, removed 0 files
$ jj merge second third -m merged
-Working copy now at: ssqunoss 9dccef59 (empty) merged
-Parent commit : wzntvysv 636ec95a second | second
-Parent commit : wtuqzxll 78f7e430 third | (conflict) third
+Working copy now at: uqmuprnp 6ac4afeb (empty) merged
+Parent commit : zoxuxxyq 8ec635eb second | second
+Parent commit : lvqotpzp cec40c7b third | (conflict) third
Added 0 files, modified 1 files, removed 0 files
$ jj log
-@ ssqunoss jjfan@example.com 2023-09-10 13:01:07.876 -07:00 9dccef59
+@ uqmuprnp jjfan@example.com 2023-09-10 12:54:00.077 -07:00 6ac4afeb
├─╮ (empty) merged
-│ ◉ wtuqzxll jjfan@example.com 2023-09-10 13:01:07.759 -07:00 third 78f7e430
+│ ◉ lvqotpzp jjfan@example.com 2023-09-10 12:53:59.960 -07:00 third cec40c7b
│ │ conflict
│ │ third
-◉ │ wzntvysv jjfan@example.com 2023-09-10 13:01:07.850 -07:00 second 636ec95a
+◉ │ zoxuxxyq jjfan@example.com 2023-09-10 12:54:00.056 -07:00 second 8ec635eb
├─╯ second
-◉ umkprpts jjfan@example.com 2023-09-10 13:01:07.555 -07:00 first 5ba919b0
+◉ wwtrwmkv jjfan@example.com 2023-09-10 12:53:59.769 -07:00 first 04a8c651
│ first
-◉ zzzzzzzz root() 00000000
+◉ zzzzzzzz root() 00000000
# Again, because the merge commit has the
# changes from all three commits, it has no
diff --git a/demos/operation_log.png b/demos/operation_log.png
index 7a4e1a3c5d..5319330edd 100644
Binary files a/demos/operation_log.png and b/demos/operation_log.png differ
diff --git a/demos/operation_log.svg b/demos/operation_log.svg
index 909e51e3a2..66f7e9c5ff 100644
--- a/demos/operation_log.svg
+++ b/demos/operation_log.svg
@@ -41,15 +41,15 @@
# so far:
$ jj op log
-@ 8b17e4158de2 jjfan@jujube now, lasted 1 millisecond
+@ 07586cea75c2 jjfan@jujube now, lasted 1 millisecond
│ check out git remote's default branch
│ args: jj git clone https://github.com/octocat/Hello-World
-◉ 6ff55ead940a jjfan@jujube now, lasted 525 milliseconds
+◉ 0968671cd701 jjfan@jujube now, lasted 456 milliseconds
│ fetch from git remote into empty repo
│ args: jj git clone https://github.com/octocat/Hello-World
-◉ f8bbb97a940e jjfan@jujube now, lasted 1 millisecond
+◉ d1499da24b4d jjfan@jujube now, lasted 1 millisecond
│ add workspace 'default'
-◉ 0df2ab8b5ffb jjfan@jujube now, lasted less than a microsecond
+◉ 61760b6d1d0d jjfan@jujube now, lasted less than a microsecond
initialize repo
# We are going to make some changes to show
@@ -58,12 +58,12 @@
$ echo stuff > new-file
$ jj describe -m stuff
-Working copy now at: mwzwsunv d9865c44 stuff
-Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
+Working copy now at: ookynkrw b01bf873 stuff
+Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
$ jj rebase -d test
Rebased 1 commits
-Working copy now at: mwzwsunv 5f00639d stuff
+Working copy now at: ookynkrw 6f959af2 stuff
Parent commit : kowxouwz b3cbd5bb test | Create CONTRIBUTING.md
Added 1 files, modified 0 files, removed 0 files
@@ -71,25 +71,25 @@
# master:
$ jj co master
-Working copy now at: mrwtnqsv 9305e409 (empty) (no description set)
-Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
+Working copy now at: kkvwwopk 8a3f0f23 (empty) (no description set)
+Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
Added 0 files, modified 0 files, removed 2 files
$ jj describe -m "other stuff"
-Working copy now at: mrwtnqsv 20c42216 (empty) other stuff
-Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
+Working copy now at: kkvwwopk 1dd65680 (empty) other stuff
+Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
# The repo now looks like this:
$ jj log
-@ mrwtnqsv jjfan@example.com 2023-09-10 13:01:09.000 -07:00 20c42216
+@ kkvwwopk jjfan@example.com 2023-09-10 12:54:01.000 -07:00 1dd65680
│ (empty) other stuff
-│ ◉ mwzwsunv jjfan@example.com 2023-09-10 13:01:09.000 -07:00 5f00639d
+│ ◉ ookynkrw jjfan@example.com 2023-09-10 12:54:01.000 -07:00 6f959af2
│ │ stuff
-│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
+│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
├─╯ Create CONTRIBUTING.md
-◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
+◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1
~
@@ -97,71 +97,71 @@
# is:
$ jj op log | head
-@ a928053f8d28 jjfan@jujube now, lasted 1 millisecond
-│ describe commit 9305e4091384db18f67b8d6850c0e4d553b7cf45
+@ dda38436eb76 jjfan@jujube now, lasted 1 millisecond
+│ describe commit 8a3f0f23043ce06f7376dbceb1263c0727e33091
│ args: jj describe -m 'other stuff'
-◉ 70161e3483e8 jjfan@jujube now, lasted 2 milliseconds
+◉ c226e442726c jjfan@jujube now, lasted 2 milliseconds
│ check out commit 7fd1a60b01f91b314f59955a4e4d4e80d8edf11d
│ args: jj co master
-◉ 54242c73c1d1 jjfan@jujube now, lasted 1 millisecond
-│ rebase commit d9865c4489b2a022830fb0485ca4f19027390871 and descendants
+◉ ea396acdca62 jjfan@jujube now, lasted 1 millisecond
+│ rebase commit b01bf8730bc20289068b444351c1b02552c7752d and descendants
│ args: jj rebase -d test
-◉ 5db4ceb44790 jjfan@jujube now, lasted 1 millisecond
+◉ 4e6e555be757 jjfan@jujube now, lasted 1 millisecond
# Let's undo that rebase operation:
-$ jj undo a928053f
-Working copy now at: mrwtnqsv 9305e409 (empty) (no description set)
-Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
+$ jj undo dda38436
+Working copy now at: kkvwwopk 8a3f0f23 (empty) (no description set)
+Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
# Note that only the rebase was undone, and the
# subsequent "other stuff" change was not undone:
$ jj log
-@ mrwtnqsv jjfan@example.com 2023-09-10 13:01:08.000 -07:00 9305e409
+@ kkvwwopk jjfan@example.com 2023-09-10 12:54:00.000 -07:00 8a3f0f23
│ (empty) (no description set)
-│ ◉ mwzwsunv jjfan@example.com 2023-09-10 13:01:09.000 -07:00 5f00639d
+│ ◉ ookynkrw jjfan@example.com 2023-09-10 12:54:01.000 -07:00 6f959af2
│ │ stuff
-│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
+│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
├─╯ Create CONTRIBUTING.md
-◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
+◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1
~
# We can also see what the repo looked like
# after the rebase operation:
-$ jj --at-op a928053f log
-@ mrwtnqsv jjfan@example.com 2023-09-10 13:01:09.000 -07:00 20c42216
+$ jj --at-op dda38436 log
+@ kkvwwopk jjfan@example.com 2023-09-10 12:54:01.000 -07:00 1dd65680
│ (empty) other stuff
-│ ◉ mwzwsunv jjfan@example.com 2023-09-10 13:01:09.000 -07:00 5f00639d
+│ ◉ ookynkrw jjfan@example.com 2023-09-10 12:54:01.000 -07:00 6f959af2
│ │ stuff
-│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
+│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
├─╯ Create CONTRIBUTING.md
-◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
+◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1
~
# Let's say we instead want to go back to the
# state of the repo right after the rebase:
-$ jj op restore a928053f
-Working copy now at: mrwtnqsv 20c42216 (empty) other stuff
-Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
+$ jj op restore dda38436
+Working copy now at: kkvwwopk 1dd65680 (empty) other stuff
+Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
# We're now back to before the "other stuff"
# change existed:
$ jj log
-@ mrwtnqsv jjfan@example.com 2023-09-10 13:01:09.000 -07:00 20c42216
+@ kkvwwopk jjfan@example.com 2023-09-10 12:54:01.000 -07:00 1dd65680
│ (empty) other stuff
-│ ◉ mwzwsunv jjfan@example.com 2023-09-10 13:01:09.000 -07:00 5f00639d
+│ ◉ ookynkrw jjfan@example.com 2023-09-10 12:54:01.000 -07:00 6f959af2
│ │ stuff
-│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
+│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
├─╯ Create CONTRIBUTING.md
-◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
+◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1
~
diff --git a/demos/resolve_conflicts.png b/demos/resolve_conflicts.png
index 4b96de3461..4a529262e1 100644
Binary files a/demos/resolve_conflicts.png and b/demos/resolve_conflicts.png differ
diff --git a/demos/resolve_conflicts.svg b/demos/resolve_conflicts.svg
index 667f090c72..49aa12e788 100644
--- a/demos/resolve_conflicts.svg
+++ b/demos/resolve_conflicts.svg
@@ -40,27 +40,27 @@
# octocat/Hello-World repo:
$ jj log -r 'all()'
-@ ryurqrnm jjfan@example.com 2023-09-10 13:01:10.000 -07:00 1a58f03d
+@ wovzxwls jjfan@example.com 2023-09-10 12:54:02.000 -07:00 7955031e
│ (empty) (no description set)
│ ◉ tpstlust support+octocat@github.com 2018-05-10 12:55:19.000 -05:00
├─╯ octocat-patch-1 b1b3f972
│ sentence case
│ ◉ kowxouwz octocat@nowhere.com 2014-06-10 15:22:26.000 -07:00 test b3cbd5bb
├─╯ Create CONTRIBUTING.md
-◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
+◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
├─╮ (empty) Merge pull request #6 from Spaceghost/patch-1
│ ◉ nznozkvv Johnneylee.rollins@gmail.com 2011-09-13 21:42:41.000 -07:00
├─╯ 76294131
│ New line at end of file. --Signed off by Spaceghost
◉ syktoqts cameron@github.com 2011-01-26 11:06:08.000 -08:00 553c2077
│ first commit
-◉ zzzzzzzz root() 00000000
+◉ zzzzzzzz root() 00000000
# Let's make an edit that will conflict
# when we rebase it:
$ jj describe -m "README: say which world"
-Working copy now at: ryurqrnm 55e3c24f (empty) README: say which world
+Working copy now at: wovzxwls b7556d5c (empty) README: say which world
Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
$ echo "Hello Earth!" > README
@@ -79,7 +79,7 @@
$ jj rebase -d b1b
Rebased 1 commits
-Working copy now at: ryurqrnm 0121c420 (conflict) README: say which world
+Working copy now at: wovzxwls d20cf4f2 (conflict) README: say which world
Parent commit : tpstlust b1b3f972 octocat-patch-1 | sentence case
Added 0 files, modified 1 files, removed 0 files
@@ -87,7 +87,7 @@
# Let's take a look at the repo:
$ jj log -r 'all()'
-@ ryurqrnm jjfan@example.com 2023-09-10 13:01:10.000 -07:00 0121c420 conflict
+@ wovzxwls jjfan@example.com 2023-09-10 12:54:03.000 -07:00 d20cf4f2 conflict
│ README: say which world
◉ tpstlust support+octocat@github.com 2018-05-10 12:55:19.000 -05:00
│ octocat-patch-1 b1b3f972
@@ -99,7 +99,7 @@
│ ◉ nznozkvv Johnneylee.rollins@gmail.com 2011-09-13 21:42:41.000 -07:00
├─╯ 76294131
│ New line at end of file. --Signed off by Spaceghost
-◉ syktoqts cameron@github.com 2011-01-26 11:06:08.000 -08:00 553c2077
+◉ syktoqts cameron@github.com 2011-01-26 11:06:08.000 -08:00 553c2077
│ first commit
◉ zzzzzzzz root() 00000000
$ jj status
@@ -107,7 +107,7 @@
M README
There are unresolved conflicts at these paths:
README 2-sided conflict
-Working copy : ryurqrnm 0121c420 (conflict) README: say which world
+Working copy : wovzxwls d20cf4f2 (conflict) README: say which world
Parent commit: tpstlust b1b3f972 octocat-patch-1 | sentence case
# Indeed, the rebased commit has a conflict. The conflicted file
@@ -131,7 +131,7 @@
$ jj status
Working copy changes:
M README
-Working copy : ryurqrnm e039172a README: say which world
+Working copy : wovzxwls 12160102 README: say which world
Parent commit: tpstlust b1b3f972 octocat-patch-1 | sentence case
diff --git a/demos/working_copy.png b/demos/working_copy.png
index 85f25d7af1..6b455b2597 100644
Binary files a/demos/working_copy.png and b/demos/working_copy.png differ
diff --git a/demos/working_copy.svg b/demos/working_copy.svg
index 4cb907f314..376a29dee4 100644
--- a/demos/working_copy.svg
+++ b/demos/working_copy.svg
@@ -40,14 +40,14 @@
# We have an empty working copy on top of master:
$ jj log
-@ kpnsulok jjfan@example.com 2023-09-10 13:01:12.000 -07:00 f62f8e20
+@ mssoqqqt jjfan@example.com 2023-09-10 12:54:04.000 -07:00 a84a2e84
│ (empty) (no description set)
◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1
~
$ jj status
The working copy is clean
-Working copy : kpnsulok f62f8e20 (empty) (no description set)
+Working copy : mssoqqqt a84a2e84 (empty) (no description set)
Parent commit: orrkosyo 7fd1a60b master | (empty) Merge pull request #6 from Spa↓
ceghost/patch-1
@@ -63,7 +63,7 @@
Working copy changes:
M README
A new-file
-Working copy : kpnsulok 541325ae (no description set)
+Working copy : mssoqqqt 640303e8 (no description set)
Parent commit: orrkosyo 7fd1a60b master | (empty) Merge pull request #6 from Spa↓
ceghost/patch-1
@@ -72,7 +72,7 @@
$ jj branch create goodbye
$ jj log
-@ kpnsulok jjfan@example.com 2023-09-10 13:01:12.000 -07:00 goodbye 541325ae
+@ mssoqqqt jjfan@example.com 2023-09-10 12:54:04.000 -07:00 goodbye 640303e8
│ (no description set)
◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1
@@ -81,7 +81,7 @@
# Start working on a new change off of master:
$ jj co master
-Working copy now at: vxvlyzxw bf08c1f2 (empty) (no description set)
+Working copy now at: mmonlmwl 999e2e68 (empty) (no description set)
Parent commit : orrkosyo 7fd1a60b master | (empty) Merge pull request #6 fr↓
om Spaceghost/patch-1
Added 0 files, modified 1 files, removed 1 files
@@ -90,9 +90,9 @@
# "goodbye" change stayed in its own commit:
$ jj log
-@ vxvlyzxw jjfan@example.com 2023-09-10 13:01:11.000 -07:00 bf08c1f2
+@ mmonlmwl jjfan@example.com 2023-09-10 12:54:03.000 -07:00 999e2e68
│ (empty) (no description set)
-│ ◉ kpnsulok jjfan@example.com 2023-09-10 13:01:12.000 -07:00 goodbye 541325ae
+│ ◉ mssoqqqt jjfan@example.com 2023-09-10 12:54:04.000 -07:00 goodbye 640303e8
├─╯ (no description set)
◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1
@@ -103,7 +103,7 @@
$ jj status
The working copy is clean
-Working copy : vxvlyzxw bf08c1f2 (empty) (no description set)
+Working copy : mmonlmwl 999e2e68 (empty) (no description set)
Parent commit: orrkosyo 7fd1a60b master | (empty) Merge pull request #6 from Spa↓
ceghost/patch-1
@@ -113,7 +113,7 @@
$ jj status
Working copy changes:
M README
-Working copy : vxvlyzxw d126481b (no description set)
+Working copy : mmonlmwl 9566f87a (no description set)
Parent commit: orrkosyo 7fd1a60b master | (empty) Merge pull request #6 from Spa↓
ceghost/patch-1
@@ -131,9 +131,9 @@
# Inspect the result:
$ jj log
-◉ kpnsulok jjfan@example.com 2023-09-10 13:01:12.000 -07:00 goodbye 2759e2b4
+◉ mssoqqqt jjfan@example.com 2023-09-10 12:54:04.000 -07:00 goodbye 3ae68996
│ goodbye
-│ @ vxvlyzxw jjfan@example.com 2023-09-10 13:01:12.000 -07:00 c9001f02
+│ @ mmonlmwl jjfan@example.com 2023-09-10 12:54:04.000 -07:00 650beee5
├─╯ everyone
◉ orrkosyo octocat@nowhere.com 2012-03-06 15:06:50.000 -08:00 master 7fd1a60b
│ (empty) Merge pull request #6 from Spaceghost/patch-1