( )⚙ D5473 config: register evolution.stackaliases as a config option

This is an archive of the discontinued Mercurial Phabricator instance.

config: register evolution.stackaliases as a config option
AbandonedPublic

Authored by khanchi97 on Dec 22 2018, 4:28 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

In evolve, stackaliases (s#) are also used in some command outputs,
where s# replaces the revision no. in that output.

By default it is set to true, as s# are used by default.
Adding this config option so that user can disable that
stackaliases functionality in case if user is more comfortable
with revision numbers.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

khanchi97 created this revision.Dec 22 2018, 4:28 PM
yuja added a subscriber: yuja.Dec 23 2018, 10:08 PM

+coreconfigitem('experimental', 'evolution.stackaliases',
+ default=True,
+)

No stackaliases found in core. Maybe it's an extension-specific config?

Oh, yes. It is extension specific configuration.
Abandoning this one.

khanchi97 abandoned this revision.Dec 23 2018, 11:02 PM