Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
tests: use 'legacy.exchange' option in various bundle1 tests
2016-08-03, by Pierre-Yves David
tests: use 'legacy.exchange' option in 'test-bundle2-exchange.t'
2016-08-02, by Pierre-Yves David
bundlerepo: also read the 'devel.legacy.exchange' config
2016-08-03, by Pierre-Yves David
bundle2: add a devel option controling bundle version used for exchange
2016-08-02, by Pierre-Yves David
bundle2: rename the _canusebundle2 method to _forcebundle1
2016-08-03, by Pierre-Yves David
tests: remove bundle2 activation from test-bookmark-pushpull.t
2016-08-03, by Pierre-Yves David
tests: update bugzilla link in test-issue1175.t
2016-08-04, by Anton Shestakov
journal: use fm.formatdate() to pass date tuple in appropriate type (BC)
2016-07-31, by Yuya Nishihara
formatter: add function to convert date tuple to appropriate format
2016-07-31, by Yuya Nishihara
journal: use fm.formatlist() to pass hashes in appropriate type (BC)
2016-07-31, by Yuya Nishihara
formatter: add function to convert list to appropriate format (issue5217)
2016-07-10, by Yuya Nishihara
journal: use fm.hexfunc() to get full hash in JSON/template output (BC)
2016-07-31, by Yuya Nishihara
py3: update test-check-py3-compat.t output
2016-08-04, by Pulkit Goyal
deprecation: enforce thew 'tr' argument of 'dirstate.write' (API)
2016-08-02, by Pierre-Yves David
tests: remove initial bundle2 enabling in various bundle2 tests
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-largefiles.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-tags.t
2016-08-02, by Pierre-Yves David
templatekw: change joinfmt to a mandatory argument of _hybrid object
2016-07-23, by Yuya Nishihara
url: drop compatibility wrapper of socket.create_connection()
2016-07-18, by Yuya Nishihara
doc: remove double imports of inspect from hgmanpage.py
2016-05-14, by Yuya Nishihara
merge: concatenate default conflict marker at parsing phase of .py
2015-05-05, by Yuya Nishihara
tests: remove bundle2 activation from test-push-warn.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-phases-exchanges.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-obsolete.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-http-proxy.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-hook.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-acl.t
2016-08-02, by Pierre-Yves David
merge with stable
2016-08-01, by Augie Fackler
Added signature for changeset 149433e68974
stable
2016-10-01, by Augie Fackler
Added tag 3.9.2 for changeset 149433e68974
stable
2016-10-01, by Augie Fackler
py3: update test expectation on stable
stable
3.9.2
2016-09-23, by Augie Fackler
grep: rewrite help to better document current (confusing) behavior
stable
2016-09-23, by Kevin Bullock
crecord: properly handle files with No newline at eof (issue5268)
stable
2016-09-02, by timeless
annotate: pre-calculate the "needed" dictionary (issue5360)
stable
2016-09-02, by Jun Wu
Added signature for changeset ccd436f7db6d
stable
2016-09-01, by Kevin Bullock
Added tag 3.9.1 for changeset ccd436f7db6d
stable
2016-09-01, by Kevin Bullock
bundle2: localize handleoutput remote prompts
stable
3.9.1
2016-09-01, by Akihiko Odaki
i18n-pt_BR: synchronized with a12d13eac513
stable
2016-08-31, by Wagner Bruna
bundle2: fail faster when interrupted
stable
2016-08-25, by Gregory Szorc
revset: fix keyword arguments to go through optimization process
stable
2016-08-07, by Yuya Nishihara
help: add example of '[templates]' usage
stable
2016-08-08, by Mathias De Maré
exchange: correctly specify url to unbundle (issue5145)
stable
2016-08-05, by Augie Fackler
convert: move svn config initializer out of the module level
stable
2016-08-01, by Durham Goode
osx: update bugzilla link in readme
stable
2016-08-04, by Anton Shestakov
win32: update link to mailing list in readme
stable
2016-08-04, by Anton Shestakov
win32: update wiki link in mercurial.ini
stable
2016-08-04, by Anton Shestakov
debian: update source URL in copyright file
stable
2016-08-04, by Anton Shestakov
help: update link to wiki/CommandServer
stable
2016-08-04, by Anton Shestakov
Added signature for changeset 299546f84e68
stable
2016-08-01, by Augie Fackler
Added tag 3.9 for changeset 299546f84e68
stable
2016-08-01, by Augie Fackler
merge with i18n
stable
3.9
2016-08-01, by Augie Fackler
doc: make previous line of certificate example end with "::"
stable
2016-08-01, by FUJIWARA Katsunori
doc: fix incorrect use of rst hg role in help text
stable
2016-08-01, by FUJIWARA Katsunori
doc: use field rst syntax to show keywords in debugdeltachain help correctly
stable
2016-08-01, by FUJIWARA Katsunori
revset: refactor to make xgettext put i18n comments into hg.pot file
stable
2016-08-01, by FUJIWARA Katsunori
doc: omit useless _() invocation
stable
2016-08-01, by FUJIWARA Katsunori
doc: trim newline at the end of exception message
stable
2016-08-01, by FUJIWARA Katsunori
i18n-ja: synchronized with 6fd751fa58d3
stable
2016-08-01, by FUJIWARA Katsunori
demandimport: avoid infinite recursion at actual module importing (issue5304)
stable
2016-07-31, by FUJIWARA Katsunori
packagelib: do not remove packages directory in hggetversion (issue5262)
stable
2016-07-29, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip