We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e5201 commit 71b9401Copy full SHA for 71b9401
1 file changed
src/hg_setup/hgrcs.py
@@ -154,10 +154,23 @@ def make_text(
154
# (see 'hg help pager' for details)
155
{paginate}
156
157
+ [experimental]
158
+ # topic-mode (see `hg help -e topic`)
159
+ # set the behavior when a draft commit is created in default:
160
+ # - ignore (do nothing special, default)
161
+ # - warning (print a warning)
162
+ # - enforce (abort the commit, except for merge)
163
+ # - enforce-all (abort the commit, even for merge)
164
+ # - random (use a randomized generated topic)
165
+ topic-mode = warning
166
+
167
[alias]
168
lg = log -G
169
up = up -v
170
171
+ # [subrepos]
172
+ # git:allowed = true
173
174
[extensions]
175
# uncomment the lines below to enable some popular extensions
176
# (see 'hg help extensions' for more info)
0 commit comments