Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
py3: silence return value of file.write() in test-command-template.t
2018-03-01, by Yuya Nishihara
error: fix isinstnace check to use bytes instead of str
2018-03-01, by Augie Fackler
py3: whitelist another nine passing tests
2018-02-25, by Augie Fackler
util: use pycompat.bytestr() on repr() in date parse abort
2018-02-25, by Augie Fackler
py3: whitelist 14 new tests passing
2018-03-02, by Pulkit Goyal
py3: slice over bytes to prevent getting ascii values
2018-03-02, by Pulkit Goyal
wireprotoserver: move SSHV1 and SSHV2 constants to wireprototypes
2018-02-27, by Gregory Szorc
wireproto: use named arguments for commandentry
2018-02-27, by Gregory Szorc
debugcommands: support for triggering push protocol
2018-02-26, by Gregory Szorc
sshpeer: support not reading and forwarding stderr
2018-02-26, by Gregory Szorc
tests: add wire protocol tests for pushkey
2018-02-23, by Gregory Szorc
debugcommands: support for sending "batch" requests
2018-02-23, by Gregory Szorc
debugcommands: allow sending of simple commands with debugwireproto
2018-03-01, by Gregory Szorc
wireproto: sort response to listkeys
2018-02-23, by Gregory Szorc
debugcommands: add debugwireproto command
2018-03-01, by Gregory Szorc
debugcommands: add debugserve command
2018-02-27, by Gregory Szorc
wireprotoserver: support logging SSH server I/O to a file descriptor
2018-02-25, by Gregory Szorc
util: enable observing of util.bufferedinputpipe
2018-02-24, by Gregory Szorc
util: add a file object proxy that can notify observers
2018-02-24, by Gregory Szorc
wireprotoserver: ability to run an SSH server until an event is set
2018-02-24, by Gregory Szorc
tests: fix run-tests environment cleanup on Python 3
2018-03-01, by Augie Fackler
templatekw: add compatlist() as a replacement for showlist()
2018-02-25, by Yuya Nishihara
templatekw: add compatdict() as a replacement for showdict()
2018-02-25, by Yuya Nishihara
templatekw: pass templater to _showlist() by an explicit argument
2018-02-25, by Yuya Nishihara
hgweb: make templater mostly compatible with log templates
2017-12-22, by Yuya Nishihara
log: do not invoke templatekw.showobsfate() as a function
2018-02-25, by Yuya Nishihara
templatekw: inline getfiles()
2018-02-25, by Yuya Nishihara
templatekw: factor out function to build a list of files per status
2018-02-25, by Yuya Nishihara
templatekw: switch non-showlist template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: extract non-templatekw function as getgraphnode()
2018-02-25, by Yuya Nishihara
convert: avoid closing ui.fout in subversion code (issue5807)
2018-02-28, by Sascha Nemecek
cmdutil: expand filename format string by templater (BC)
2018-01-07, by Yuya Nishihara
templater: add option to parse template string just like raw string literal
2018-02-18, by Yuya Nishihara
cmdutil: reorder optional arguments passed to makefileobj()
2018-02-18, by Yuya Nishihara
cmdutil: strip "%m" pattern (first line of commit message) from both ends
2018-02-18, by Yuya Nishihara
test-acl: mock up util.getuser() to trust $LOGNAME on Windows
2018-02-27, by Yuya Nishihara
fileset: drop bad "elif:" trying to check invalid size expression
2018-03-01, by Yuya Nishihara
py3: fix test-command-template.t to write files in binary mode
2018-03-01, by Yuya Nishihara
py3: use bytestr() to coerce position carried by ParseError to string
2018-03-01, by Yuya Nishihara
py3: use bytes.endswith('\n') to strip off '\n' from debug color output
2018-03-01, by Yuya Nishihara
py3: fix type of attribute names forwarded by templatekw._hybrid
2018-03-01, by Yuya Nishihara
py3: move between bytes and unicode when re-raising IOError
2018-03-01, by Yuya Nishihara
py3: use '%d' to format diffstat sum
2018-03-01, by Yuya Nishihara
py3: make regexp literal bytes in templatefilters.py
2018-03-01, by Yuya Nishihara
templatefilters: use encoding.unifromlocal/unitolocal() for py3 compatibility
2018-03-01, by Yuya Nishihara
py3: replace str() with it's bytes equivalent in hgext/shelve.py
2018-03-02, by Pulkit Goyal
py3: make sure we write bytes in a file open in bytes mode
2018-03-01, by Pulkit Goyal
py3: add b'' prefixes in tests/test-obsolete.t
2018-03-01, by Pulkit Goyal
py3: add a b'' prefix in tests/test-fncache.t
2018-03-01, by Pulkit Goyal
py3: use pycompat.bytestr() to convert error instances to bytes
2018-03-01, by Pulkit Goyal
py3: listify the return value of filter()
2018-03-01, by Pulkit Goyal
py3: use '%d' instead of '%s' for ints
2018-03-01, by Pulkit Goyal
py3: add 14 new passing tests to whitelist
2018-03-01, by Pulkit Goyal
py3: use util.forcebytestr to convert str to bytes
2018-02-28, by Pulkit Goyal
sshpeer: factor out code for creating peers from pipes
2018-02-25, by Gregory Szorc
py3: add b'' prefixes in tests/test-rollback.t
2018-02-28, by Pulkit Goyal
py3: add b'' prefix in tests/test-revlog-v2.t
2018-02-28, by Pulkit Goyal
py3: add b'' prefixes in tests/test-revlog.t
2018-02-28, by Pulkit Goyal
py3: make sure we open the file in bytes mode
2018-02-28, by Pulkit Goyal
py3: add b'' prefixes in tests/test-revlog-ancestry.py
2018-02-28, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip