# HG changeset patch # User Anton Shestakov # Date 1652599188 -14400 # Node ID 68c67d53bb14ade570231cc161e0dfb51971ae73 # Parent 57f9cdbf6a9964481281deae07a58d11964024f4 topic: add unidentified quokka The quokka is a small macropod about the size of a domestic cat. We already have a wallaby in the list, here's another, distinct, marsupial of the same family. This one is unidentified, however. diff -r 57f9cdbf6a99 -r 68c67d53bb14 hgext3rd/topic/randomname.py --- a/hgext3rd/topic/randomname.py Mon Oct 10 20:03:20 2022 +0400 +++ b/hgext3rd/topic/randomname.py Sun May 15 11:19:48 2022 +0400 @@ -194,6 +194,7 @@ b'quagga', b'quail', b'quelea', + b'quokka', b'rabbit', b'raccoon', b'ram', @@ -949,6 +950,7 @@ b'understanding', b'understood', b'unequaled', + b'unidentified', b'unique', b'unusual', b'unwritten', diff -r 57f9cdbf6a99 -r 68c67d53bb14 tests/test-topic-mode.t --- a/tests/test-topic-mode.t Mon Oct 10 20:03:20 2022 +0400 +++ b/tests/test-topic-mode.t Sun May 15 11:19:48 2022 +0400 @@ -213,7 +213,7 @@ $ touch A $ hg add A $ hg commit -m "Add A" --config devel.randomseed=42 - active topic 'palatial-antelope' grew its first changeset + active topic 'panoramic-antelope' grew its first changeset (see 'hg help topics' for more information) $ hg up -r "desc(ROOT)" @@ -241,8 +241,8 @@ | date: Thu Jan 01 00:00:00 1970 +0000 | summary: Add B | - | o changeset: 1:d502ab6d9d91 - |/ topic: palatial-antelope + | o changeset: 1:d4b548f35972 + |/ topic: panoramic-antelope | user: test | date: Thu Jan 01 00:00:00 1970 +0000 | summary: Add A @@ -252,7 +252,7 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: ROOT - $ hg merge palatial-antelope + $ hg merge panoramic-antelope 1 files updated, 0 files merged, 0 files removed, 0 files unresolved (branch merge, don't forget to commit) $ hg ci -m 'merge' @@ -274,7 +274,7 @@ $ touch A $ hg add A $ hg commit -m "Add A" --config devel.randomseed=42 - active topic 'palatial-antelope' grew its first changeset + active topic 'panoramic-antelope' grew its first changeset (see 'hg help topics' for more information) $ hg up -r "desc(ROOT)" @@ -302,8 +302,8 @@ | date: Thu Jan 01 00:00:00 1970 +0000 | summary: Add B | - | o changeset: 1:d502ab6d9d91 - |/ topic: palatial-antelope + | o changeset: 1:d4b548f35972 + |/ topic: panoramic-antelope | user: test | date: Thu Jan 01 00:00:00 1970 +0000 | summary: Add A @@ -313,9 +313,9 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: ROOT - $ hg merge palatial-antelope + $ hg merge panoramic-antelope 1 files updated, 0 files merged, 0 files removed, 0 files unresolved (branch merge, don't forget to commit) $ hg ci -m 'merge' --config devel.randomseed=1337 - active topic 'omniscient-locust' grew its first changeset + active topic 'one-locust' grew its first changeset (see 'hg help topics' for more information)