https://bz.mercurial-scm.org/show_bug.cgi?id=6385

            Bug ID: 6385
           Summary: commit with a default topic name
           Product: Mercurial
           Version: default branch
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzi...@mercurial-scm.org
          Reporter: friedric...@gmx.de
                CC: mercurial-devel@mercurial-scm.org,
                    pierre-yves.da...@ens-lyon.org
    Python Version: ---

It is possible to add the following configuration for the topic extension:

    [experimental]
    # behavior when commit is made without an active topic                      
    topic-mode = "mytopicname"  # default topic name instead of random

Maybe the syntax should be changed.

The reason behind this proposal is that on daily work I hesitate to
create a topic because it is too much concentration to think of an
appropriate topic name. But I really like the topic features. For that
reason I would like to choose a default topic name. It is the same like

    [experimental]
    # behavior when commit is made without an active topic                      
    topic-mode = random # use a randomized generated topic

but a little bit more predicable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to