##// END OF EJS Templates
contributor: change mentions of mpm to olivia...
Raphaël Gomès -
r47575:d4ba4d51 default
parent child Browse files
Show More
@@ -187,7 +187,7 b' i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n'
187 $(PYFILESCMD) | xargs \
187 $(PYFILESCMD) | xargs \
188 xgettext --package-name "Mercurial" \
188 xgettext --package-name "Mercurial" \
189 --msgid-bugs-address "<mercurial-devel@mercurial-scm.org>" \
189 --msgid-bugs-address "<mercurial-devel@mercurial-scm.org>" \
190 --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \
190 --copyright-holder "Olivia Mackall <olivia@selenic.com> and others" \
191 --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \
191 --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \
192 -d hg -p i18n -o hg.pot.tmp
192 -d hg -p i18n -o hg.pot.tmp
193 $(PYTHON) i18n/posplit i18n/hg.pot.tmp
193 $(PYTHON) i18n/posplit i18n/hg.pot.tmp
@@ -46,8 +46,8 b' p1()'
46 # Used in revision c1546d7400ef
46 # Used in revision c1546d7400ef
47 min(0::)
47 min(0::)
48 # Used in revision 546fa6576815
48 # Used in revision 546fa6576815
49 author(lmoscovicz) or author(mpm)
49 author(lmoscovicz) or author(olivia)
50 author(mpm) or author(lmoscovicz)
50 author(olivia) or author(lmoscovicz)
51 # Used in revision 9bfe68357c01
51 # Used in revision 9bfe68357c01
52 public() and id("d82e2223f132")
52 public() and id("d82e2223f132")
53 # Used in revision ba89f7b542c9
53 # Used in revision ba89f7b542c9
@@ -100,7 +100,7 b' draft()'
100 draft() and ::tip
100 draft() and ::tip
101 ::tip and draft()
101 ::tip and draft()
102 author(lmoscovicz)
102 author(lmoscovicz)
103 author(mpm)
103 author(olivia)
104 ::p1(p1(tip))::
104 ::p1(p1(tip))::
105 public()
105 public()
106 :10000 and public()
106 :10000 and public()
@@ -130,7 +130,7 b' roots((:42) + (tip~42:))'
130 head()
130 head()
131 head() - public()
131 head() - public()
132 draft() and head()
132 draft() and head()
133 head() and author("mpm")
133 head() and author("olivia")
134
134
135 # testing the mutable phases set
135 # testing the mutable phases set
136 draft()
136 draft()
@@ -25,9 +25,9 b' draft() and ::tip'
25 0::tip
25 0::tip
26 roots(0::tip)
26 roots(0::tip)
27 author(lmoscovicz)
27 author(lmoscovicz)
28 author(mpm)
28 author(olivia)
29 author(lmoscovicz) or author(mpm)
29 author(lmoscovicz) or author(olivia)
30 author(mpm) or author(lmoscovicz)
30 author(olivia) or author(lmoscovicz)
31 tip:0
31 tip:0
32 0::
32 0::
33 # those two `roots(...)` inputs are close to what phase movement use.
33 # those two `roots(...)` inputs are close to what phase movement use.
@@ -2,7 +2,7 b''
2 #
2 #
3 # check-code - a style and portability checker for Mercurial
3 # check-code - a style and portability checker for Mercurial
4 #
4 #
5 # Copyright 2010 Matt Mackall <mpm@selenic.com>
5 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 #!/usr/bin/env python3
1 #!/usr/bin/env python3
2 #
2 #
3 # Copyright 2014 Matt Mackall <mpm@selenic.com>
3 # Copyright 2014 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # A tool/hook to run basic sanity checks on commits/patches for
5 # A tool/hook to run basic sanity checks on commits/patches for
6 # submission to Mercurial. Install by adding the following to your
6 # submission to Mercurial. Install by adding the following to your
@@ -2,7 +2,7 b''
2 #
2 #
3 # check-config - a config flag documentation checker for Mercurial
3 # check-config - a config flag documentation checker for Mercurial
4 #
4 #
5 # Copyright 2015 Matt Mackall <mpm@selenic.com>
5 # Copyright 2015 Olivia Mackall <olivia@selenic.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 ;; hg-test-mode.el - Major mode for editing Mercurial tests
1 ;; hg-test-mode.el - Major mode for editing Mercurial tests
2 ;;
2 ;;
3 ;; Copyright 2014 Matt Mackall <mpm@selenic.com>
3 ;; Copyright 2014 Olivia Mackall <olivia@selenic.com>
4 ;; "I have no idea what I'm doing"
4 ;; "I have no idea what I'm doing"
5 ;;
5 ;;
6 ;; This software may be used and distributed according to the terms of the
6 ;; This software may be used and distributed according to the terms of the
@@ -2,7 +2,7 b''
2 #
2 #
3 # hgperf - measure performance of Mercurial commands
3 # hgperf - measure performance of Mercurial commands
4 #
4 #
5 # Copyright 2014 Matt Mackall <mpm@selenic.com>
5 # Copyright 2014 Olivia Mackall <olivia@selenic.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -1,5 +1,5 b''
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3 <svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="120" width="100" version="1.0" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 124.766 152.099"><metadata id="metadata6845"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title>Mercurial &quot;droplets&quot; logo</dc:title><dc:creator><cc:Agent><dc:title>Cali Mastny and Matt Mackall</dc:title></cc:Agent></dc:creator><cc:license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/"/><dc:date>Feb 12 2008</dc:date></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/><cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/><cc:requires rdf:resource="http://web.resource.org/cc/Notice"/><cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/><cc:requires rdf:resource="http://web.resource.org/cc/SourceCode"/></cc:License></rdf:RDF></metadata>
3 <svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="120" width="100" version="1.0" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 124.766 152.099"><metadata id="metadata6845"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title>Mercurial &quot;droplets&quot; logo</dc:title><dc:creator><cc:Agent><dc:title>Cali Mastny and Olivia Mackall</dc:title></cc:Agent></dc:creator><cc:license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/"/><dc:date>Feb 12 2008</dc:date></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/><cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/><cc:requires rdf:resource="http://web.resource.org/cc/Notice"/><cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/><cc:requires rdf:resource="http://web.resource.org/cc/SourceCode"/></cc:License></rdf:RDF></metadata>
4 <rect id="rect6847" stroke-linejoin="miter" style="stroke-dasharray:none;" height="150.12" width="124.77" stroke="#000" stroke-miterlimit="4" y="0.98776" x="0.3169" stroke-width="1.9755" fill="#FFF"/><path id="text2611" style="stroke-dasharray:none;" d="M9.848,124.61c1.777-0.79,3.665-1.18,5.479-1.18,1.74,0,2.851,0.43,3.48,1.32,1.332-0.89,3.146-1.32,4.553-1.32,4.221,0,4.369,1.71,4.369,6.73v11.11c0,0.49,0.074,0.49-2.036,0.49v-11.81c0-3.63-0.074-4.74-2.48-4.74-1.073,0-2.184,0.25-3.369,1.03v15.27c-0.037,0.15-0.111,0.18-0.369,0.22-0.038,0-0.074,0.03-0.112,0.03h-1.555v-11.81c0-3.49,0-4.77-2.517-4.77-1.074,0-2.147,0.21-3.406,0.82v15.27c0,0.49,0.074,0.49-2.0361,0.49v-17.15m27.831-1.18c-3.146,0-6.626,0.89-6.626,10.4,0,7.33,2.554,8.47,6.071,8.47,2.701,0,5.034-0.89,5.034-1.32,0-0.53-0.074-1.35-0.259-1.82-1.148,0.79-2.777,1.21-4.59,1.21-2.48,0-4.146-0.71-4.184-6.22,1.629,0,5.776-0.04,8.848-0.65,0.259-1.17,0.37-2.88,0.37-4.37,0-3.56-1.444-5.7-4.664-5.7m-0.185,1.78c2.221,0,2.813,1.46,2.85,4.31,0,0.75-0.037,1.64-0.148,2.49-2.073,0.5-5.591,0.5-7.072,0.5,0.261-6.48,2.481-7.3,4.37-7.3m8.07-0.21c1.739-1.14,3.332-1.57,4.961-1.57,1.814,0,2.666,0.5,2.666,1.11,0,0.35-0.112,0.96-0.297,1.31-0.519-0.28-1.11-0.53-2.074-0.53-1.184,0-2.295,0.32-3.183,1.1v14.85c0,0.49,0.037,0.49-2.073,0.49v-16.76m18.69-0.39c0-0.47-1.554-1.18-3.11-1.18-2.999,0-6.664,1.03-6.664,9.83,0,8.33,2.222,9.07,6.109,9.07,1.924,0,3.665-1.03,3.665-1.6,0-0.32-0.074-0.82-0.26-1.24-0.778,0.56-1.962,1.1-3.22,1.1-2.665,0-4.22-0.75-4.22-7.23,0-7.15,2.554-8.15,4.775-8.15,1.258,0,1.962,0.36,2.665,0.82,0.186-0.43,0.26-1.03,0.26-1.42m14.181,16.55c-1.63,0.82-3.776,1.14-5.627,1.14-4.739,0-5.442-1.99-5.442-6.73v-11.14c0-0.46-0.037-0.46,2.074-0.46v11.82c0,3.56,0.517,4.77,3.294,4.77,1.073,0,2.554-0.22,3.665-0.86v-15.27c0-0.46-0.074-0.46,2.036-0.46v17.19m4.221-16.16c1.739-1.14,3.332-1.57,4.96-1.57,1.814,0,2.666,0.5,2.666,1.11,0,0.35-0.111,0.96-0.296,1.31-0.519-0.28-1.111-0.53-2.074-0.53-1.184,0-2.295,0.32-3.183,1.1v14.85c0,0.49,0.037,0.49-2.073,0.49v-16.76m12.379-1.03c-1.629,0-2.11,0-2.11,0.96v16.83c2.073,0,2.11,0,2.11-0.49v-17.3m-2.184-6.27c0,1.18,0.37,1.6,1.11,1.64,0.851,0,1.259-0.61,1.259-1.67,0.037-1.11-0.26-1.61-1.111-1.61-0.814,0-1.221,0.61-1.258,1.64m5.696,7.3c0-0.39,0.074-0.61,0.222-0.71,0.704-0.39,3.41-0.86,6.48-0.86,2.33,0,3.81,1.11,3.81,4.31v2.31c0,6.34-0.18,11.07-0.18,11.07-0.85,0.47-2.45,1.18-5.04,1.18-2.66,0.03-5.329-0.22-5.329-5.48,0-5.02,2.739-5.81,5.479-5.81,1.04,0,2.26,0.11,3.07,0.43v-3.31c0-2.31-1.18-2.81-2.59-2.81-1.89,0-4.514,0.35-5.662,0.89-0.222-0.39-0.26-1-0.26-1.21m8.512,7.9c-0.7-0.25-1.7-0.35-2.4-0.35-2.11,0-4.04,0.42-4.04,4.34,0,3.66,1.59,3.7,3.48,3.7,1.19,0,2.37-0.32,2.78-0.75,0,0,0.18-4.27,0.18-6.94m7.86,8.37c0,0.49,0.04,0.49-2.04,0.49v-25.2c0-0.96,0.41-0.96,2.04-0.96v25.67" stroke-miterlimit="4" stroke-width="2.02999997" fill="#010101"/><g id="g4503" transform="matrix(0.9351326,0,0,0.9351326,150.39508,-1.251766)"><path id="path2339" fill="#1b1a1b" d="M-45.75,92.692c20.04-33.321-4.232-87.363-48.614-81.873-40.096,4.958-40.746,47.165-5.405,57.191,30.583,8.685,6.318,28.084,7.027,41,0.712,12.92,26.587,17.6,46.992-16.318z"/><circle id="circle2341" transform="matrix(1.0917947,-0.2858168,0.2858168,1.0917947,-180.30817,13.494135)" cy="85.364" cx="33.728" r="15.414" fill="#1b1a1b"/><path id="path2343" fill="#1b1a1b" d="M-140.06,48.936c-6.26,0.606-10.84,6.164-10.24,12.422,0.61,6.262,6.17,10.847,12.43,10.241,6.26-0.614,10.84-6.171,10.23-12.43-0.61-6.253-6.16-10.839-12.42-10.233z"/><path id="path2561" fill="#bfbfbf" d="M-44.993,91.34c20.041-33.321-4.231-87.363-48.613-81.873-40.104,4.9568-40.744,47.166-5.406,57.193,30.583,8.684,6.318,28.083,7.027,41,0.713,12.92,26.587,17.6,46.992-16.32z"/><path id="path2563" fill="#000" d="M-86.842,112.76c-1.215-1.97,0.642-4.16,2.551-3.99,3.039,0.26,9.655-0.04,14.876-3,13.043-7.39,33.114-42.966,23.019-65.405-4.519-10.044-6.72-12.92-11.374-17.833-0.95-1.002-0.405-0.948,0.238-0.609,2.517,1.321,6.94,6.437,11.477,14.765,7.664,14.069,7.267,30.795,4.416,41.287-1.986,7.299-8.825,23.815-18.842,30.955-10.039,7.15-21.785,11.26-26.361,3.83z"/><path id="path2565" fill="#000" d="M-95.93,66.591c-6.83-2.028-15.64-4.853-20.74-11.517-3.75-4.914-5.66-10.277-6.15-13.318-0.17-1.085-0.32-1.991-0.01-2.24,0.15-0.117,2.81,5.896,6.79,10.936,3.97,5.04,9.53,7.988,14.16,9.059,4.117,0.952,12.646,3.044,15.532,5.503,2.967,2.527,3.215,7.987,2.216,8.603-1.006,0.62-3.048-4.429-11.798-7.026z"/><path id="path2567" fill="#FFF" d="M-81.841,113.72c-0.132,1.57,1.665,1.87,4.083,1.51,3.099-0.46,5.72-0.81,9.287-2.6,4.835-2.42,9.728-5.89,13.312-10.57,10.692-13.945,14.478-30.45,13.895-32.824-0.195,1.961-2.776,12.253-8.679,21.532-7.582,11.922-13.079,18.262-25.758,21.342-3.529,0.86-5.967-0.45-6.14,1.61z"/><path id="path2569" fill="#FFF" d="M-109.96,59.479c1.44,1.225,4.4,2.857,10.223,4.767,7.031,2.305,10.455,4.304,11.888,5.262,1.52,1.018,2.483,3.288,2.578,1.272,0.099-2.019-1.145-3.755-3.921-4.675-1.878-0.624-5.038-2.109-8.067-2.707-1.946-0.384-5.111-1.146-7.831-1.978-1.48-0.457-3-1.258-4.87-1.941z"/><circle id="circle2577" transform="matrix(1.0917947,-0.2858168,0.2858168,1.0917947,-180.30817,13.494135)" cy="84.375" cx="34.681" r="15.414" fill="#bfbfbf"/><path id="path2579" fill="#000" d="M-128.68,108.38c13.53,12.54,33.894-4.69,24.93-19.897-1.01-1.708-2.32-3.009-1.89-1.7,2.87,8.747,0.22,15.667-4.72,19.227-4.85,3.5-11.51,4.09-16.84,1.32-1.57-0.81-2.22,0.37-1.48,1.05z"/><path id="path2585" fill="#FFF" d="M-118.07,110.95c1.73-0.36,11.75-2.95,14.1-11.194,0.73-2.569,0.86-2.053,0.66-0.661-1.06,7.105-7.78,12.345-13.49,12.545-1.16,0.12-2.68-0.39-1.27-0.69z"/><path id="path2589" fill="#bfbfbf" d="M-139.3,47.584c-6.26,0.605-10.84,6.164-10.24,12.422,0.61,6.261,6.17,10.847,12.43,10.241,6.25-0.614,10.84-6.173,10.23-12.431-0.61-6.254-6.17-10.838-12.42-10.232z"/><path id="path2591" fill="#000" d="M-144.47,67.571c0.07,0.805,1.17,1.838,2.9,2.312,1.49,0.408,5.32,1.45,10.25-1.658,4.92-3.108,5.49-11.421,3.25-13.865-0.69-1.239-1.59-2.14-0.88-0.164,1.81,4.99-1.7,9.659-4.74,11.82-3.03,2.162-6.88,1.139-8.45,0.66s-2.4,0.064-2.33,0.895z"/><path id="path2597" fill="#FFF" d="M-138.11,68.688c0.45-0.406,2.73-0.24,4.79-1.35,2.07-1.109,4.52-3.54,4.95-6.994,0.26-2.029,0.34-1.519,0.44-0.415-0.32,5.743-5.6,8.916-8.62,9.334-0.82,0.113-2.25,0.044-1.56-0.575z"/><path id="path2561_1_" fill="#999" d="M-47.767,69.694c8.532-24.594-9.323-61.736-45.446-57.268-32.637,4.035-33.167,38.389-4.4,46.55,32.582,4.933,12.962,29.512,10.179,41.904-2.495,11.11,26.331,12.94,39.667-31.186z"/><path id="path2571" fill="#f3f3f3" d="M-70.093,88.904c-8.827-1.092-21.529,18.836-9.552,16.506,5.756-0.86,10.525-2.89,14.794-7.762,5.567-6.353,13.883-20.074,16.288-28.94,2.025-7.476,1.007-19.057-1.081-8.175-2.142,11.167-11.623,29.464-20.449,28.371z"/><path id="path2581" fill="#999" d="M-129.39,104.85c2.05,0.03,3.28,0.32,5.35,1.77,4.09,1.7,11.61,0.62,15.09-3.95,3.47-4.57,3.58-10.868,2.26-14.674-3.24-9.314-16.99-9.149-23.13-1.417-6.64,8.636-1.61,18.231,0.43,18.271z"/><path id="path2593_2_" fill="#999" d="M-147.64,61.684c0.41,1.282,1.45,3.154,3.65,3.466,2.94,0.417,3.54,1.743,7,1.055,3.47-0.688,6.09-3.528,7.14-6.67,1.21-4.347-0.59-6.591-3.31-8.595-2.71-2.003-8.67-1.788-12.23,1.458-2.53,2.305-3.24,6.163-2.25,9.286z"/><path id="path256" fill="#f3f3f3" d="M-136.11,64.558c2.66-0.697,6.18-4.325,4.44-7.096-2.16-3.413-8.17-0.491-8.37,3.309-0.21,3.802,1.11,4.526,3.93,3.787z"/><path id="path258" fill="#f3f3f3" d="M-116.12,105.51c2.28-0.6,9.24-3.43,7.93-13.547-0.66-5.126-3.46,6.361-8.63,8.077-7.85,2.61-6.97,7.48,0.7,5.47z"/></g>
4 <rect id="rect6847" stroke-linejoin="miter" style="stroke-dasharray:none;" height="150.12" width="124.77" stroke="#000" stroke-miterlimit="4" y="0.98776" x="0.3169" stroke-width="1.9755" fill="#FFF"/><path id="text2611" style="stroke-dasharray:none;" d="M9.848,124.61c1.777-0.79,3.665-1.18,5.479-1.18,1.74,0,2.851,0.43,3.48,1.32,1.332-0.89,3.146-1.32,4.553-1.32,4.221,0,4.369,1.71,4.369,6.73v11.11c0,0.49,0.074,0.49-2.036,0.49v-11.81c0-3.63-0.074-4.74-2.48-4.74-1.073,0-2.184,0.25-3.369,1.03v15.27c-0.037,0.15-0.111,0.18-0.369,0.22-0.038,0-0.074,0.03-0.112,0.03h-1.555v-11.81c0-3.49,0-4.77-2.517-4.77-1.074,0-2.147,0.21-3.406,0.82v15.27c0,0.49,0.074,0.49-2.0361,0.49v-17.15m27.831-1.18c-3.146,0-6.626,0.89-6.626,10.4,0,7.33,2.554,8.47,6.071,8.47,2.701,0,5.034-0.89,5.034-1.32,0-0.53-0.074-1.35-0.259-1.82-1.148,0.79-2.777,1.21-4.59,1.21-2.48,0-4.146-0.71-4.184-6.22,1.629,0,5.776-0.04,8.848-0.65,0.259-1.17,0.37-2.88,0.37-4.37,0-3.56-1.444-5.7-4.664-5.7m-0.185,1.78c2.221,0,2.813,1.46,2.85,4.31,0,0.75-0.037,1.64-0.148,2.49-2.073,0.5-5.591,0.5-7.072,0.5,0.261-6.48,2.481-7.3,4.37-7.3m8.07-0.21c1.739-1.14,3.332-1.57,4.961-1.57,1.814,0,2.666,0.5,2.666,1.11,0,0.35-0.112,0.96-0.297,1.31-0.519-0.28-1.11-0.53-2.074-0.53-1.184,0-2.295,0.32-3.183,1.1v14.85c0,0.49,0.037,0.49-2.073,0.49v-16.76m18.69-0.39c0-0.47-1.554-1.18-3.11-1.18-2.999,0-6.664,1.03-6.664,9.83,0,8.33,2.222,9.07,6.109,9.07,1.924,0,3.665-1.03,3.665-1.6,0-0.32-0.074-0.82-0.26-1.24-0.778,0.56-1.962,1.1-3.22,1.1-2.665,0-4.22-0.75-4.22-7.23,0-7.15,2.554-8.15,4.775-8.15,1.258,0,1.962,0.36,2.665,0.82,0.186-0.43,0.26-1.03,0.26-1.42m14.181,16.55c-1.63,0.82-3.776,1.14-5.627,1.14-4.739,0-5.442-1.99-5.442-6.73v-11.14c0-0.46-0.037-0.46,2.074-0.46v11.82c0,3.56,0.517,4.77,3.294,4.77,1.073,0,2.554-0.22,3.665-0.86v-15.27c0-0.46-0.074-0.46,2.036-0.46v17.19m4.221-16.16c1.739-1.14,3.332-1.57,4.96-1.57,1.814,0,2.666,0.5,2.666,1.11,0,0.35-0.111,0.96-0.296,1.31-0.519-0.28-1.111-0.53-2.074-0.53-1.184,0-2.295,0.32-3.183,1.1v14.85c0,0.49,0.037,0.49-2.073,0.49v-16.76m12.379-1.03c-1.629,0-2.11,0-2.11,0.96v16.83c2.073,0,2.11,0,2.11-0.49v-17.3m-2.184-6.27c0,1.18,0.37,1.6,1.11,1.64,0.851,0,1.259-0.61,1.259-1.67,0.037-1.11-0.26-1.61-1.111-1.61-0.814,0-1.221,0.61-1.258,1.64m5.696,7.3c0-0.39,0.074-0.61,0.222-0.71,0.704-0.39,3.41-0.86,6.48-0.86,2.33,0,3.81,1.11,3.81,4.31v2.31c0,6.34-0.18,11.07-0.18,11.07-0.85,0.47-2.45,1.18-5.04,1.18-2.66,0.03-5.329-0.22-5.329-5.48,0-5.02,2.739-5.81,5.479-5.81,1.04,0,2.26,0.11,3.07,0.43v-3.31c0-2.31-1.18-2.81-2.59-2.81-1.89,0-4.514,0.35-5.662,0.89-0.222-0.39-0.26-1-0.26-1.21m8.512,7.9c-0.7-0.25-1.7-0.35-2.4-0.35-2.11,0-4.04,0.42-4.04,4.34,0,3.66,1.59,3.7,3.48,3.7,1.19,0,2.37-0.32,2.78-0.75,0,0,0.18-4.27,0.18-6.94m7.86,8.37c0,0.49,0.04,0.49-2.04,0.49v-25.2c0-0.96,0.41-0.96,2.04-0.96v25.67" stroke-miterlimit="4" stroke-width="2.02999997" fill="#010101"/><g id="g4503" transform="matrix(0.9351326,0,0,0.9351326,150.39508,-1.251766)"><path id="path2339" fill="#1b1a1b" d="M-45.75,92.692c20.04-33.321-4.232-87.363-48.614-81.873-40.096,4.958-40.746,47.165-5.405,57.191,30.583,8.685,6.318,28.084,7.027,41,0.712,12.92,26.587,17.6,46.992-16.318z"/><circle id="circle2341" transform="matrix(1.0917947,-0.2858168,0.2858168,1.0917947,-180.30817,13.494135)" cy="85.364" cx="33.728" r="15.414" fill="#1b1a1b"/><path id="path2343" fill="#1b1a1b" d="M-140.06,48.936c-6.26,0.606-10.84,6.164-10.24,12.422,0.61,6.262,6.17,10.847,12.43,10.241,6.26-0.614,10.84-6.171,10.23-12.43-0.61-6.253-6.16-10.839-12.42-10.233z"/><path id="path2561" fill="#bfbfbf" d="M-44.993,91.34c20.041-33.321-4.231-87.363-48.613-81.873-40.104,4.9568-40.744,47.166-5.406,57.193,30.583,8.684,6.318,28.083,7.027,41,0.713,12.92,26.587,17.6,46.992-16.32z"/><path id="path2563" fill="#000" d="M-86.842,112.76c-1.215-1.97,0.642-4.16,2.551-3.99,3.039,0.26,9.655-0.04,14.876-3,13.043-7.39,33.114-42.966,23.019-65.405-4.519-10.044-6.72-12.92-11.374-17.833-0.95-1.002-0.405-0.948,0.238-0.609,2.517,1.321,6.94,6.437,11.477,14.765,7.664,14.069,7.267,30.795,4.416,41.287-1.986,7.299-8.825,23.815-18.842,30.955-10.039,7.15-21.785,11.26-26.361,3.83z"/><path id="path2565" fill="#000" d="M-95.93,66.591c-6.83-2.028-15.64-4.853-20.74-11.517-3.75-4.914-5.66-10.277-6.15-13.318-0.17-1.085-0.32-1.991-0.01-2.24,0.15-0.117,2.81,5.896,6.79,10.936,3.97,5.04,9.53,7.988,14.16,9.059,4.117,0.952,12.646,3.044,15.532,5.503,2.967,2.527,3.215,7.987,2.216,8.603-1.006,0.62-3.048-4.429-11.798-7.026z"/><path id="path2567" fill="#FFF" d="M-81.841,113.72c-0.132,1.57,1.665,1.87,4.083,1.51,3.099-0.46,5.72-0.81,9.287-2.6,4.835-2.42,9.728-5.89,13.312-10.57,10.692-13.945,14.478-30.45,13.895-32.824-0.195,1.961-2.776,12.253-8.679,21.532-7.582,11.922-13.079,18.262-25.758,21.342-3.529,0.86-5.967-0.45-6.14,1.61z"/><path id="path2569" fill="#FFF" d="M-109.96,59.479c1.44,1.225,4.4,2.857,10.223,4.767,7.031,2.305,10.455,4.304,11.888,5.262,1.52,1.018,2.483,3.288,2.578,1.272,0.099-2.019-1.145-3.755-3.921-4.675-1.878-0.624-5.038-2.109-8.067-2.707-1.946-0.384-5.111-1.146-7.831-1.978-1.48-0.457-3-1.258-4.87-1.941z"/><circle id="circle2577" transform="matrix(1.0917947,-0.2858168,0.2858168,1.0917947,-180.30817,13.494135)" cy="84.375" cx="34.681" r="15.414" fill="#bfbfbf"/><path id="path2579" fill="#000" d="M-128.68,108.38c13.53,12.54,33.894-4.69,24.93-19.897-1.01-1.708-2.32-3.009-1.89-1.7,2.87,8.747,0.22,15.667-4.72,19.227-4.85,3.5-11.51,4.09-16.84,1.32-1.57-0.81-2.22,0.37-1.48,1.05z"/><path id="path2585" fill="#FFF" d="M-118.07,110.95c1.73-0.36,11.75-2.95,14.1-11.194,0.73-2.569,0.86-2.053,0.66-0.661-1.06,7.105-7.78,12.345-13.49,12.545-1.16,0.12-2.68-0.39-1.27-0.69z"/><path id="path2589" fill="#bfbfbf" d="M-139.3,47.584c-6.26,0.605-10.84,6.164-10.24,12.422,0.61,6.261,6.17,10.847,12.43,10.241,6.25-0.614,10.84-6.173,10.23-12.431-0.61-6.254-6.17-10.838-12.42-10.232z"/><path id="path2591" fill="#000" d="M-144.47,67.571c0.07,0.805,1.17,1.838,2.9,2.312,1.49,0.408,5.32,1.45,10.25-1.658,4.92-3.108,5.49-11.421,3.25-13.865-0.69-1.239-1.59-2.14-0.88-0.164,1.81,4.99-1.7,9.659-4.74,11.82-3.03,2.162-6.88,1.139-8.45,0.66s-2.4,0.064-2.33,0.895z"/><path id="path2597" fill="#FFF" d="M-138.11,68.688c0.45-0.406,2.73-0.24,4.79-1.35,2.07-1.109,4.52-3.54,4.95-6.994,0.26-2.029,0.34-1.519,0.44-0.415-0.32,5.743-5.6,8.916-8.62,9.334-0.82,0.113-2.25,0.044-1.56-0.575z"/><path id="path2561_1_" fill="#999" d="M-47.767,69.694c8.532-24.594-9.323-61.736-45.446-57.268-32.637,4.035-33.167,38.389-4.4,46.55,32.582,4.933,12.962,29.512,10.179,41.904-2.495,11.11,26.331,12.94,39.667-31.186z"/><path id="path2571" fill="#f3f3f3" d="M-70.093,88.904c-8.827-1.092-21.529,18.836-9.552,16.506,5.756-0.86,10.525-2.89,14.794-7.762,5.567-6.353,13.883-20.074,16.288-28.94,2.025-7.476,1.007-19.057-1.081-8.175-2.142,11.167-11.623,29.464-20.449,28.371z"/><path id="path2581" fill="#999" d="M-129.39,104.85c2.05,0.03,3.28,0.32,5.35,1.77,4.09,1.7,11.61,0.62,15.09-3.95,3.47-4.57,3.58-10.868,2.26-14.674-3.24-9.314-16.99-9.149-23.13-1.417-6.64,8.636-1.61,18.231,0.43,18.271z"/><path id="path2593_2_" fill="#999" d="M-147.64,61.684c0.41,1.282,1.45,3.154,3.65,3.466,2.94,0.417,3.54,1.743,7,1.055,3.47-0.688,6.09-3.528,7.14-6.67,1.21-4.347-0.59-6.591-3.31-8.595-2.71-2.003-8.67-1.788-12.23,1.458-2.53,2.305-3.24,6.163-2.25,9.286z"/><path id="path256" fill="#f3f3f3" d="M-136.11,64.558c2.66-0.697,6.18-4.325,4.44-7.096-2.16-3.413-8.17-0.491-8.37,3.309-0.21,3.802,1.11,4.526,3.93,3.787z"/><path id="path258" fill="#f3f3f3" d="M-116.12,105.51c2.28-0.6,9.24-3.43,7.93-13.547-0.66-5.126-3.46,6.361-8.63,8.077-7.85,2.61-6.97,7.48,0.7,5.47z"/></g>
5 </svg>
5 </svg>
@@ -1,6 +1,6 b''
1 # memory.py - track memory usage
1 # memory.py - track memory usage
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -3,7 +3,7 b' Upstream-Name: mercurial'
3 Source: https://www.mercurial-scm.org/
3 Source: https://www.mercurial-scm.org/
4
4
5 Files: *
5 Files: *
6 Copyright: 2005-2021, Matt Mackall <mpm@selenic.com> and others.
6 Copyright: 2005-2021, Olivia Mackall <olivia@selenic.com> and others.
7 License: GPL-2+
7 License: GPL-2+
8 This program is free software; you can redistribute it
8 This program is free software; you can redistribute it
9 and/or modify it under the terms of the GNU General Public
9 and/or modify it under the terms of the GNU General Public
@@ -6,7 +6,7 b''
6 #endif
6 #endif
7
7
8 [Setup]
8 [Setup]
9 AppCopyright=Copyright 2005-2021 Matt Mackall and others
9 AppCopyright=Copyright 2005-2021 Olivia Mackall and others
10 AppName=Mercurial
10 AppName=Mercurial
11 AppVersion={#VERSION}
11 AppVersion={#VERSION}
12 OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX}
12 OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX}
@@ -20,7 +20,7 b' AppVerName=Mercurial {#VERSION}'
20 InfoAfterFile=../postinstall.txt
20 InfoAfterFile=../postinstall.txt
21 LicenseFile=Copying.txt
21 LicenseFile=Copying.txt
22 ShowLanguageDialog=yes
22 ShowLanguageDialog=yes
23 AppPublisher=Matt Mackall and others
23 AppPublisher=Olivia Mackall and others
24 AppPublisherURL=https://mercurial-scm.org/
24 AppPublisherURL=https://mercurial-scm.org/
25 AppSupportURL=https://mercurial-scm.org/
25 AppSupportURL=https://mercurial-scm.org/
26 AppUpdatesURL=https://mercurial-scm.org/
26 AppUpdatesURL=https://mercurial-scm.org/
@@ -29,8 +29,8 b' AppContact=mercurial@mercurial-scm.org'
29 DefaultDirName={pf}\Mercurial
29 DefaultDirName={pf}\Mercurial
30 SourceDir=stage
30 SourceDir=stage
31 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
31 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
32 VersionInfoCopyright=Copyright 2005-2021 Matt Mackall and others
32 VersionInfoCopyright=Copyright 2005-2021 Olivia Mackall and others
33 VersionInfoCompany=Matt Mackall and others
33 VersionInfoCompany=Olivia Mackall and others
34 VersionInfoVersion={#QUAD_VERSION}
34 VersionInfoVersion={#QUAD_VERSION}
35 InternalCompressLevel=max
35 InternalCompressLevel=max
36 SolidCompression=true
36 SolidCompression=true
@@ -19,14 +19,14 b''
19 Name='Mercurial $(var.Version) ($(var.Platform))'
19 Name='Mercurial $(var.Version) ($(var.Platform))'
20 UpgradeCode='$(var.ProductUpgradeCode)'
20 UpgradeCode='$(var.ProductUpgradeCode)'
21 Language='1033' Codepage='1252' Version='$(var.Version)'
21 Language='1033' Codepage='1252' Version='$(var.Version)'
22 Manufacturer='Matt Mackall and others'>
22 Manufacturer='Olivia Mackall and others'>
23
23
24 <Package Id='*'
24 <Package Id='*'
25 Keywords='Installer'
25 Keywords='Installer'
26 Description="Mercurial distributed SCM (version $(var.Version))"
26 Description="Mercurial distributed SCM (version $(var.Version))"
27 Comments='$(var.Comments)'
27 Comments='$(var.Comments)'
28 Platform='$(var.Platform)'
28 Platform='$(var.Platform)'
29 Manufacturer='Matt Mackall and others'
29 Manufacturer='Olivia Mackall and others'
30 InstallerVersion='300' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
30 InstallerVersion='300' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
31
31
32 <Media Id='1' Cabinet='mercurial.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1'
32 <Media Id='1' Cabinet='mercurial.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1'
@@ -140,7 +140,7 b' editor = whatever'
140 </p>
140 </p>
141
141
142 <p>
142 <p>
143 Mercurial is Copyright 2005-2021 Matt Mackall and others.
143 Mercurial is Copyright 2005-2021 Olivia Mackall and others.
144 </p>
144 </p>
145
145
146 <p>
146 <p>
@@ -2,7 +2,7 b''
2 #
2 #
3 # runrst - register custom roles and run correct writer
3 # runrst - register custom roles and run correct writer
4 #
4 #
5 # Copyright 2010 Matt Mackall <mpm@selenic.com> and others
5 # Copyright 2010 Olivia Mackall <olivia@selenic.com> and others
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -2,7 +2,7 b''
2 #
2 #
3 # mercurial - scalable distributed SCM
3 # mercurial - scalable distributed SCM
4 #
4 #
5 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
5 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # demandimport.py - global demand-loading of modules for Mercurial
1 # demandimport.py - global demand-loading of modules for Mercurial
2 #
2 #
3 # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006, 2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # convert.py Foreign SCM converter
1 # convert.py Foreign SCM converter
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # common.py - common code for the convert extension
1 # common.py - common code for the convert extension
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # convcmd - convert extension commands definition
1 # convcmd - convert extension commands definition
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # cvs.py: CVS conversion code inspired by hg-cvs-import and git-cvsimport
1 # cvs.py: CVS conversion code inspired by hg-cvs-import and git-cvsimport
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # darcs.py - darcs support for the convert extension
1 # darcs.py - darcs support for the convert extension
2 #
2 #
3 # Copyright 2007-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2007-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # git.py - git support for the convert extension
1 # git.py - git support for the convert extension
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # hg.py - hg backend for convert extension
1 # hg.py - hg backend for convert extension
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # patchbomb.py - sending Mercurial changesets as patch emails
1 # patchbomb.py - sending Mercurial changesets as patch emails
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,4 +1,4 b''
1 # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
1 # Copyright 2006, 2007 Olivia Mackall <olivia@selenic.com>
2 #
2 #
3 # This software may be used and distributed according to the terms of the
3 # This software may be used and distributed according to the terms of the
4 # GNU General Public License version 2 or any later version.
4 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # win32text.py - LF <-> CRLF/CR translation utilities for Windows/Mac users
1 # win32text.py - LF <-> CRLF/CR translation utilities for Windows/Mac users
2 #
2 #
3 # Copyright 2005, 2007-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005, 2007-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # zeroconf.py - zeroconf support for Mercurial
1 # zeroconf.py - zeroconf support for Mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # Danish translations for Mercurial
1 # Danish translations for Mercurial
2 # Danske oversættelser for Mercurial
2 # Danske oversættelser for Mercurial
3 # Copyright (C) 2009, 2010 Matt Mackall and others
3 # Copyright (C) 2009, 2010 Olivia Mackall and others
4 #
4 #
5 # Translation dictionary:
5 # Translation dictionary:
6 #
6 #
@@ -11359,11 +11359,11 b' msgid "(see http://mercurial.selenic.com'
11359 msgstr "(se http://mercurial.selenic.com for mere information)"
11359 msgstr "(se http://mercurial.selenic.com for mere information)"
11360
11360
11361 msgid ""
11361 msgid ""
11362 "Copyright (C) 2005-2011 Matt Mackall and others\n"
11362 "Copyright (C) 2005-2011 Olivia Mackall and others\n"
11363 "This is free software; see the source for copying conditions. There is NO\n"
11363 "This is free software; see the source for copying conditions. There is NO\n"
11364 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
11364 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
11365 msgstr ""
11365 msgstr ""
11366 "Copyright (C) 2005-2011 Matt Mackall og andre\n"
11366 "Copyright (C) 2005-2011 Olivia Mackall og andre\n"
11367 "Dette er frit programmel; se kildekoden for kopieringsbetingelser. Der\n"
11367 "Dette er frit programmel; se kildekoden for kopieringsbetingelser. Der\n"
11368 "gives INGEN GARANTI; ikke engang for SALGBARHED eller EGNETHED FOR\n"
11368 "gives INGEN GARANTI; ikke engang for SALGBARHED eller EGNETHED FOR\n"
11369 "NOGET BESTEMT FORMÅL.\n"
11369 "NOGET BESTEMT FORMÅL.\n"
@@ -1,6 +1,6 b''
1 # German translations for Mercurial
1 # German translations for Mercurial
2 # Deutsche Übersetzungen für Mercurial
2 # Deutsche Übersetzungen für Mercurial
3 # Copyright (C) 2009 Matt Mackall and others
3 # Copyright (C) 2009 Olivia Mackall and others
4 #
4 #
5 # Übersetzer:
5 # Übersetzer:
6 # Tobias Bell
6 # Tobias Bell
@@ -14536,11 +14536,11 b' msgid "(see http://mercurial.selenic.com'
14536 msgstr "(siehe http://mercurial.selenic.com für mehr Information)"
14536 msgstr "(siehe http://mercurial.selenic.com für mehr Information)"
14537
14537
14538 msgid ""
14538 msgid ""
14539 "Copyright (C) 2005-2014 Matt Mackall and others\n"
14539 "Copyright (C) 2005-2014 Olivia Mackall and others\n"
14540 "This is free software; see the source for copying conditions. There is NO\n"
14540 "This is free software; see the source for copying conditions. There is NO\n"
14541 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
14541 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
14542 msgstr ""
14542 msgstr ""
14543 "Copyright (C) 2005-2014 Matt Mackall und andere\n"
14543 "Copyright (C) 2005-2014 Olivia Mackall und andere\n"
14544 "Dies ist freie Software; siehe Quellen für Kopierbestimmungen. Es besteht\n"
14544 "Dies ist freie Software; siehe Quellen für Kopierbestimmungen. Es besteht\n"
14545 "KEINE Gewährleistung für das Programm, nicht einmal der Marktreife oder der\n"
14545 "KEINE Gewährleistung für das Programm, nicht einmal der Marktreife oder der\n"
14546 "Verwendbarkeit für einen bestimmten Zweck.\n"
14546 "Verwendbarkeit für einen bestimmten Zweck.\n"
@@ -18893,7 +18893,7 b' msgid ""'
18893 msgstr ""
18893 msgstr ""
18894
18894
18895 msgid ""
18895 msgid ""
18896 ":Author: Matt Mackall <mpm@selenic.com>\n"
18896 ":Author: Olivia Mackall <olivia@selenic.com>\n"
18897 ":Organization: Mercurial\n"
18897 ":Organization: Mercurial\n"
18898 ":Manual section: 1\n"
18898 ":Manual section: 1\n"
18899 ":Manual group: Mercurial Manual"
18899 ":Manual group: Mercurial Manual"
@@ -19032,7 +19032,7 b' msgstr ""'
19032 msgid ""
19032 msgid ""
19033 "Author\n"
19033 "Author\n"
19034 "\"\"\"\"\"\"\n"
19034 "\"\"\"\"\"\"\n"
19035 "Written by Matt Mackall <mpm@selenic.com>"
19035 "Written by Olivia Mackall <olivia@selenic.com>"
19036 msgstr ""
19036 msgstr ""
19037
19037
19038 msgid ""
19038 msgid ""
@@ -19050,7 +19050,7 b' msgstr ""'
19050 msgid ""
19050 msgid ""
19051 "Copying\n"
19051 "Copying\n"
19052 "\"\"\"\"\"\"\"\n"
19052 "\"\"\"\"\"\"\"\n"
19053 "Copyright (C) 2005-2014 Matt Mackall.\n"
19053 "Copyright (C) 2005-2014 Olivia Mackall.\n"
19054 "Free use of this software is granted under the terms of the GNU General\n"
19054 "Free use of this software is granted under the terms of the GNU General\n"
19055 "Public License version 2 or any later version."
19055 "Public License version 2 or any later version."
19056 msgstr ""
19056 msgstr ""
@@ -19088,7 +19088,7 b' msgid ""'
19088 "Vadim Gelfer <vadim.gelfer@gmail.com>"
19088 "Vadim Gelfer <vadim.gelfer@gmail.com>"
19089 msgstr ""
19089 msgstr ""
19090
19090
19091 msgid "Mercurial was written by Matt Mackall <mpm@selenic.com>."
19091 msgid "Mercurial was written by Olivia Mackall <olivia@selenic.com>."
19092 msgstr ""
19092 msgstr ""
19093
19093
19094 msgid ""
19094 msgid ""
@@ -19101,7 +19101,7 b' msgid ""'
19101 "Copying\n"
19101 "Copying\n"
19102 "=======\n"
19102 "=======\n"
19103 "This manual page is copyright 2006 Vadim Gelfer.\n"
19103 "This manual page is copyright 2006 Vadim Gelfer.\n"
19104 "Mercurial is copyright 2005-2014 Matt Mackall.\n"
19104 "Mercurial is copyright 2005-2014 Olivia Mackall.\n"
19105 "Free use of this software is granted under the terms of the GNU General\n"
19105 "Free use of this software is granted under the terms of the GNU General\n"
19106 "Public License version 2 or any later version."
19106 "Public License version 2 or any later version."
19107 msgstr ""
19107 msgstr ""
@@ -19307,7 +19307,7 b' msgid ""'
19307 "Copying\n"
19307 "Copying\n"
19308 "=======\n"
19308 "=======\n"
19309 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
19309 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
19310 "Mercurial is copyright 2005-2014 Matt Mackall.\n"
19310 "Mercurial is copyright 2005-2014 Olivia Mackall.\n"
19311 "Free use of this software is granted under the terms of the GNU General\n"
19311 "Free use of this software is granted under the terms of the GNU General\n"
19312 "Public License version 2 or any later version."
19312 "Public License version 2 or any later version."
19313 msgstr ""
19313 msgstr ""
@@ -1,7 +1,7 b''
1 # Greek translations for Mercurial
1 # Greek translations for Mercurial
2 # Ελληνική μετάφραση των μηνυμάτων του Mercurial
2 # Ελληνική μετάφραση των μηνυμάτων του Mercurial
3 #
3 #
4 # Copyright (C) 2009 Matt Mackall και άλλοι
4 # Copyright (C) 2009 Olivia Mackall και άλλοι
5 #
5 #
6 msgid ""
6 msgid ""
7 msgstr ""
7 msgstr ""
@@ -7606,12 +7606,12 b' msgstr "Mercurial \xce\x9a\xce\xb1\xcf\x84\xce\xb1\xce\xbd\xce\xb5\xce\xbc\xce\xb7\xce\xbc\xce\xad\xce\xbd\xce\xbf SCM (version %s)\\n"'
7606
7606
7607 msgid ""
7607 msgid ""
7608 "\n"
7608 "\n"
7609 "Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
7609 "Copyright (C) 2005-2010 Olivia Mackall <olivia@selenic.com> and others\n"
7610 "This is free software; see the source for copying conditions. There is NO\n"
7610 "This is free software; see the source for copying conditions. There is NO\n"
7611 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7611 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7612 msgstr ""
7612 msgstr ""
7613 "\n"
7613 "\n"
7614 "Πνευματικά δικαιώματα (C) 2005-2009 Matt Mackall <mpm@selenic.com> και άλλοι\n"
7614 "Πνευματικά δικαιώματα (C) 2005-2009 Olivia Mackall <olivia@selenic.com> και άλλοι\n"
7615 "Αυτό το πρόγραμμα είναι ελεύθερο λογισμικό· δείτε τον πηγαίο κώδικα για\n"
7615 "Αυτό το πρόγραμμα είναι ελεύθερο λογισμικό· δείτε τον πηγαίο κώδικα για\n"
7616 "την άδεια χρήσης του. Δεν παρέχεται ΚΑΜΙΑ εγγύηση· ούτε καν για την\n"
7616 "την άδεια χρήσης του. Δεν παρέχεται ΚΑΜΙΑ εγγύηση· ούτε καν για την\n"
7617 "ΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑ ή την ΚΑΤΑΛΛΗΛΟΤΗΤΑ ΓΙΑ ΚΑΠΟΙΟ ΣΚΟΠΟ.\n"
7617 "ΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑ ή την ΚΑΤΑΛΛΗΛΟΤΗΤΑ ΓΙΑ ΚΑΠΟΙΟ ΣΚΟΠΟ.\n"
@@ -1,6 +1,6 b''
1 # French translations for Mercurial
1 # French translations for Mercurial
2 # Traductions françaises de Mercurial
2 # Traductions françaises de Mercurial
3 # Copyright (C) 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright (C) 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # Quelques règles :
5 # Quelques règles :
6 # - dans l'aide d'une commande, la première ligne descriptive
6 # - dans l'aide d'une commande, la première ligne descriptive
@@ -9412,7 +9412,7 b' msgstr ""'
9412
9412
9413 msgid ""
9413 msgid ""
9414 "\n"
9414 "\n"
9415 "Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
9415 "Copyright (C) 2005-2010 Olivia Mackall <olivia@selenic.com> and others\n"
9416 "This is free software; see the source for copying conditions. There is NO\n"
9416 "This is free software; see the source for copying conditions. There is NO\n"
9417 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
9417 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
9418 msgstr ""
9418 msgstr ""
@@ -2,7 +2,7 b''
2 #
2 #
3 # hggettext - carefully extract docstrings for Mercurial
3 # hggettext - carefully extract docstrings for Mercurial
4 #
4 #
5 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
5 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # Italian translations for Mercurial
1 # Italian translations for Mercurial
2 # Traduzione italiana per Mercurial
2 # Traduzione italiana per Mercurial
3 # Copyright (C) 2009 Matt Mackall and others
3 # Copyright (C) 2009 Olivia Mackall and others
4 msgid ""
4 msgid ""
5 msgstr ""
5 msgstr ""
6 "Project-Id-Version: Mercurial\n"
6 "Project-Id-Version: Mercurial\n"
@@ -8881,11 +8881,11 b' msgid "(see http://mercurial.selenic.com'
8881 msgstr ""
8881 msgstr ""
8882
8882
8883 msgid ""
8883 msgid ""
8884 "Copyright (C) 2005-2011 Matt Mackall and others\n"
8884 "Copyright (C) 2005-2011 Olivia Mackall and others\n"
8885 "This is free software; see the source for copying conditions. There is NO\n"
8885 "This is free software; see the source for copying conditions. There is NO\n"
8886 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
8886 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
8887 msgstr ""
8887 msgstr ""
8888 "Copyright (C) 2005-2011 Matt Mackall e altri\n"
8888 "Copyright (C) 2005-2011 Olivia Mackall e altri\n"
8889 "Questo è software libero; vedere i sorgenti per le condizioni di copia.\n"
8889 "Questo è software libero; vedere i sorgenti per le condizioni di copia.\n"
8890 "Non c'è ALCUNA garanzia; neppure di COMMERCIABILITÀ o IDONEITÀ AD UNO\n"
8890 "Non c'è ALCUNA garanzia; neppure di COMMERCIABILITÀ o IDONEITÀ AD UNO\n"
8891 "SCOPO PARTICOLARE.\n"
8891 "SCOPO PARTICOLARE.\n"
@@ -18771,11 +18771,11 b' msgid "(see https://mercurial-scm.org fo'
18771 msgstr "(詳細は https://mercurial-scm.org を参照)"
18771 msgstr "(詳細は https://mercurial-scm.org を参照)"
18772
18772
18773 msgid ""
18773 msgid ""
18774 "Copyright (C) 2005-2018 Matt Mackall and others\n"
18774 "Copyright (C) 2005-2018 Olivia Mackall and others\n"
18775 "This is free software; see the source for copying conditions. There is NO\n"
18775 "This is free software; see the source for copying conditions. There is NO\n"
18776 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
18776 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
18777 msgstr ""
18777 msgstr ""
18778 "Copyright (C) 2005-2018 Matt Mackall and others\n"
18778 "Copyright (C) 2005-2018 Olivia Mackall and others\n"
18779 "本製品はフリーソフトウェアです。\n"
18779 "本製品はフリーソフトウェアです。\n"
18780 "頒布条件に関しては同梱されるライセンス条項をお読みください。\n"
18780 "頒布条件に関しては同梱されるライセンス条項をお読みください。\n"
18781 "市場適合性や特定用途への可否を含め、 本製品は無保証です。\n"
18781 "市場適合性や特定用途への可否を含め、 本製品は無保証です。\n"
@@ -30239,11 +30239,11 b' msgstr ""'
30239 msgid ""
30239 msgid ""
30240 "Author\n"
30240 "Author\n"
30241 "\"\"\"\"\"\"\n"
30241 "\"\"\"\"\"\"\n"
30242 "Written by Matt Mackall <mpm@selenic.com>"
30242 "Written by Olivia Mackall <olivia@selenic.com>"
30243 msgstr ""
30243 msgstr ""
30244 "著者\n"
30244 "著者\n"
30245 "\"\"\"\"\n"
30245 "\"\"\"\"\n"
30246 "Matt Mackall <mpm@selenic.com>"
30246 "Olivia Mackall <olivia@selenic.com>"
30247
30247
30248 msgid ""
30248 msgid ""
30249 "Resources\n"
30249 "Resources\n"
@@ -30264,13 +30264,13 b' msgstr ""'
30264 msgid ""
30264 msgid ""
30265 "Copying\n"
30265 "Copying\n"
30266 "\"\"\"\"\"\"\"\n"
30266 "\"\"\"\"\"\"\"\n"
30267 "Copyright (C) 2005-2016 Matt Mackall.\n"
30267 "Copyright (C) 2005-2016 Olivia Mackall.\n"
30268 "Free use of this software is granted under the terms of the GNU General\n"
30268 "Free use of this software is granted under the terms of the GNU General\n"
30269 "Public License version 2 or any later version."
30269 "Public License version 2 or any later version."
30270 msgstr ""
30270 msgstr ""
30271 "Copying\n"
30271 "Copying\n"
30272 "\"\"\"\"\"\"\"\n"
30272 "\"\"\"\"\"\"\"\n"
30273 "Copyright (C) 2005-2016 Matt Mackall.\n"
30273 "Copyright (C) 2005-2016 Olivia Mackall.\n"
30274 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30274 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30275 "Public License の元での自由な利用が保証されています。"
30275 "Public License の元での自由な利用が保証されています。"
30276
30276
@@ -30293,12 +30293,12 b' msgstr ""'
30293 "----------------------------------"
30293 "----------------------------------"
30294
30294
30295 msgid ""
30295 msgid ""
30296 ":Author: Matt Mackall <mpm@selenic.com>\n"
30296 ":Author: Olivia Mackall <olivia@selenic.com>\n"
30297 ":Organization: Mercurial\n"
30297 ":Organization: Mercurial\n"
30298 ":Manual section: 1\n"
30298 ":Manual section: 1\n"
30299 ":Manual group: Mercurial Manual"
30299 ":Manual group: Mercurial Manual"
30300 msgstr ""
30300 msgstr ""
30301 ":Author: Matt Mackall <mpm@selenic.com>\n"
30301 ":Author: Olivia Mackall <olivia@selenic.com>\n"
30302 ":Organization: Mercurial\n"
30302 ":Organization: Mercurial\n"
30303 ":Manual section: 1\n"
30303 ":Manual section: 1\n"
30304 ":Manual group: Mercurial Manual"
30304 ":Manual group: Mercurial Manual"
@@ -30471,13 +30471,13 b' msgstr ""'
30471 msgid ""
30471 msgid ""
30472 "Copying\n"
30472 "Copying\n"
30473 "\"\"\"\"\"\"\"\n"
30473 "\"\"\"\"\"\"\"\n"
30474 "Copyright (C) 2005-2018 Matt Mackall.\n"
30474 "Copyright (C) 2005-2018 Olivia Mackall.\n"
30475 "Free use of this software is granted under the terms of the GNU General\n"
30475 "Free use of this software is granted under the terms of the GNU General\n"
30476 "Public License version 2 or any later version."
30476 "Public License version 2 or any later version."
30477 msgstr ""
30477 msgstr ""
30478 "Copying\n"
30478 "Copying\n"
30479 "\"\"\"\"\"\"\"\n"
30479 "\"\"\"\"\"\"\"\n"
30480 "Copyright (C) 2005-2016 Matt Mackall.\n"
30480 "Copyright (C) 2005-2016 Olivia Mackall.\n"
30481 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30481 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30482 "Public License の元での自由な利用が保証されています。"
30482 "Public License の元での自由な利用が保証されています。"
30483
30483
@@ -30519,8 +30519,8 b' msgstr ""'
30519 "====\n"
30519 "====\n"
30520 "本マニュアルページの著者は Vadim Gelfer <vadim.gelfer@gmail.com> です。"
30520 "本マニュアルページの著者は Vadim Gelfer <vadim.gelfer@gmail.com> です。"
30521
30521
30522 msgid "Mercurial was written by Matt Mackall <mpm@selenic.com>."
30522 msgid "Mercurial was written by Olivia Mackall <olivia@selenic.com>."
30523 msgstr "Mercurial の著者は Matt Mackall <mpm@selenic.com> です。"
30523 msgstr "Mercurial の著者は Olivia Mackall <olivia@selenic.com> です。"
30524
30524
30525 msgid ""
30525 msgid ""
30526 "See Also\n"
30526 "See Also\n"
@@ -30536,14 +30536,14 b' msgid ""'
30536 "Copying\n"
30536 "Copying\n"
30537 "=======\n"
30537 "=======\n"
30538 "This manual page is copyright 2006 Vadim Gelfer.\n"
30538 "This manual page is copyright 2006 Vadim Gelfer.\n"
30539 "Mercurial is copyright 2005-2018 Matt Mackall.\n"
30539 "Mercurial is copyright 2005-2018 Olivia Mackall.\n"
30540 "Free use of this software is granted under the terms of the GNU General\n"
30540 "Free use of this software is granted under the terms of the GNU General\n"
30541 "Public License version 2 or any later version."
30541 "Public License version 2 or any later version."
30542 msgstr ""
30542 msgstr ""
30543 "Copying\n"
30543 "Copying\n"
30544 "=======\n"
30544 "=======\n"
30545 "本マニュアルページの著作権は copyright 2006 Vadim Gelfer です。\n"
30545 "本マニュアルページの著作権は copyright 2006 Vadim Gelfer です。\n"
30546 "Mercurial の著作権は copyright 2005-2017 Matt Mackall です。\n"
30546 "Mercurial の著作権は copyright 2005-2017 Olivia Mackall です。\n"
30547 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30547 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30548 "Public License の元での自由な利用が保証されています。"
30548 "Public License の元での自由な利用が保証されています。"
30549
30549
@@ -30825,14 +30825,14 b' msgid ""'
30825 "Copying\n"
30825 "Copying\n"
30826 "=======\n"
30826 "=======\n"
30827 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
30827 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
30828 "Mercurial is copyright 2005-2018 Matt Mackall.\n"
30828 "Mercurial is copyright 2005-2018 Olivia Mackall.\n"
30829 "Free use of this software is granted under the terms of the GNU General\n"
30829 "Free use of this software is granted under the terms of the GNU General\n"
30830 "Public License version 2 or any later version."
30830 "Public License version 2 or any later version."
30831 msgstr ""
30831 msgstr ""
30832 "Copying\n"
30832 "Copying\n"
30833 "=======\n"
30833 "=======\n"
30834 "本マニュアルの著作権は copyright 2005 Bryan O'Sullivan です。\n"
30834 "本マニュアルの著作権は copyright 2005 Bryan O'Sullivan です。\n"
30835 "Mercurial の著作権は copyright 2005-2017 Matt Mackall です。\n"
30835 "Mercurial の著作権は copyright 2005-2017 Olivia Mackall です。\n"
30836 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30836 "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
30837 "Public License の元での自由な利用が保証されています。"
30837 "Public License の元での自由な利用が保証されています。"
30838
30838
@@ -39790,13 +39790,13 b' msgstr ""'
39790 #~ msgid ""
39790 #~ msgid ""
39791 #~ "Copying\n"
39791 #~ "Copying\n"
39792 #~ "\"\"\"\"\"\"\"\n"
39792 #~ "\"\"\"\"\"\"\"\n"
39793 #~ "Copyright (C) 2005-2017 Matt Mackall.\n"
39793 #~ "Copyright (C) 2005-2017 Olivia Mackall.\n"
39794 #~ "Free use of this software is granted under the terms of the GNU General\n"
39794 #~ "Free use of this software is granted under the terms of the GNU General\n"
39795 #~ "Public License version 2 or any later version."
39795 #~ "Public License version 2 or any later version."
39796 #~ msgstr ""
39796 #~ msgstr ""
39797 #~ "Copying\n"
39797 #~ "Copying\n"
39798 #~ "\"\"\"\"\"\"\"\n"
39798 #~ "\"\"\"\"\"\"\"\n"
39799 #~ "Copyright (C) 2005-2017 Matt Mackall.\n"
39799 #~ "Copyright (C) 2005-2017 Olivia Mackall.\n"
39800 #~ "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
39800 #~ "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
39801 #~ "Public License の元での自由な利用が保証されています。"
39801 #~ "Public License の元での自由な利用が保証されています。"
39802
39802
@@ -1,6 +1,6 b''
1 # Brazilian Portuguese translations for Mercurial
1 # Brazilian Portuguese translations for Mercurial
2 # Traduções do Mercurial para português do Brasil
2 # Traduções do Mercurial para português do Brasil
3 # Copyright (C) 2011 Matt Mackall and others
3 # Copyright (C) 2011 Olivia Mackall and others
4 #
4 #
5 # Translators:
5 # Translators:
6 # Diego Oliveira <diego@diegooliveira.com>
6 # Diego Oliveira <diego@diegooliveira.com>
@@ -19269,11 +19269,11 b' msgid "(see https://mercurial-scm.org fo'
19269 msgstr "(veja https://mercurial-scm.org para mais informações)"
19269 msgstr "(veja https://mercurial-scm.org para mais informações)"
19270
19270
19271 msgid ""
19271 msgid ""
19272 "Copyright (C) 2005-2018 Matt Mackall and others\n"
19272 "Copyright (C) 2005-2018 Olivia Mackall and others\n"
19273 "This is free software; see the source for copying conditions. There is NO\n"
19273 "This is free software; see the source for copying conditions. There is NO\n"
19274 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
19274 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
19275 msgstr ""
19275 msgstr ""
19276 "Copyright (C) 2005-2018 Matt Mackall e outros\n"
19276 "Copyright (C) 2005-2018 Olivia Mackall e outros\n"
19277 "Este software é livre; veja os fontes para condições de cópia. Não\n"
19277 "Este software é livre; veja os fontes para condições de cópia. Não\n"
19278 "há garantias, nem mesmo de adequação para qualquer propósito em\n"
19278 "há garantias, nem mesmo de adequação para qualquer propósito em\n"
19279 "particular.\n"
19279 "particular.\n"
@@ -31340,11 +31340,11 b' msgstr ""'
31340 msgid ""
31340 msgid ""
31341 "Author\n"
31341 "Author\n"
31342 "\"\"\"\"\"\"\n"
31342 "\"\"\"\"\"\"\n"
31343 "Written by Matt Mackall <mpm@selenic.com>"
31343 "Written by Olivia Mackall <olivia@selenic.com>"
31344 msgstr ""
31344 msgstr ""
31345 "Autor\n"
31345 "Autor\n"
31346 "\"\"\"\"\"\n"
31346 "\"\"\"\"\"\n"
31347 "Escrito por Matt Mackall <mpm@selenic.com>"
31347 "Escrito por Olivia Mackall <olivia@selenic.com>"
31348
31348
31349 msgid ""
31349 msgid ""
31350 "Resources\n"
31350 "Resources\n"
@@ -31367,13 +31367,13 b' msgstr ""'
31367 msgid ""
31367 msgid ""
31368 "Copying\n"
31368 "Copying\n"
31369 "\"\"\"\"\"\"\"\n"
31369 "\"\"\"\"\"\"\"\n"
31370 "Copyright (C) 2005-2016 Matt Mackall.\n"
31370 "Copyright (C) 2005-2016 Olivia Mackall.\n"
31371 "Free use of this software is granted under the terms of the GNU General\n"
31371 "Free use of this software is granted under the terms of the GNU General\n"
31372 "Public License version 2 or any later version."
31372 "Public License version 2 or any later version."
31373 msgstr ""
31373 msgstr ""
31374 "Cópia\n"
31374 "Cópia\n"
31375 "\"\"\"\"\"\n"
31375 "\"\"\"\"\"\n"
31376 "Copyright (C) 2005-2016 Matt Mackall.\n"
31376 "Copyright (C) 2005-2016 Olivia Mackall.\n"
31377 "Garante-se livre uso deste software nos termos da licença\n"
31377 "Garante-se livre uso deste software nos termos da licença\n"
31378 "GNU General Public License, versão 2 ou qualquer versão posterior."
31378 "GNU General Public License, versão 2 ou qualquer versão posterior."
31379
31379
@@ -31396,12 +31396,12 b' msgstr ""'
31396 "----------------------------------------------------"
31396 "----------------------------------------------------"
31397
31397
31398 msgid ""
31398 msgid ""
31399 ":Author: Matt Mackall <mpm@selenic.com>\n"
31399 ":Author: Olivia Mackall <olivia@selenic.com>\n"
31400 ":Organization: Mercurial\n"
31400 ":Organization: Mercurial\n"
31401 ":Manual section: 1\n"
31401 ":Manual section: 1\n"
31402 ":Manual group: Mercurial Manual"
31402 ":Manual group: Mercurial Manual"
31403 msgstr ""
31403 msgstr ""
31404 ":Author: Matt Mackall <mpm@selenic.com>\n"
31404 ":Author: Olivia Mackall <olivia@selenic.com>\n"
31405 ":Organization: Mercurial\n"
31405 ":Organization: Mercurial\n"
31406 ":Manual section: 1\n"
31406 ":Manual section: 1\n"
31407 ":Manual group: Mercurial Manual"
31407 ":Manual group: Mercurial Manual"
@@ -31581,13 +31581,13 b' msgstr ""'
31581 msgid ""
31581 msgid ""
31582 "Copying\n"
31582 "Copying\n"
31583 "\"\"\"\"\"\"\"\n"
31583 "\"\"\"\"\"\"\"\n"
31584 "Copyright (C) 2005-2018 Matt Mackall.\n"
31584 "Copyright (C) 2005-2018 Olivia Mackall.\n"
31585 "Free use of this software is granted under the terms of the GNU General\n"
31585 "Free use of this software is granted under the terms of the GNU General\n"
31586 "Public License version 2 or any later version."
31586 "Public License version 2 or any later version."
31587 msgstr ""
31587 msgstr ""
31588 "Cópia\n"
31588 "Cópia\n"
31589 "\"\"\"\"\"\n"
31589 "\"\"\"\"\"\n"
31590 "Copyright (C) 2005-2018 Matt Mackall.\n"
31590 "Copyright (C) 2005-2018 Olivia Mackall.\n"
31591 "Garante-se livre uso deste software nos termos da licença\n"
31591 "Garante-se livre uso deste software nos termos da licença\n"
31592 "GNU General Public License, versão 2 ou qualquer versão posterior."
31592 "GNU General Public License, versão 2 ou qualquer versão posterior."
31593
31593
@@ -31629,8 +31629,8 b' msgstr ""'
31629 "=====\n"
31629 "=====\n"
31630 "Vadim Gelfer <vadim.gelfer@gmail.com>"
31630 "Vadim Gelfer <vadim.gelfer@gmail.com>"
31631
31631
31632 msgid "Mercurial was written by Matt Mackall <mpm@selenic.com>."
31632 msgid "Mercurial was written by Olivia Mackall <olivia@selenic.com>."
31633 msgstr "Mercurial foi escrito por Matt Mackall <mpm@selenic.com>."
31633 msgstr "Mercurial foi escrito por Olivia Mackall <olivia@selenic.com>."
31634
31634
31635 msgid ""
31635 msgid ""
31636 "See Also\n"
31636 "See Also\n"
@@ -31645,14 +31645,14 b' msgid ""'
31645 "Copying\n"
31645 "Copying\n"
31646 "=======\n"
31646 "=======\n"
31647 "This manual page is copyright 2006 Vadim Gelfer.\n"
31647 "This manual page is copyright 2006 Vadim Gelfer.\n"
31648 "Mercurial is copyright 2005-2018 Matt Mackall.\n"
31648 "Mercurial is copyright 2005-2018 Olivia Mackall.\n"
31649 "Free use of this software is granted under the terms of the GNU General\n"
31649 "Free use of this software is granted under the terms of the GNU General\n"
31650 "Public License version 2 or any later version."
31650 "Public License version 2 or any later version."
31651 msgstr ""
31651 msgstr ""
31652 "Cópia\n"
31652 "Cópia\n"
31653 "=====\n"
31653 "=====\n"
31654 "Esta página de manual: copyright 2006 Vadim Gelfer.\n"
31654 "Esta página de manual: copyright 2006 Vadim Gelfer.\n"
31655 "Mercurial: copyright 2005-2018 Matt Mackall.\n"
31655 "Mercurial: copyright 2005-2018 Olivia Mackall.\n"
31656 "Garante-se livre uso deste software nos termos da licença\n"
31656 "Garante-se livre uso deste software nos termos da licença\n"
31657 "GNU General Public License, versão 2 ou qualquer versão posterior."
31657 "GNU General Public License, versão 2 ou qualquer versão posterior."
31658
31658
@@ -31928,14 +31928,14 b' msgid ""'
31928 "Copying\n"
31928 "Copying\n"
31929 "=======\n"
31929 "=======\n"
31930 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
31930 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
31931 "Mercurial is copyright 2005-2018 Matt Mackall.\n"
31931 "Mercurial is copyright 2005-2018 Olivia Mackall.\n"
31932 "Free use of this software is granted under the terms of the GNU General\n"
31932 "Free use of this software is granted under the terms of the GNU General\n"
31933 "Public License version 2 or any later version."
31933 "Public License version 2 or any later version."
31934 msgstr ""
31934 msgstr ""
31935 "Cópia\n"
31935 "Cópia\n"
31936 "=====\n"
31936 "=====\n"
31937 "Esta página de manual: copyright 2005 Bryan O'Sullivan.\n"
31937 "Esta página de manual: copyright 2005 Bryan O'Sullivan.\n"
31938 "Mercurial: copyright 2005-2018 Matt Mackall.\n"
31938 "Mercurial: copyright 2005-2018 Olivia Mackall.\n"
31939 "Garante-se livre uso deste software nos termos da licença\n"
31939 "Garante-se livre uso deste software nos termos da licença\n"
31940 "GNU General Public License, versão 2 ou qualquer versão posterior."
31940 "GNU General Public License, versão 2 ou qualquer versão posterior."
31941
31941
@@ -41308,13 +41308,13 b' msgstr "falha ao matar threads trabalhadoras ao tratar uma exce\xc3\xa7\xc3\xa3o\\n"'
41308 #~ msgid ""
41308 #~ msgid ""
41309 #~ "Copying\n"
41309 #~ "Copying\n"
41310 #~ "\"\"\"\"\"\"\"\n"
41310 #~ "\"\"\"\"\"\"\"\n"
41311 #~ "Copyright (C) 2005-2017 Matt Mackall.\n"
41311 #~ "Copyright (C) 2005-2017 Olivia Mackall.\n"
41312 #~ "Free use of this software is granted under the terms of the GNU General\n"
41312 #~ "Free use of this software is granted under the terms of the GNU General\n"
41313 #~ "Public License version 2 or any later version."
41313 #~ "Public License version 2 or any later version."
41314 #~ msgstr ""
41314 #~ msgstr ""
41315 #~ "Cópia\n"
41315 #~ "Cópia\n"
41316 #~ "\"\"\"\"\"\n"
41316 #~ "\"\"\"\"\"\n"
41317 #~ "Copyright (C) 2005-2017 Matt Mackall.\n"
41317 #~ "Copyright (C) 2005-2017 Olivia Mackall.\n"
41318 #~ "Garante-se livre uso deste software nos termos da licença\n"
41318 #~ "Garante-se livre uso deste software nos termos da licença\n"
41319 #~ "GNU General Public License, versão 2 ou qualquer versão posterior."
41319 #~ "GNU General Public License, versão 2 ou qualquer versão posterior."
41320
41320
@@ -1,7 +1,7 b''
1 # Romanian translation for Mercurial
1 # Romanian translation for Mercurial
2 # Traducerea în limba română pentru Mercurial
2 # Traducerea în limba română pentru Mercurial
3 #
3 #
4 # Copyright (C) 2010 Matt Mackall <mpm@selenic.com> and others
4 # Copyright (C) 2010 Olivia Mackall <olivia@selenic.com> and others
5 #
5 #
6 #
6 #
7 # Glosar de traduceri
7 # Glosar de traduceri
@@ -10032,11 +10032,11 b' msgid "(see http://mercurial.selenic.com'
10032 msgstr "(vezi http://mercurial.selenic.com pentru mai multe informații)"
10032 msgstr "(vezi http://mercurial.selenic.com pentru mai multe informații)"
10033
10033
10034 msgid ""
10034 msgid ""
10035 "Copyright (C) 2005-2011 Matt Mackall and others\n"
10035 "Copyright (C) 2005-2011 Olivia Mackall and others\n"
10036 "This is free software; see the source for copying conditions. There is NO\n"
10036 "This is free software; see the source for copying conditions. There is NO\n"
10037 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
10037 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
10038 msgstr ""
10038 msgstr ""
10039 "Copyright (C) 2005-2011 Matt Mackall și alții\n"
10039 "Copyright (C) 2005-2011 Olivia Mackall și alții\n"
10040 "Acesta este software liber; vezi sursa pentru condițiile de copiere.\n"
10040 "Acesta este software liber; vezi sursa pentru condițiile de copiere.\n"
10041 "Nu există NICIO garanție; nici măcar pentru COMERCIALIZARE sau\n"
10041 "Nu există NICIO garanție; nici măcar pentru COMERCIALIZARE sau\n"
10042 "COMPATIBILITATE ÎN ANUMITE SCOPURI.\n"
10042 "COMPATIBILITATE ÎN ANUMITE SCOPURI.\n"
@@ -1,5 +1,5 b''
1 # Russian translations for Mercurial package.
1 # Russian translations for Mercurial package.
2 # Copyright (C) 2011 Matt Mackall <mpm@selenic.com> and others
2 # Copyright (C) 2011 Olivia Mackall <olivia@selenic.com> and others
3 # This file is distributed under the same license as the Mercurial package.
3 # This file is distributed under the same license as the Mercurial package.
4 # === Glossary ===
4 # === Glossary ===
5 #
5 #
@@ -15590,11 +15590,11 b' msgid "(see http://mercurial.selenic.com'
15590 msgstr "(подробнее см. http://mercurial.selenic.com)"
15590 msgstr "(подробнее см. http://mercurial.selenic.com)"
15591
15591
15592 msgid ""
15592 msgid ""
15593 "Copyright (C) 2005-2014 Matt Mackall and others\n"
15593 "Copyright (C) 2005-2014 Olivia Mackall and others\n"
15594 "This is free software; see the source for copying conditions. There is NO\n"
15594 "This is free software; see the source for copying conditions. There is NO\n"
15595 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
15595 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
15596 msgstr ""
15596 msgstr ""
15597 "(С) 2005-2014 Matt Mackall и другие.\n"
15597 "(С) 2005-2014 Olivia Mackall и другие.\n"
15598 "Это свободное ПО; условия распространения см. в исходном коде.\n"
15598 "Это свободное ПО; условия распространения см. в исходном коде.\n"
15599 "НИКАКИХ ГАРАНТИЙ НЕ ПРЕДОСТАВЛЯЕТСЯ, в том числе на пригодность для\n"
15599 "НИКАКИХ ГАРАНТИЙ НЕ ПРЕДОСТАВЛЯЕТСЯ, в том числе на пригодность для\n"
15600 "коммерческого использования и для решения конкретных задач.\n"
15600 "коммерческого использования и для решения конкретных задач.\n"
@@ -21807,7 +21807,7 b' msgstr ""'
21807
21807
21808 # NOT SURE should this be translated?
21808 # NOT SURE should this be translated?
21809 msgid ""
21809 msgid ""
21810 ":Author: Matt Mackall <mpm@selenic.com>\n"
21810 ":Author: Olivia Mackall <olivia@selenic.com>\n"
21811 ":Organization: Mercurial\n"
21811 ":Organization: Mercurial\n"
21812 ":Manual section: 1\n"
21812 ":Manual section: 1\n"
21813 ":Manual group: Mercurial Manual"
21813 ":Manual group: Mercurial Manual"
@@ -22000,11 +22000,11 b' msgstr ""'
22000 msgid ""
22000 msgid ""
22001 "Author\n"
22001 "Author\n"
22002 "\"\"\"\"\"\"\n"
22002 "\"\"\"\"\"\"\n"
22003 "Written by Matt Mackall <mpm@selenic.com>"
22003 "Written by Olivia Mackall <olivia@selenic.com>"
22004 msgstr ""
22004 msgstr ""
22005 "Автор\n"
22005 "Автор\n"
22006 "\"\"\"\"\"\n"
22006 "\"\"\"\"\"\n"
22007 "Matt Mackall <mpm@selenic.com>"
22007 "Olivia Mackall <olivia@selenic.com>"
22008
22008
22009 msgid ""
22009 msgid ""
22010 "Resources\n"
22010 "Resources\n"
@@ -22024,13 +22024,13 b' msgstr "\xd0\xa1\xd0\xbf\xd0\xb8\xd1\x81\xd0\xbe\xd0\xba \xd1\x80\xd0\xb0\xd1\x81\xd1\x81\xd1\x8b\xd0\xbb\xd0\xba\xd0\xb8: http://selenic.com/mailman/listinfo/mercurial"'
22024 msgid ""
22024 msgid ""
22025 "Copying\n"
22025 "Copying\n"
22026 "\"\"\"\"\"\"\"\n"
22026 "\"\"\"\"\"\"\"\n"
22027 "Copyright (C) 2005-2014 Matt Mackall.\n"
22027 "Copyright (C) 2005-2014 Olivia Mackall.\n"
22028 "Free use of this software is granted under the terms of the GNU General\n"
22028 "Free use of this software is granted under the terms of the GNU General\n"
22029 "Public License version 2 or any later version."
22029 "Public License version 2 or any later version."
22030 msgstr ""
22030 msgstr ""
22031 "Копирование\n"
22031 "Копирование\n"
22032 "\"\"\"\"\"\"\"\"\"\"\"\n"
22032 "\"\"\"\"\"\"\"\"\"\"\"\n"
22033 "(C) 2005-2014 Matt Mackall.\n"
22033 "(C) 2005-2014 Olivia Mackall.\n"
22034 "Свободное использование этого ПО возможно в соответствии с \n"
22034 "Свободное использование этого ПО возможно в соответствии с \n"
22035 "Универсальной Общественной Лицензией GNU (GNU GPL) версии 2 или выше."
22035 "Универсальной Общественной Лицензией GNU (GNU GPL) версии 2 или выше."
22036
22036
@@ -22068,8 +22068,8 b' msgstr ""'
22068 "=====\n"
22068 "=====\n"
22069 "Vadim Gelfer <vadim.gelfer@gmail.com>"
22069 "Vadim Gelfer <vadim.gelfer@gmail.com>"
22070
22070
22071 msgid "Mercurial was written by Matt Mackall <mpm@selenic.com>."
22071 msgid "Mercurial was written by Olivia Mackall <olivia@selenic.com>."
22072 msgstr "Mercurial написан Matt Mackall <mpm@selenic.com>."
22072 msgstr "Mercurial написан Olivia Mackall <olivia@selenic.com>."
22073
22073
22074 msgid ""
22074 msgid ""
22075 "See Also\n"
22075 "See Also\n"
@@ -22084,14 +22084,14 b' msgid ""'
22084 "Copying\n"
22084 "Copying\n"
22085 "=======\n"
22085 "=======\n"
22086 "This manual page is copyright 2006 Vadim Gelfer.\n"
22086 "This manual page is copyright 2006 Vadim Gelfer.\n"
22087 "Mercurial is copyright 2005-2014 Matt Mackall.\n"
22087 "Mercurial is copyright 2005-2014 Olivia Mackall.\n"
22088 "Free use of this software is granted under the terms of the GNU General\n"
22088 "Free use of this software is granted under the terms of the GNU General\n"
22089 "Public License version 2 or any later version."
22089 "Public License version 2 or any later version."
22090 msgstr ""
22090 msgstr ""
22091 "Копирование\n"
22091 "Копирование\n"
22092 "===========\n"
22092 "===========\n"
22093 "Правами на данную страницу обладает (с) 2006 Vadim Gelfer\n"
22093 "Правами на данную страницу обладает (с) 2006 Vadim Gelfer\n"
22094 "Права на Mercurial принадлежат (с) 2005-2014 Matt Mackall.\n"
22094 "Права на Mercurial принадлежат (с) 2005-2014 Olivia Mackall.\n"
22095 "Свободное использование этого ПО возможно в соответствии с \n"
22095 "Свободное использование этого ПО возможно в соответствии с \n"
22096 "Универсальной Общественной Лицензией GNU (GNU GPL) версии 2 или выше."
22096 "Универсальной Общественной Лицензией GNU (GNU GPL) версии 2 или выше."
22097
22097
@@ -22346,14 +22346,14 b' msgid ""'
22346 "Copying\n"
22346 "Copying\n"
22347 "=======\n"
22347 "=======\n"
22348 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
22348 "This manual page is copyright 2005 Bryan O'Sullivan.\n"
22349 "Mercurial is copyright 2005-2014 Matt Mackall.\n"
22349 "Mercurial is copyright 2005-2014 Olivia Mackall.\n"
22350 "Free use of this software is granted under the terms of the GNU General\n"
22350 "Free use of this software is granted under the terms of the GNU General\n"
22351 "Public License version 2 or any later version."
22351 "Public License version 2 or any later version."
22352 msgstr ""
22352 msgstr ""
22353 "Копирование\n"
22353 "Копирование\n"
22354 "===========\n"
22354 "===========\n"
22355 "Правами на данную страницу обладает (с) 2005 Bryan O'Sullivan\n"
22355 "Правами на данную страницу обладает (с) 2005 Bryan O'Sullivan\n"
22356 "Права на Mercurial принадлежат (с) 2005-2014 Matt Mackall.\n"
22356 "Права на Mercurial принадлежат (с) 2005-2014 Olivia Mackall.\n"
22357 "Свободное использование этого ПО возможно в соответствии с \n"
22357 "Свободное использование этого ПО возможно в соответствии с \n"
22358 "Универсальной Общественной Лицензией GNU (GNU GPL) версии 2 или выше."
22358 "Универсальной Общественной Лицензией GNU (GNU GPL) версии 2 или выше."
22359
22359
@@ -1,6 +1,6 b''
1 # Swedish translation for Mercurial
1 # Swedish translation for Mercurial
2 # Svensk översättning för Mercurial
2 # Svensk översättning för Mercurial
3 # Copyright (C) 2009-2012 Matt Mackall and others
3 # Copyright (C) 2009-2012 Olivia Mackall and others
4 #
4 #
5 # Translation dictionary:
5 # Translation dictionary:
6 #
6 #
@@ -12413,11 +12413,11 b' msgid "(see http://mercurial.selenic.com'
12413 msgstr "(se http://mercurial.selenic.com för mer information)"
12413 msgstr "(se http://mercurial.selenic.com för mer information)"
12414
12414
12415 msgid ""
12415 msgid ""
12416 "Copyright (C) 2005-2012 Matt Mackall and others\n"
12416 "Copyright (C) 2005-2012 Olivia Mackall and others\n"
12417 "This is free software; see the source for copying conditions. There is NO\n"
12417 "This is free software; see the source for copying conditions. There is NO\n"
12418 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
12418 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
12419 msgstr ""
12419 msgstr ""
12420 "Copyright (C) 2005-2012 Matt Mackall och andra\n"
12420 "Copyright (C) 2005-2012 Olivia Mackall och andra\n"
12421 "Detta är fri mjukvara; se källkoden för kopieringsvillkor. Det ges INGEN\n"
12421 "Detta är fri mjukvara; se källkoden för kopieringsvillkor. Det ges INGEN\n"
12422 "garanti; inte ens för SÄLJBARHET eller ATT PASSA FÖR ETT VISST ÄNDAMÅL.\n"
12422 "garanti; inte ens för SÄLJBARHET eller ATT PASSA FÖR ETT VISST ÄNDAMÅL.\n"
12423
12423
@@ -7409,12 +7409,12 b' msgstr "\xe5\x88\x86\xe5\xb8\x83\xe5\xbc\x8f\xe8\xbd\xaf\xe4\xbb\xb6\xe9\x85\x8d\xe7\xbd\xae\xe7\xae\xa1\xe7\x90\x86\xe5\xb7\xa5\xe5\x85\xb7 - \xe6\xb0\xb4\xe9\x93\xb6 (\xe7\x89\x88\xe6\x9c\xac %s)\\n"'
7409
7409
7410 msgid ""
7410 msgid ""
7411 "\n"
7411 "\n"
7412 "Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
7412 "Copyright (C) 2005-2010 Olivia Mackall <olivia@selenic.com> and others\n"
7413 "This is free software; see the source for copying conditions. There is NO\n"
7413 "This is free software; see the source for copying conditions. There is NO\n"
7414 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7414 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7415 msgstr ""
7415 msgstr ""
7416 "\n"
7416 "\n"
7417 "版权所有 (C) 2005-2010 Matt Mackall <mpm@selenic.com> 和其他人。\n"
7417 "版权所有 (C) 2005-2010 Olivia Mackall <olivia@selenic.com> 和其他人。\n"
7418 "这是自由软件,具体参见版权条款。这里没有任何担保,甚至没有适合\n"
7418 "这是自由软件,具体参见版权条款。这里没有任何担保,甚至没有适合\n"
7419 "特定目的的隐含的担保。\n"
7419 "特定目的的隐含的担保。\n"
7420
7420
@@ -1,5 +1,5 b''
1 # Traditional Chinese translation for Mercurial
1 # Traditional Chinese translation for Mercurial
2 # Copyright (C) 2009 Matt Mackall <mpm@selenic.com> and others
2 # Copyright (C) 2009 Olivia Mackall <olivia@selenic.com> and others
3 # This file is distributed under the same license as the Mercurial package.
3 # This file is distributed under the same license as the Mercurial package.
4 # Chia-Huan Wu <willie.tw@gmail.com>, 2009.
4 # Chia-Huan Wu <willie.tw@gmail.com>, 2009.
5 #
5 #
@@ -8191,7 +8191,7 b' msgid "(see http://mercurial.selenic.com'
8191 msgstr "\tSee 'hg help urls' for more information."
8191 msgstr "\tSee 'hg help urls' for more information."
8192
8192
8193 msgid ""
8193 msgid ""
8194 "Copyright (C) 2005-2010 Matt Mackall and others\n"
8194 "Copyright (C) 2005-2010 Olivia Mackall and others\n"
8195 "This is free software; see the source for copying conditions. There is NO\n"
8195 "This is free software; see the source for copying conditions. There is NO\n"
8196 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
8196 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
8197 msgstr ""
8197 msgstr ""
@@ -1,6 +1,6 b''
1 # ancestor.py - generic DAG ancestor algorithm for mercurial
1 # ancestor.py - generic DAG ancestor algorithm for mercurial
2 #
2 #
3 # Copyright 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 /*
1 /*
2 bdiff.c - efficient binary diff extension for Mercurial
2 bdiff.c - efficient binary diff extension for Mercurial
3
3
4 Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4 Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
5
5
6 This software may be used and distributed according to the terms of
6 This software may be used and distributed according to the terms of
7 the GNU General Public License, incorporated herein by reference.
7 the GNU General Public License, incorporated herein by reference.
@@ -1,6 +1,6 b''
1 # branchmap.py - logic to computes, maintain and stores branchmap for local repo
1 # branchmap.py - logic to computes, maintain and stores branchmap for local repo
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # scmutil.py - Mercurial core utility functions
1 # scmutil.py - Mercurial core utility functions
2 #
2 #
3 # Copyright Matt Mackall <mpm@selenic.com> and other
3 # Copyright Olivia Mackall <olivia@selenic.com> and other
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 /*
1 /*
2 bdiff.c - efficient binary diff extension for Mercurial
2 bdiff.c - efficient binary diff extension for Mercurial
3
3
4 Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4 Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
5
5
6 This software may be used and distributed according to the terms of
6 This software may be used and distributed according to the terms of
7 the GNU General Public License, incorporated herein by reference.
7 the GNU General Public License, incorporated herein by reference.
@@ -1,7 +1,7 b''
1 /*
1 /*
2 charencode.c - miscellaneous character encoding
2 charencode.c - miscellaneous character encoding
3
3
4 Copyright 2008 Matt Mackall <mpm@selenic.com> and others
4 Copyright 2008 Olivia Mackall <olivia@selenic.com> and others
5
5
6 This software may be used and distributed according to the terms of
6 This software may be used and distributed according to the terms of
7 the GNU General Public License, incorporated herein by reference.
7 the GNU General Public License, incorporated herein by reference.
@@ -14,7 +14,7 b''
14 allocation of intermediate Python objects. Working memory is about 2x
14 allocation of intermediate Python objects. Working memory is about 2x
15 the total number of hunks.
15 the total number of hunks.
16
16
17 Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
17 Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
18
18
19 This software may be used and distributed according to the terms
19 This software may be used and distributed according to the terms
20 of the GNU General Public License, incorporated herein by reference.
20 of the GNU General Public License, incorporated herein by reference.
@@ -1,7 +1,7 b''
1 /*
1 /*
2 osutil.c - native operating system services
2 osutil.c - native operating system services
3
3
4 Copyright 2007 Matt Mackall and others
4 Copyright 2007 Olivia Mackall and others
5
5
6 This software may be used and distributed according to the terms of
6 This software may be used and distributed according to the terms of
7 the GNU General Public License, incorporated herein by reference.
7 the GNU General Public License, incorporated herein by reference.
@@ -1,7 +1,7 b''
1 /*
1 /*
2 parsers.c - efficient content parsing
2 parsers.c - efficient content parsing
3
3
4 Copyright 2008 Matt Mackall <mpm@selenic.com> and others
4 Copyright 2008 Olivia Mackall <olivia@selenic.com> and others
5
5
6 This software may be used and distributed according to the terms of
6 This software may be used and distributed according to the terms of
7 the GNU General Public License, incorporated herein by reference.
7 the GNU General Public License, incorporated herein by reference.
@@ -1,7 +1,7 b''
1 /*
1 /*
2 parsers.c - efficient content parsing
2 parsers.c - efficient content parsing
3
3
4 Copyright 2008 Matt Mackall <mpm@selenic.com> and others
4 Copyright 2008 Olivia Mackall <olivia@selenic.com> and others
5
5
6 This software may be used and distributed according to the terms of
6 This software may be used and distributed according to the terms of
7 the GNU General Public License, incorporated herein by reference.
7 the GNU General Public License, incorporated herein by reference.
@@ -1,6 +1,6 b''
1 # changegroup.py - Mercurial changegroup manipulation functions
1 # changegroup.py - Mercurial changegroup manipulation functions
2 #
2 #
3 # Copyright 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # changelog.py - changelog class for mercurial
1 # changelog.py - changelog class for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # cmdutil.py - help for command processing in mercurial
1 # cmdutil.py - help for command processing in mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # commands.py - command processing for mercurial
1 # commands.py - command processing for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -7891,7 +7891,7 b' def version_(ui, **opts):'
7891 )
7891 )
7892 license = _(
7892 license = _(
7893 b"(see https://mercurial-scm.org for more information)\n"
7893 b"(see https://mercurial-scm.org for more information)\n"
7894 b"\nCopyright (C) 2005-2021 Matt Mackall and others\n"
7894 b"\nCopyright (C) 2005-2021 Olivia Mackall and others\n"
7895 b"This is free software; see the source for copying conditions. "
7895 b"This is free software; see the source for copying conditions. "
7896 b"There is NO\nwarranty; "
7896 b"There is NO\nwarranty; "
7897 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7897 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
@@ -1,6 +1,6 b''
1 # commandserver.py - communicate with Mercurial's API over a pipe
1 # commandserver.py - communicate with Mercurial's API over a pipe
2 #
2 #
3 # Copyright Matt Mackall <mpm@selenic.com>
3 # Copyright Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # config.py - configuration parsing for Mercurial
1 # config.py - configuration parsing for Mercurial
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # context.py - changeset and file context objects for mercurial
1 # context.py - changeset and file context objects for mercurial
2 #
2 #
3 # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006, 2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # coding: utf8
1 # coding: utf8
2 # copies.py - copy detection for Mercurial
2 # copies.py - copy detection for Mercurial
3 #
3 #
4 # Copyright 2008 Matt Mackall <mpm@selenic.com>
4 # Copyright 2008 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # dagop.py - graph ancestry and topology algorithm for revset
1 # dagop.py - graph ancestry and topology algorithm for revset
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # debugcommands.py - command processing for debug* commands
1 # debugcommands.py - command processing for debug* commands
2 #
2 #
3 # Copyright 2005-2016 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2016 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # destutil.py - Mercurial utility function for command destination
1 # destutil.py - Mercurial utility function for command destination
2 #
2 #
3 # Copyright Matt Mackall <mpm@selenic.com> and other
3 # Copyright Olivia Mackall <olivia@selenic.com> and other
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # diffhelper.py - helper routines for patch
1 # diffhelper.py - helper routines for patch
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # dirstate.py - working directory tracking for mercurial
1 # dirstate.py - working directory tracking for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # dirstateguard.py - class to allow restoring dirstate after failure
1 # dirstateguard.py - class to allow restoring dirstate after failure
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # discovery.py - protocol changeset discovery functions
1 # discovery.py - protocol changeset discovery functions
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # dispatch.py - command dispatching for mercurial
1 # dispatch.py - command dispatching for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # encoding.py - character transcoding support for Mercurial
1 # encoding.py - character transcoding support for Mercurial
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # error.py - Mercurial exceptions
1 # error.py - Mercurial exceptions
2 #
2 #
3 # Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2008 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # exchange.py - utility to exchange data between repos.
1 # exchange.py - utility to exchange data between repos.
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # extensions.py - extension handling for mercurial
1 # extensions.py - extension handling for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # fancyopts.py - better command line parsing
1 # fancyopts.py - better command line parsing
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # filelog.py - file history class for mercurial
1 # filelog.py - file history class for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # filemerge.py - file-level merge handling for Mercurial
1 # filemerge.py - file-level merge handling for Mercurial
2 #
2 #
3 # Copyright 2006, 2007, 2008 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006, 2007, 2008 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # fileset.py - file set queries for mercurial
1 # fileset.py - file set queries for mercurial
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # filesetlang.py - parser, tokenizer and utility for file set language
1 # filesetlang.py - parser, tokenizer and utility for file set language
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # formatter.py - generic output formatting for mercurial
1 # formatter.py - generic output formatting for mercurial
2 #
2 #
3 # Copyright 2012 Matt Mackall <mpm@selenic.com>
3 # Copyright 2012 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # grep.py - logic for history walk and grep
1 # grep.py - logic for history walk and grep
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # changelog bisection for mercurial
1 # changelog bisection for mercurial
2 #
2 #
3 # Copyright 2007 Matt Mackall
3 # Copyright 2007 Olivia Mackall
4 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
4 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
5 #
5 #
6 # Inspired by git bisect, extension skeleton taken from mq.py.
6 # Inspired by git bisect, extension skeleton taken from mq.py.
@@ -1,6 +1,6 b''
1 # help.py - help data for mercurial
1 # help.py - help data for mercurial
2 #
2 #
3 # Copyright 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -52,7 +52,7 b' See Also'
52
52
53 Author
53 Author
54 """"""
54 """"""
55 Written by Matt Mackall <mpm@selenic.com>
55 Written by Olivia Mackall <olivia@selenic.com>
56
56
57 Resources
57 Resources
58 """""""""
58 """""""""
@@ -64,7 +64,7 b' Mailing list: https://www.mercurial-scm.'
64
64
65 Copying
65 Copying
66 """""""
66 """""""
67 Copyright (C) 2005-2016 Matt Mackall.
67 Copyright (C) 2005-2016 Olivia Mackall.
68 Free use of this software is granted under the terms of the GNU General
68 Free use of this software is granted under the terms of the GNU General
69 Public License version 2 or any later version.
69 Public License version 2 or any later version.
70
70
@@ -6,7 +6,7 b''
6 Mercurial source code management system
6 Mercurial source code management system
7 ---------------------------------------
7 ---------------------------------------
8
8
9 :Author: Matt Mackall <mpm@selenic.com>
9 :Author: Olivia Mackall <olivia@selenic.com>
10 :Organization: Mercurial
10 :Organization: Mercurial
11 :Manual section: 1
11 :Manual section: 1
12 :Manual group: Mercurial Manual
12 :Manual group: Mercurial Manual
@@ -100,7 +100,7 b' See Also'
100
100
101 Author
101 Author
102 """"""
102 """"""
103 Written by Matt Mackall <mpm@selenic.com>
103 Written by Olivia Mackall <olivia@selenic.com>
104
104
105 Resources
105 Resources
106 """""""""
106 """""""""
@@ -112,7 +112,7 b' Mailing list: https://www.mercurial-scm.'
112
112
113 Copying
113 Copying
114 """""""
114 """""""
115 Copyright (C) 2005-2021 Matt Mackall.
115 Copyright (C) 2005-2021 Olivia Mackall.
116 Free use of this software is granted under the terms of the GNU General
116 Free use of this software is granted under the terms of the GNU General
117 Public License version 2 or any later version.
117 Public License version 2 or any later version.
118
118
@@ -17,7 +17,7 b' Author'
17 ======
17 ======
18 Vadim Gelfer <vadim.gelfer@gmail.com>
18 Vadim Gelfer <vadim.gelfer@gmail.com>
19
19
20 Mercurial was written by Matt Mackall <mpm@selenic.com>.
20 Mercurial was written by Olivia Mackall <olivia@selenic.com>.
21
21
22 See Also
22 See Also
23 ========
23 ========
@@ -26,7 +26,7 b' See Also'
26 Copying
26 Copying
27 =======
27 =======
28 This manual page is copyright 2006 Vadim Gelfer.
28 This manual page is copyright 2006 Vadim Gelfer.
29 Mercurial is copyright 2005-2021 Matt Mackall.
29 Mercurial is copyright 2005-2021 Olivia Mackall.
30 Free use of this software is granted under the terms of the GNU General
30 Free use of this software is granted under the terms of the GNU General
31 Public License version 2 or any later version.
31 Public License version 2 or any later version.
32
32
@@ -25,7 +25,7 b' Author'
25 ======
25 ======
26 Bryan O'Sullivan <bos@serpentine.com>.
26 Bryan O'Sullivan <bos@serpentine.com>.
27
27
28 Mercurial was written by Matt Mackall <mpm@selenic.com>.
28 Mercurial was written by Olivia Mackall <olivia@selenic.com>.
29
29
30 See Also
30 See Also
31 ========
31 ========
@@ -34,7 +34,7 b' See Also'
34 Copying
34 Copying
35 =======
35 =======
36 This manual page is copyright 2005 Bryan O'Sullivan.
36 This manual page is copyright 2005 Bryan O'Sullivan.
37 Mercurial is copyright 2005-2021 Matt Mackall.
37 Mercurial is copyright 2005-2021 Olivia Mackall.
38 Free use of this software is granted under the terms of the GNU General
38 Free use of this software is granted under the terms of the GNU General
39 Public License version 2 or any later version.
39 Public License version 2 or any later version.
40
40
@@ -1,6 +1,6 b''
1 # hg.py - repository classes for mercurial
1 # hg.py - repository classes for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
@@ -1,7 +1,7 b''
1 # hgweb/__init__.py - web interface to a mercurial repository
1 # hgweb/__init__.py - web interface to a mercurial repository
2 #
2 #
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # hgweb/common.py - Utility functions needed by hgweb_mod and hgwebdir_mod
1 # hgweb/common.py - Utility functions needed by hgweb_mod and hgwebdir_mod
2 #
2 #
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # hgweb/hgweb_mod.py - Web interface for a repository.
1 # hgweb/hgweb_mod.py - Web interface for a repository.
2 #
2 #
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # hgweb/hgwebdir_mod.py - Web interface for a directory of repositories.
1 # hgweb/hgwebdir_mod.py - Web interface for a directory of repositories.
2 #
2 #
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # hgweb/request.py - An http request from either CGI or the standalone server.
1 # hgweb/request.py - An http request from either CGI or the standalone server.
2 #
2 #
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # hgweb/server.py - The standalone hg web server.
1 # hgweb/server.py - The standalone hg web server.
2 #
2 #
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 #
1 #
2 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
2 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # hgweb/webutil.py - utility library for the web interface.
1 # hgweb/webutil.py - utility library for the web interface.
2 #
2 #
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # hook.py - hook support for mercurial
1 # hook.py - hook support for mercurial
2 #
2 #
3 # Copyright 2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # httpconnection.py - urllib2 handler for new http support
1 # httpconnection.py - urllib2 handler for new http support
2 #
2 #
3 # Copyright 2005, 2006, 2007, 2008 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006, 2007, 2008 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2006, 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
4 # Copyright 2006, 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6 # Copyright 2011 Google, Inc.
6 # Copyright 2011 Google, Inc.
@@ -1,6 +1,6 b''
1 # httppeer.py - HTTP repository proxy classes for mercurial
1 # httppeer.py - HTTP repository proxy classes for mercurial
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
@@ -1,6 +1,6 b''
1 # i18n.py - internationalization support for mercurial
1 # i18n.py - internationalization support for mercurial
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # localrepo.py - read/write repository class for mercurial
1 # localrepo.py - read/write repository class for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # lock.py - simple advisory locking scheme for mercurial
1 # lock.py - simple advisory locking scheme for mercurial
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # logcmdutil.py - utility for log-like commands
1 # logcmdutil.py - utility for log-like commands
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # mail.py - mail sending bits for mercurial
1 # mail.py - mail sending bits for mercurial
2 #
2 #
3 # Copyright 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # manifest.py - manifest revision class for mercurial
1 # manifest.py - manifest revision class for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # match.py - filename matching
1 # match.py - filename matching
2 #
2 #
3 # Copyright 2008, 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2008, 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # mdiff.py - diff and patch routines for mercurial
1 # mdiff.py - diff and patch routines for mercurial
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # merge.py - directory-level update/merge handling for Mercurial
1 # merge.py - directory-level update/merge handling for Mercurial
2 #
2 #
3 # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006, 2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # mergeutil.py - help for merge processing in mercurial
1 # mergeutil.py - help for merge processing in mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # minirst.py - minimal reStructuredText parser
1 # minirst.py - minimal reStructuredText parser
2 #
2 #
3 # Copyright 2009, 2010 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009, 2010 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -14,7 +14,7 b''
14 allocation of intermediate Python objects. Working memory is about 2x
14 allocation of intermediate Python objects. Working memory is about 2x
15 the total number of hunks.
15 the total number of hunks.
16
16
17 Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
17 Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
18
18
19 This software may be used and distributed according to the terms
19 This software may be used and distributed according to the terms
20 of the GNU General Public License, incorporated herein by reference.
20 of the GNU General Public License, incorporated herein by reference.
@@ -1,6 +1,6 b''
1 # node.py - basic nodeid manipulation for mercurial
1 # node.py - basic nodeid manipulation for mercurial
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # parser.py - simple top-down operator precedence parser for mercurial
1 # parser.py - simple top-down operator precedence parser for mercurial
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # posix.py - Posix utility function implementations for Mercurial
1 # posix.py - Posix utility function implementations for Mercurial
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # bdiff.py - Python implementation of bdiff.c
1 # bdiff.py - Python implementation of bdiff.c
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # charencode.py - miscellaneous character encoding
1 # charencode.py - miscellaneous character encoding
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # mpatch.py - Python implementation of mpatch.c
1 # mpatch.py - Python implementation of mpatch.c
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # osutil.py - pure Python version of osutil.c
1 # osutil.py - pure Python version of osutil.c
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # parsers.py - Python implementation of parsers.c
1 # parsers.py - Python implementation of parsers.c
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # pushkey.py - dispatching for pushing and pulling keys
1 # pushkey.py - dispatching for pushing and pulling keys
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # pvec.py - probabilistic vector clocks for Mercurial
1 # pvec.py - probabilistic vector clocks for Mercurial
2 #
2 #
3 # Copyright 2012 Matt Mackall <mpm@selenic.com>
3 # Copyright 2012 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,7 +1,7 b''
1 # repair.py - functions for repository repair for mercurial
1 # repair.py - functions for repository repair for mercurial
2 #
2 #
3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
4 # Copyright 2007 Matt Mackall
4 # Copyright 2007 Olivia Mackall
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # requirements.py - objects and functions related to repository requirements
1 # requirements.py - objects and functions related to repository requirements
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # revlog.py - storage back-end for mercurial
1 # revlog.py - storage back-end for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # revlogdeltas.py - constant used for revlog logic
1 # revlogdeltas.py - constant used for revlog logic
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2018 Octobus <contact@octobus.net>
4 # Copyright 2018 Octobus <contact@octobus.net>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
@@ -1,6 +1,6 b''
1 # revlogdeltas.py - Logic around delta computation for revlog
1 # revlogdeltas.py - Logic around delta computation for revlog
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2018 Octobus <contact@octobus.net>
4 # Copyright 2018 Octobus <contact@octobus.net>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
@@ -1,6 +1,6 b''
1 # revset.py - revision set queries for mercurial
1 # revset.py - revision set queries for mercurial
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # revsetlang.py - parser, tokenizer and utility for revision set language
1 # revsetlang.py - parser, tokenizer and utility for revision set language
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # scmutil.py - Mercurial core utility functions
1 # scmutil.py - Mercurial core utility functions
2 #
2 #
3 # Copyright Matt Mackall <mpm@selenic.com>
3 # Copyright Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # server.py - utility and factory of server
1 # server.py - utility and factory of server
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # similar.py - mechanisms for finding similar files
1 # similar.py - mechanisms for finding similar files
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # smartset.py - data structure for revision set
1 # smartset.py - data structure for revision set
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # sshpeer.py - ssh repository proxy class for mercurial
1 # sshpeer.py - ssh repository proxy class for mercurial
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # sslutil.py - SSL handling for mercurial
1 # sslutil.py - SSL handling for mercurial
2 #
2 #
3 # Copyright 2005, 2006, 2007, 2008 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006, 2007, 2008 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2006, 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
4 # Copyright 2006, 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6 #
6 #
@@ -1,6 +1,6 b''
1 # stack.py - Mercurial functions for stack definition
1 # stack.py - Mercurial functions for stack definition
2 #
2 #
3 # Copyright Matt Mackall <mpm@selenic.com> and other
3 # Copyright Olivia Mackall <olivia@selenic.com> and other
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -2,7 +2,7 b''
2 #
2 #
3 # This provides read-only repo access to repositories exported via static http
3 # This provides read-only repo access to repositories exported via static http
4 #
4 #
5 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
5 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # store.py - repository store handling for Mercurial
1 # store.py - repository store handling for Mercurial
2 #
2 #
3 # Copyright 2008 Matt Mackall <mpm@selenic.com>
3 # Copyright 2008 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # subrepo.py - sub-repository classes and factory
1 # subrepo.py - sub-repository classes and factory
2 #
2 #
3 # Copyright 2009-2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2009-2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # subrepoutil.py - sub-repository operations and substate handling
1 # subrepoutil.py - sub-repository operations and substate handling
2 #
2 #
3 # Copyright 2009-2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2009-2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # tags.py - read tag info from local repository
1 # tags.py - read tag info from local repository
2 #
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com>
3 # Copyright 2009 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2009 Greg Ward <greg@gerg.ca>
4 # Copyright 2009 Greg Ward <greg@gerg.ca>
5 #
5 #
6 # This software may be used and distributed according to the terms of the
6 # This software may be used and distributed according to the terms of the
@@ -1,6 +1,6 b''
1 # templatefilters.py - common template expansion filters
1 # templatefilters.py - common template expansion filters
2 #
2 #
3 # Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2008 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # templatefuncs.py - common template functions
1 # templatefuncs.py - common template functions
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # templatekw.py - common changeset template keywords
1 # templatekw.py - common changeset template keywords
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # templater.py - template expansion for output
1 # templater.py - template expansion for output
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # templateutil.py - utility for template evaluation
1 # templateutil.py - utility for template evaluation
2 #
2 #
3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -6,7 +6,7 b''
6 # effectively log-structured, this should amount to simply truncating
6 # effectively log-structured, this should amount to simply truncating
7 # anything that isn't referenced in the changelog.
7 # anything that isn't referenced in the changelog.
8 #
8 #
9 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
9 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
10 #
10 #
11 # This software may be used and distributed according to the terms of the
11 # This software may be used and distributed according to the terms of the
12 # GNU General Public License version 2 or any later version.
12 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # discovery.py - protocol changeset discovery functions
1 # discovery.py - protocol changeset discovery functions
2 #
2 #
3 # Copyright 2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # ui.py - user interface bits for mercurial
1 # ui.py - user interface bits for mercurial
2 #
2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # url.py - HTTP handling for mercurial
1 # url.py - HTTP handling for mercurial
2 #
2 #
3 # Copyright 2005, 2006, 2007, 2008 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005, 2006, 2007, 2008 Olivia Mackall <olivia@selenic.com>
4 # Copyright 2006, 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
4 # Copyright 2006, 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6 #
6 #
@@ -1,7 +1,7 b''
1 # util.py - Mercurial utility functions and platform specific implementations
1 # util.py - Mercurial utility functions and platform specific implementations
2 #
2 #
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
@@ -1,7 +1,7 b''
1 # procutil.py - utility for managing processes and executable environment
1 # procutil.py - utility for managing processes and executable environment
2 #
2 #
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
@@ -1,7 +1,7 b''
1 # resourceutil.py - utility for looking up resources
1 # resourceutil.py - utility for looking up resources
2 #
2 #
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
@@ -1,7 +1,7 b''
1 # stringutil.py - utility for generic string formatting, parsing, etc.
1 # stringutil.py - utility for generic string formatting, parsing, etc.
2 #
2 #
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
3 # Copyright 2005 K. Thananchayan <thananck@yahoo.com>
4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
@@ -1,6 +1,6 b''
1 # verify.py - repository integrity checking for Mercurial
1 # verify.py - repository integrity checking for Mercurial
2 #
2 #
3 # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
3 # Copyright 2006, 2007 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # vfs.py - Mercurial 'vfs' classes
1 # vfs.py - Mercurial 'vfs' classes
2 #
2 #
3 # Copyright Matt Mackall <mpm@selenic.com>
3 # Copyright Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # win32.py - utility functions that use win32 API
1 # win32.py - utility functions that use win32 API
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # windows.py - Windows utility function implementations for Mercurial
1 # windows.py - Windows utility function implementations for Mercurial
2 #
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
3 # Copyright 2005-2009 Olivia Mackall <olivia@selenic.com> and others
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,5 +1,5 b''
1 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
1 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
2 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
2 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
3 #
3 #
4 # This software may be used and distributed according to the terms of the
4 # This software may be used and distributed according to the terms of the
5 # GNU General Public License version 2 or any later version.
5 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # wireprotov1peer.py - Client-side functionality for wire protocol version 1.
1 # wireprotov1peer.py - Client-side functionality for wire protocol version 1.
2 #
2 #
3 # Copyright 2005-2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,6 +1,6 b''
1 # wireprotov1server.py - Wire protocol version 1 server functionality
1 # wireprotov1server.py - Wire protocol version 1 server functionality
2 #
2 #
3 # Copyright 2005-2010 Matt Mackall <mpm@selenic.com>
3 # Copyright 2005-2010 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -1,5 +1,5 b''
1 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
1 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
2 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
2 # Copyright 2005-2007 Olivia Mackall <olivia@selenic.com>
3 #
3 #
4 # This software may be used and distributed according to the terms of the
4 # This software may be used and distributed according to the terms of the
5 # GNU General Public License version 2 or any later version.
5 # GNU General Public License version 2 or any later version.
@@ -442,7 +442,7 b' def partition(lst, nslices):'
442 we ever write workers that need to preserve grouping in input
442 we ever write workers that need to preserve grouping in input
443 we should consider allowing callers to specify a partition strategy.
443 we should consider allowing callers to specify a partition strategy.
444
444
445 mpm is not a fan of this partitioning strategy when files are involved.
445 olivia is not a fan of this partitioning strategy when files are involved.
446 In his words:
446 In his words:
447
447
448 Single-threaded Mercurial makes a point of creating and visiting
448 Single-threaded Mercurial makes a point of creating and visiting
@@ -32,7 +32,7 b' under `build/<arch>/debug/app/` with an '
32 Mercurial Distributed SCM (version 5.3.1+433-f99cd77d53dc+20200331)
32 Mercurial Distributed SCM (version 5.3.1+433-f99cd77d53dc+20200331)
33 (see https://mercurial-scm.org for more information)
33 (see https://mercurial-scm.org for more information)
34
34
35 Copyright (C) 2005-2020 Matt Mackall and others
35 Copyright (C) 2005-2020 Olivia Mackall and others
36 This is free software; see the source for copying conditions. There is NO
36 This is free software; see the source for copying conditions. There is NO
37 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
37 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
38
38
@@ -1700,7 +1700,7 b' if py2exeloaded:'
1700 extra['console'] = [
1700 extra['console'] = [
1701 {
1701 {
1702 'script': 'hg',
1702 'script': 'hg',
1703 'copyright': 'Copyright (C) 2005-2021 Matt Mackall and others',
1703 'copyright': 'Copyright (C) 2005-2021 Olivia Mackall and others',
1704 'product_version': version,
1704 'product_version': version,
1705 }
1705 }
1706 ]
1706 ]
@@ -1776,7 +1776,7 b" if sys.platform == 'darwin' and os.path."
1776 setup(
1776 setup(
1777 name='mercurial',
1777 name='mercurial',
1778 version=setupversion,
1778 version=setupversion,
1779 author='Matt Mackall and many others',
1779 author='Olivia Mackall and many others',
1780 author_email='mercurial@mercurial-scm.org',
1780 author_email='mercurial@mercurial-scm.org',
1781 url='https://mercurial-scm.org/',
1781 url='https://mercurial-scm.org/',
1782 download_url='https://mercurial-scm.org/release/',
1782 download_url='https://mercurial-scm.org/release/',
@@ -1,6 +1,6 b''
1 # logexceptions.py - Write files containing info about Mercurial exceptions
1 # logexceptions.py - Write files containing info about Mercurial exceptions
2 #
2 #
3 # Copyright 2017 Matt Mackall <mpm@selenic.com>
3 # Copyright 2017 Olivia Mackall <olivia@selenic.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
@@ -2,7 +2,7 b''
2 #
2 #
3 # run-tests.py - Run a set of tests on Mercurial
3 # run-tests.py - Run a set of tests on Mercurial
4 #
4 #
5 # Copyright 2006 Matt Mackall <mpm@selenic.com>
5 # Copyright 2006 Olivia Mackall <olivia@selenic.com>
6 #
6 #
7 # This software may be used and distributed according to the terms of the
7 # This software may be used and distributed according to the terms of the
8 # GNU General Public License version 2 or any later version.
8 # GNU General Public License version 2 or any later version.
@@ -676,7 +676,7 b' Even though the extension fails during u'
676 Mercurial Distributed SCM (version *) (glob)
676 Mercurial Distributed SCM (version *) (glob)
677 (see https://mercurial-scm.org for more information)
677 (see https://mercurial-scm.org for more information)
678
678
679 Copyright (C) 2005-* Matt Mackall and others (glob)
679 Copyright (C) 2005-* Olivia Mackall and others (glob)
680 This is free software; see the source for copying conditions. There is NO
680 This is free software; see the source for copying conditions. There is NO
681 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
681 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
682
682
@@ -1555,7 +1555,7 b" Test version number support in 'hg versi"
1555 Mercurial Distributed SCM (version *) (glob)
1555 Mercurial Distributed SCM (version *) (glob)
1556 (see https://mercurial-scm.org for more information)
1556 (see https://mercurial-scm.org for more information)
1557
1557
1558 Copyright (C) 2005-* Matt Mackall and others (glob)
1558 Copyright (C) 2005-* Olivia Mackall and others (glob)
1559 This is free software; see the source for copying conditions. There is NO
1559 This is free software; see the source for copying conditions. There is NO
1560 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1560 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1561
1561
@@ -1566,7 +1566,7 b" Test version number support in 'hg versi"
1566 Mercurial Distributed SCM (version *) (glob)
1566 Mercurial Distributed SCM (version *) (glob)
1567 (see https://mercurial-scm.org for more information)
1567 (see https://mercurial-scm.org for more information)
1568
1568
1569 Copyright (C) 2005-* Matt Mackall and others (glob)
1569 Copyright (C) 2005-* Olivia Mackall and others (glob)
1570 This is free software; see the source for copying conditions. There is NO
1570 This is free software; see the source for copying conditions. There is NO
1571 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1571 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1572
1572
@@ -1580,7 +1580,7 b" Test version number support in 'hg versi"
1580 Mercurial Distributed SCM (version *) (glob)
1580 Mercurial Distributed SCM (version *) (glob)
1581 (see https://mercurial-scm.org for more information)
1581 (see https://mercurial-scm.org for more information)
1582
1582
1583 Copyright (C) 2005-* Matt Mackall and others (glob)
1583 Copyright (C) 2005-* Olivia Mackall and others (glob)
1584 This is free software; see the source for copying conditions. There is NO
1584 This is free software; see the source for copying conditions. There is NO
1585 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1585 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1586
1586
@@ -1642,7 +1642,7 b' Refuse to load extensions with minimum v'
1642 Mercurial Distributed SCM (version 3.5.2)
1642 Mercurial Distributed SCM (version 3.5.2)
1643 (see https://mercurial-scm.org for more information)
1643 (see https://mercurial-scm.org for more information)
1644
1644
1645 Copyright (C) 2005-* Matt Mackall and others (glob)
1645 Copyright (C) 2005-* Olivia Mackall and others (glob)
1646 This is free software; see the source for copying conditions. There is NO
1646 This is free software; see the source for copying conditions. There is NO
1647 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1647 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1648
1648
@@ -575,7 +575,7 b' Test help option with version option'
575 Mercurial Distributed SCM (version *) (glob)
575 Mercurial Distributed SCM (version *) (glob)
576 (see https://mercurial-scm.org for more information)
576 (see https://mercurial-scm.org for more information)
577
577
578 Copyright (C) 2005-* Matt Mackall and others (glob)
578 Copyright (C) 2005-* Olivia Mackall and others (glob)
579 This is free software; see the source for copying conditions. There is NO
579 This is free software; see the source for copying conditions. There is NO
580 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
580 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
581
581
@@ -84,7 +84,7 b' issue1829: wrong indentation'
84 Mercurial Distributed SCM (version *) (glob)
84 Mercurial Distributed SCM (version *) (glob)
85 (see https://mercurial-scm.org for more information)
85 (see https://mercurial-scm.org for more information)
86
86
87 Copyright (C) 2005-* Matt Mackall and others (glob)
87 Copyright (C) 2005-* Olivia Mackall and others (glob)
88 This is free software; see the source for copying conditions. There is NO
88 This is free software; see the source for copying conditions. There is NO
89 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
89 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
90 $ unset FAKEPATH
90 $ unset FAKEPATH
@@ -2998,7 +2998,7 b' Multi rev + flag'
2998 bad value setting
2998 bad value setting
2999 -----------------
2999 -----------------
3000
3000
3001 $ echo 'intro=mpmwearaclownnose' >> $HGRCPATH
3001 $ echo 'intro=oliviawearaclownnose' >> $HGRCPATH
3002
3002
3003 single rev
3003 single rev
3004
3004
@@ -3006,7 +3006,7 b' single rev'
3006 From [test]: test
3006 From [test]: test
3007 this patch series consists of 1 patches.
3007 this patch series consists of 1 patches.
3008
3008
3009 warning: invalid patchbomb.intro value "mpmwearaclownnose"
3009 warning: invalid patchbomb.intro value "oliviawearaclownnose"
3010 (should be one of always, never, auto)
3010 (should be one of always, never, auto)
3011 -f test foo
3011 -f test foo
3012 MIME-Version: 1.0
3012 MIME-Version: 1.0
@@ -3047,7 +3047,7 b' Shell characters in addresses'
3047 $ hg email --date '1980-1-1 0:1' -v -t '~foo/bar@example.com' -f 'me*@example.com' -r '10'
3047 $ hg email --date '1980-1-1 0:1' -v -t '~foo/bar@example.com' -f 'me*@example.com' -r '10'
3048 this patch series consists of 1 patches.
3048 this patch series consists of 1 patches.
3049
3049
3050 warning: invalid patchbomb.intro value "mpmwearaclownnose"
3050 warning: invalid patchbomb.intro value "oliviawearaclownnose"
3051 (should be one of always, never, auto)
3051 (should be one of always, never, auto)
3052 -f me*@example.com ~foo/bar@example.com
3052 -f me*@example.com ~foo/bar@example.com
3053 MIME-Version: 1.0
3053 MIME-Version: 1.0
General Comments 0
You need to be logged in to leave comments. Login now