config: set a 'source' in most cases where config don't come from file but code
Some extensions set configuration settings that showed up in 'hg showconfig --debug' with 'none' as source. That was confusing. Instead, they will now tell which extension they come from. This change tries to be consistent and specify a source everywhere - also where it perhaps is less relevant.
Showing
- hgext/eol.py 6 additions, 6 deletionshgext/eol.py
- hgext/histedit.py 6 additions, 4 deletionshgext/histedit.py
- hgext/keyword.py 4 additions, 4 deletionshgext/keyword.py
- hgext/largefiles/reposetup.py 3 additions, 2 deletionshgext/largefiles/reposetup.py
- hgext/mq.py 1 addition, 1 deletionhgext/mq.py
- hgext/pager.py 2 additions, 2 deletionshgext/pager.py
- hgext/patchbomb.py 2 additions, 2 deletionshgext/patchbomb.py
- hgext/rebase.py 3 additions, 2 deletionshgext/rebase.py
- mercurial/bundlerepo.py 1 addition, 1 deletionmercurial/bundlerepo.py
- mercurial/cmdutil.py 2 additions, 2 deletionsmercurial/cmdutil.py
- mercurial/commands.py 24 additions, 18 deletionsmercurial/commands.py
- mercurial/hg.py 5 additions, 5 deletionsmercurial/hg.py
- mercurial/hgweb/hgweb_mod.py 4 additions, 4 deletionsmercurial/hgweb/hgweb_mod.py
- mercurial/hgweb/hgwebdir_mod.py 2 additions, 2 deletionsmercurial/hgweb/hgwebdir_mod.py
- mercurial/subrepo.py 3 additions, 3 deletionsmercurial/subrepo.py
- mercurial/unionrepo.py 1 addition, 1 deletionmercurial/unionrepo.py
Loading
Please register or sign in to comment