Adding hg strip to hgrc config file The Next CEO of Stack OverflowHow to do Mercurial's 'hg remove' for all missing files?mercurial: less duplication in hgrc fileMercurial .hgrc fileHow do I configure Mercurial to not commit specific config files?Checking hgrc file into Mercurialhgrc progress extension not loadingSetting username in Mercurial .hgrc fileMercurial: no ~/.hgrc fileWhere to install mercurial extensions so you do not have to specify their path in .hgrc?Mercurial seems ignoring its config .hgrc, why?
How exploitable/balanced is this homebrew spell: Spell Permanency?
Creating a script with console commands
How should I connect my cat5 cable to connectors having an orange-green line?
How to show a landlord what we have in savings?
My boss doesn't want me to have a side project
A hang glider, sudden unexpected lift to 25,000 feet altitude, what could do this?
Are British MPs missing the point, with these 'Indicative Votes'?
Is a linearly independent set whose span is dense a Schauder basis?
Can Sri Krishna be called 'a person'?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
What did the word "leisure" mean in late 18th Century usage?
Is it OK to decorate a log book cover?
What steps are necessary to read a Modern SSD in Medieval Europe?
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
Finitely generated matrix groups whose eigenvalues are all algebraic
What happens if you break a law in another country outside of that country?
Find a path from s to t using as few red nodes as possible
Could you use a laser beam as a modulated carrier wave for radio signal?
How can I separate the number from the unit in argument?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Direct Implications Between USA and UK in Event of No-Deal Brexit
Arrows in tikz Markov chain diagram overlap
Identify and count spells (Distinctive events within each group)
Man transported from Alternate World into ours by a Neutrino Detector
Adding hg strip to hgrc config file
The Next CEO of Stack OverflowHow to do Mercurial's 'hg remove' for all missing files?mercurial: less duplication in hgrc fileMercurial .hgrc fileHow do I configure Mercurial to not commit specific config files?Checking hgrc file into Mercurialhgrc progress extension not loadingSetting username in Mercurial .hgrc fileMercurial: no ~/.hgrc fileWhere to install mercurial extensions so you do not have to specify their path in .hgrc?Mercurial seems ignoring its config .hgrc, why?
I have added strip extension hgrc config. (MAC OS)
cd ~
nano .hgrc
under [extension]
added line:
strip =
Even vagrant restart or mac restart didn't help, the command is still not recognizable.
hgrc file:
[ui]
# name and email, e.g.
# username = Jane Doe <jdoe@example.com>
username = ....>
ignore=~/.hgignore_global
# We recommend enabling tweakdefaults to get slight improvements to
# the UI over time. Make sure to set HGPLAIN in the environment when
# writing scripts!
# tweakdefaults = True
# uncomment to disable color in command output
# (see 'hg help color' for details)
# color = never
# uncomment to disable command output pagination
# (see 'hg help pager' for details)
# paginate = never
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
[color]
status.modified = blue bold underline red_background
status.added = green bold
status.removed = red bold blue_background
status.deleted = cyan bold underline
status.unknown = magenta bold underline
mercurial mercurial-extension
add a comment |
I have added strip extension hgrc config. (MAC OS)
cd ~
nano .hgrc
under [extension]
added line:
strip =
Even vagrant restart or mac restart didn't help, the command is still not recognizable.
hgrc file:
[ui]
# name and email, e.g.
# username = Jane Doe <jdoe@example.com>
username = ....>
ignore=~/.hgignore_global
# We recommend enabling tweakdefaults to get slight improvements to
# the UI over time. Make sure to set HGPLAIN in the environment when
# writing scripts!
# tweakdefaults = True
# uncomment to disable color in command output
# (see 'hg help color' for details)
# color = never
# uncomment to disable command output pagination
# (see 'hg help pager' for details)
# paginate = never
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
[color]
status.modified = blue bold underline red_background
status.added = green bold
status.removed = red bold blue_background
status.deleted = cyan bold underline
status.unknown = magenta bold underline
mercurial mercurial-extension
Can you post the entire contents of your hgrc or at least the relevant portion?
– DaveInCaz
Mar 21 at 20:05
@DaveInCaz Hey updated main topic with file content.
– PKDidiyy
Mar 21 at 20:14
2
In the extensions section the comment is uncommented... Is this the issue?
– DaveInCaz
Mar 21 at 22:30
add a comment |
I have added strip extension hgrc config. (MAC OS)
cd ~
nano .hgrc
under [extension]
added line:
strip =
Even vagrant restart or mac restart didn't help, the command is still not recognizable.
hgrc file:
[ui]
# name and email, e.g.
# username = Jane Doe <jdoe@example.com>
username = ....>
ignore=~/.hgignore_global
# We recommend enabling tweakdefaults to get slight improvements to
# the UI over time. Make sure to set HGPLAIN in the environment when
# writing scripts!
# tweakdefaults = True
# uncomment to disable color in command output
# (see 'hg help color' for details)
# color = never
# uncomment to disable command output pagination
# (see 'hg help pager' for details)
# paginate = never
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
[color]
status.modified = blue bold underline red_background
status.added = green bold
status.removed = red bold blue_background
status.deleted = cyan bold underline
status.unknown = magenta bold underline
mercurial mercurial-extension
I have added strip extension hgrc config. (MAC OS)
cd ~
nano .hgrc
under [extension]
added line:
strip =
Even vagrant restart or mac restart didn't help, the command is still not recognizable.
hgrc file:
[ui]
# name and email, e.g.
# username = Jane Doe <jdoe@example.com>
username = ....>
ignore=~/.hgignore_global
# We recommend enabling tweakdefaults to get slight improvements to
# the UI over time. Make sure to set HGPLAIN in the environment when
# writing scripts!
# tweakdefaults = True
# uncomment to disable color in command output
# (see 'hg help color' for details)
# color = never
# uncomment to disable command output pagination
# (see 'hg help pager' for details)
# paginate = never
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
[color]
status.modified = blue bold underline red_background
status.added = green bold
status.removed = red bold blue_background
status.deleted = cyan bold underline
status.unknown = magenta bold underline
mercurial mercurial-extension
mercurial mercurial-extension
edited Mar 21 at 20:14
PKDidiyy
asked Mar 21 at 19:42
PKDidiyyPKDidiyy
43
43
Can you post the entire contents of your hgrc or at least the relevant portion?
– DaveInCaz
Mar 21 at 20:05
@DaveInCaz Hey updated main topic with file content.
– PKDidiyy
Mar 21 at 20:14
2
In the extensions section the comment is uncommented... Is this the issue?
– DaveInCaz
Mar 21 at 22:30
add a comment |
Can you post the entire contents of your hgrc or at least the relevant portion?
– DaveInCaz
Mar 21 at 20:05
@DaveInCaz Hey updated main topic with file content.
– PKDidiyy
Mar 21 at 20:14
2
In the extensions section the comment is uncommented... Is this the issue?
– DaveInCaz
Mar 21 at 22:30
Can you post the entire contents of your hgrc or at least the relevant portion?
– DaveInCaz
Mar 21 at 20:05
Can you post the entire contents of your hgrc or at least the relevant portion?
– DaveInCaz
Mar 21 at 20:05
@DaveInCaz Hey updated main topic with file content.
– PKDidiyy
Mar 21 at 20:14
@DaveInCaz Hey updated main topic with file content.
– PKDidiyy
Mar 21 at 20:14
2
2
In the extensions section the comment is uncommented... Is this the issue?
– DaveInCaz
Mar 21 at 22:30
In the extensions section the comment is uncommented... Is this the issue?
– DaveInCaz
Mar 21 at 22:30
add a comment |
1 Answer
1
active
oldest
votes
You should replace
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
with
[extensions]
# uncomment these lines to enable some popular extensions
# (see 'hg help extensions' for more info)
churn =
color =
strip =
(you uncommented both the actual extension-enable lines and the explanatory comment which was intended to stay commented out)
add a comment |
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55288177%2fadding-hg-strip-to-hgrc-config-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should replace
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
with
[extensions]
# uncomment these lines to enable some popular extensions
# (see 'hg help extensions' for more info)
churn =
color =
strip =
(you uncommented both the actual extension-enable lines and the explanatory comment which was intended to stay commented out)
add a comment |
You should replace
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
with
[extensions]
# uncomment these lines to enable some popular extensions
# (see 'hg help extensions' for more info)
churn =
color =
strip =
(you uncommented both the actual extension-enable lines and the explanatory comment which was intended to stay commented out)
add a comment |
You should replace
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
with
[extensions]
# uncomment these lines to enable some popular extensions
# (see 'hg help extensions' for more info)
churn =
color =
strip =
(you uncommented both the actual extension-enable lines and the explanatory comment which was intended to stay commented out)
You should replace
[extensions]
uncomment these lines to enable some popular extensions
(see 'hg help extensions' for more info)
churn =
color =
strip =
with
[extensions]
# uncomment these lines to enable some popular extensions
# (see 'hg help extensions' for more info)
churn =
color =
strip =
(you uncommented both the actual extension-enable lines and the explanatory comment which was intended to stay commented out)
answered Mar 22 at 15:45
durin42durin42
1,361710
1,361710
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55288177%2fadding-hg-strip-to-hgrc-config-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you post the entire contents of your hgrc or at least the relevant portion?
– DaveInCaz
Mar 21 at 20:05
@DaveInCaz Hey updated main topic with file content.
– PKDidiyy
Mar 21 at 20:14
2
In the extensions section the comment is uncommented... Is this the issue?
– DaveInCaz
Mar 21 at 22:30