Show More
@@ -1888,6 +1888,38 b' name = "update-timestamp"' | |||||
1888 | default = false |
|
1888 | default = false | |
1889 |
|
1889 | |||
1890 | [[items]] |
|
1890 | [[items]] | |
|
1891 | section = "rhg" | |||
|
1892 | name = "cat" | |||
|
1893 | default = true | |||
|
1894 | experimental = true | |||
|
1895 | documentation = """rhg cat has some quirks that need to be ironed out. \ | |||
|
1896 | In particular, the `-r` argument accepts a partial hash, but does not \ | |||
|
1897 | correctly resolve `abcdef` as a potential bookmark, tag or branch name.""" | |||
|
1898 | ||||
|
1899 | [[items]] | |||
|
1900 | section = "rhg" | |||
|
1901 | name = "fallback-exectutable" | |||
|
1902 | experimental = true | |||
|
1903 | ||||
|
1904 | [[items]] | |||
|
1905 | section = "rhg" | |||
|
1906 | name = "fallback-immediately" | |||
|
1907 | default = false | |||
|
1908 | experimental = true | |||
|
1909 | ||||
|
1910 | [[items]] | |||
|
1911 | section = "rhg" | |||
|
1912 | name = "ignored-extensions" | |||
|
1913 | default-type = "list_type" | |||
|
1914 | experimental = true | |||
|
1915 | ||||
|
1916 | [[items]] | |||
|
1917 | section = "rhg" | |||
|
1918 | name = "on-unsupported" | |||
|
1919 | default = "abort" | |||
|
1920 | experimental = true | |||
|
1921 | ||||
|
1922 | [[items]] | |||
1891 | section = "server" |
|
1923 | section = "server" | |
1892 | name = "bookmarks-pushkey-compat" |
|
1924 | name = "bookmarks-pushkey-compat" | |
1893 | default = true |
|
1925 | default = true |
General Comments 0
You need to be logged in to leave comments.
Login now