README
changeset 4814 48b30ff742cb
parent 4046 669b32100eca
child 4818 bce578f9012f
equal deleted inserted replaced
4812:67567d7f1174 4814:48b30ff742cb
   143 expected test change only, no code change should happen there.
   143 expected test change only, no code change should happen there.
   144 
   144 
   145 test output change from a changeset in core should adds the following line to their description:
   145 test output change from a changeset in core should adds the following line to their description:
   146 
   146 
   147 CORE-TEST-OUTPUT-UPDATE: <CORE-NODE-ID>
   147 CORE-TEST-OUTPUT-UPDATE: <CORE-NODE-ID>
       
   148 
       
   149 
       
   150 Format-source config
       
   151 ====================
       
   152 
       
   153 Format source helps smooth out the pain of merging after auto-formatting.
       
   154 Follow the instructions for install here:
       
   155 
       
   156 .. _`format-source`: https://bitbucket.org/octobus/format-source
       
   157 
       
   158 Then update both your global and repo config files::
       
   159 
       
   160     $ hg config -l # add the lines below
       
   161     [extensions]
       
   162     formatsource =
       
   163 
       
   164     [format-source]
       
   165     byteify-strings = python3 ~/workspace/octobus/mercurial-devel/contrib/byteify-strings.py --dictiter --treat-as-kwargs kwargs opts commitopts TROUBLES --allow-attr-methods
       
   166     byteify-strings:mode.input = file
       
   167     byteify-strings:mode.output = pipe