ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Martin von Zweigbergk 6c600e98cf templater: indicate if branch needs to be pushed to a remote
It's useful to know when you've modified a branch that exists on a
remote. A typical case is when you have pushed a branch to a remote
and then rewritten it. This commit adds an indication in the
`branches` template keyword. A branch that needs to be pushed to a
remote now has a `*` at the end (similar to how conflicted branches
have a `?` at the end). Note that the indication only considers
remotes where the branch currently exists, so there won't be an
indication that the branch has not been pushed to a remote.

Closes #254
2022-11-09 22:44:55 -08:00
..
technical docs: change "current checkout" to "working-copy commit" 2022-09-18 16:19:58 -07:00
branches.md templater: indicate if branch needs to be pushed to a remote 2022-11-09 22:44:55 -08:00
code-of-conduct.md Boilerplate for new Google open source project 2020-12-11 23:37:59 -08:00
config.md Add --config-toml command-line argument for additional TOML config 2022-11-05 21:21:33 -07:00
config.toml Added barebones config template with the odd alternative commented out. 2022-07-16 21:28:40 -07:00
conflicts.md conflicts: change diff line marker to %%%%%%% 2022-09-20 15:26:29 +09:00
contributing.md Boilerplate for new Google open source project 2020-12-11 23:37:59 -08:00
git-comparison.md cli: disable open commits by default 2022-08-26 23:34:52 -07:00
git-compatibility.md docs: explain that we don't support shallow clones (#675) 2022-10-27 06:56:34 -07:00
operation-log.md docs: change "current checkout" to "working-copy commit" 2022-09-18 16:19:58 -07:00
related-work.md docs: hyphenate "working-copy" when used as a compound modifier 2022-08-25 18:08:36 -07:00
revsets.md revset: add present(set) predicate that suppresses NoSuchRevision error 2022-11-07 21:41:54 +09:00
tutorial.md conflicts: change diff line marker to %%%%%%% 2022-09-20 15:26:29 +09:00
working-copy.md cli: drop support for ui.enable-open-commits config 2022-11-05 06:14:37 -07:00