update jj config even more!
This commit is contained in:
parent
40201204ed
commit
e85069d4b2
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,8 @@ signingkey = "7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E"
|
||||||
private-commits = "description(glob:'wip*') | description(glob:'private:*')"
|
private-commits = "description(glob:'wip*') | description(glob:'private:*')"
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
default-command = "log"
|
# default-command = "log"
|
||||||
|
default-command = "l"
|
||||||
pager = "delta"
|
pager = "delta"
|
||||||
diff-editor = ":builtin"
|
diff-editor = ":builtin"
|
||||||
|
|
||||||
|
@ -48,7 +49,6 @@ if(root,
|
||||||
label(if(empty, "empty"), description_placeholder),
|
label(if(empty, "empty"), description_placeholder),
|
||||||
),
|
),
|
||||||
if(empty, label("empty", "(empty)")),
|
if(empty, label("empty", "(empty)")),
|
||||||
format_timestamp(committer.timestamp()),
|
|
||||||
bookmarks,
|
bookmarks,
|
||||||
tags,
|
tags,
|
||||||
working_copies,
|
working_copies,
|
||||||
|
|
Loading…
Reference in a new issue