changeset 6324:68c67d53bb14

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.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 15 May 2022 11:19:48 +0400
parents 57f9cdbf6a99
children b56d94f9f78b
files hgext3rd/topic/randomname.py tests/test-topic-mode.t
diffstat 2 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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',
--- 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)