Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-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: add xrange alias for test-pathencode.py
2017-09-16, by Augie Fackler
python3: another 3 tests whitelisted
2017-09-16, by Augie Fackler
repair: reliably obtain bytestr of node ids
2017-08-22, by Augie Fackler
bundles: turn nbchanges int into a bytestr using pycompat.bytestr
2017-09-15, by Augie Fackler
exchange: hit opargs with pycompat.strkwargs before **-ing it
2017-09-16, by Augie Fackler
revlog: update signature of dummy addgroup() in bundlerepo and unionrepo
2017-09-15, by Yuya Nishihara
py3: use 'surrogatepass' error handler to process U+DCxx transparently
2017-09-16, by Yuya Nishihara
py3: don't pass bytes to array.array()
2017-09-16, by Yuya Nishihara
py3: wrap bytes in encoding.from/toutf8b() with bytestr
2017-09-03, by Yuya Nishihara
py3: iterate bytes as a byte string in store.lowerencode()
2017-09-03, by Yuya Nishihara
py3: use bytechr() in store._buildlowerencodefun()
2017-09-03, by Yuya Nishihara
store: give name to lowerencode function
2017-09-03, by Yuya Nishihara
py3: iterate bytes as a byte string in dagparser.py
2017-09-03, by Yuya Nishihara
py3: wrap string constants in dagparser.py with bytestr()
2017-09-03, by Yuya Nishihara
py3: drop use of str() in dagparser.py
2017-09-03, by Yuya Nishihara
dagparser: fix variable name in error message
2017-09-03, by Yuya Nishihara
py3: convert function name to bytes in ui.configwith()
2017-09-03, by Yuya Nishihara
drawdag: port to python 3
2017-08-23, by Augie Fackler
drawdag: add a couple of doctests to help with python3 porting
2017-08-23, by Augie Fackler
drawdag: tagsmod.tag() takes a list of names, not a single name
2017-08-23, by Augie Fackler
bruterebase: port to python 3
2017-08-23, by Augie Fackler
exchange: use '%d' % x instead of str(x) to encode ints
2017-08-22, by Augie Fackler
posix: always pass a native str to unicodedata.normalize's first arg
2017-09-15, by Augie Fackler
posix: use slicing to grab a single byte out of a bytes in HFS+ normcase code
2017-09-15, by Augie Fackler
encoding: ensure getutf8char always returns a bytestr, never an int
2017-09-15, by Augie Fackler
posix: fix HFS+ normcase doctest to produce valid bytes literals in Python 3
2017-09-15, by Augie Fackler
tests: add and remove some (glob) markers
2017-09-15, by Augie Fackler
Added signature for changeset 920977f72c7b
stable
2017-09-18, by Augie Fackler
Added tag 4.3.2 for changeset 920977f72c7b
stable
2017-09-18, by Augie Fackler
merge with i18n
stable
4.3.2
2017-09-18, by Augie Fackler
i18n-pt_BR: synchronized with 850d2ec2cf6a
stable
2017-07-31, by Wagner Bruna
hgwebdir: read 'web.template' untrusted
stable
2017-09-15, by Boris Feld
uncommit: move fb-extension to core which uncommits a changeset
2017-08-24, by Pulkit Goyal
show: use consistent (and possibly shorter) node lengths
2017-09-13, by Gregory Szorc
show: pass the minimum length for nodes as a template keyword
2017-08-03, by Gregory Szorc
cmdutil: allow extra properties to be added to each context
2017-08-03, by Gregory Szorc
dirstate: perform transactions with _map using single call, where possible
2017-09-14, by Michael Bolin
extensions: register config item early
2017-09-05, by Boris Feld
extensions: factor extra data loading out
2017-09-05, by Boris Feld
configitems: register the 'win32text.warn' config
2017-06-30, by Boris Feld
configitems: register the 'mq.secret' config
2017-06-30, by Boris Feld
configitems: register the 'mq.plain' config
2017-06-30, by Boris Feld
configitems: register the 'mq.keepchanges' config
2017-06-30, by Boris Feld
configitems: register the 'mq.git' config
2017-06-30, by Boris Feld
configitems: register the 'win32mbcs.encoding' config
2017-06-30, by Boris Feld
copytrace: move fast heuristic copytracing algorithm to core
2017-09-03, by Pulkit Goyal
configitems: register the 'convert.svn.startrev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.svn.debugsvnlog' config
2017-06-30, by Boris Feld
configitems: register the 'convert.skiptags' config
2017-06-30, by Boris Feld
configitems: register the 'convert.p4.startrev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.localtimezone' config
2017-06-30, by Boris Feld
configitems: register the 'convert.ignoreancestorcheck' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.usebranchnames' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.tagsbranch' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.startrev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.sourcename' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.saverev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.revs' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.ignoreerrors' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.clonebranches' config
2017-06-30, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip