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?










0















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









share|improve this question
























  • 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















0















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









share|improve this question
























  • 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













0












0








0








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









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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












1 Answer
1






active

oldest

votes


















3














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)






share|improve this answer























    Your Answer






    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
    );



    );













    draft saved

    draft discarded


















    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









    3














    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)






    share|improve this answer



























      3














      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)






      share|improve this answer

























        3












        3








        3







        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)






        share|improve this answer













        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)







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 22 at 15:45









        durin42durin42

        1,361710




        1,361710





























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript