Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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
annotate: do not poorly split lines at CR (issue5798)
stable
2018-02-21, 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
py3: port the markdirver extension in tests/test-resolve.t
2018-02-28, by Pulkit Goyal
py3: backout changeset 56635c506608 which wrongly added couple of b''
2018-02-28, by Pulkit Goyal
py3: add a missing b'' in tests/bruterebase.py
2018-02-28, by Pulkit Goyal
py3: use '%d' for integers instead of b'%s'
2018-02-28, by Pulkit Goyal
py3: make sure we write in mergestate in bytes mode
2018-02-28, by Pulkit Goyal
py3: add b'' prefixes in tests/test-rebase-scenario-global.t
2018-02-28, by Pulkit Goyal
py3: replace str() calls with their preferred bytes equivalent
2018-02-28, by Pulkit Goyal
py3: convert error messages to bytes using util.forcebytestr()
2018-02-28, by Pulkit Goyal
py3: slice over bytes or use startswith() to prevent getting ascii values
2018-02-28, by Pulkit Goyal
narrow: drop safehasattr() checks for always-present repo.narrowmatch
2018-02-28, by Martin von Zweigbergk
narrow: move narrowmatch-related methods to localrepo
2018-02-28, by Martin von Zweigbergk
narrow: remove dependency from narrowspec module to hg module
2018-02-27, by Martin von Zweigbergk
narrow: reduce depedence on narrowspec.save()
2018-02-28, by Martin von Zweigbergk
narrow: always wrap repo
2018-02-28, by Martin von Zweigbergk
narrow: consider both local and remote matchers in narrowchangegroup
2018-02-28, by Martin von Zweigbergk
narrow: move checking for narrow requirement into _narrowmatch()
2018-02-28, by Martin von Zweigbergk
narrow: move changegroup.supportedoutgoingversions() override to core
2018-02-28, by Martin von Zweigbergk
narrow: move requirement constant to core
2018-02-28, by Martin von Zweigbergk
remotenames: don't inherit the remotenames class from dict class
2018-02-21, by Pulkit Goyal
run-tests: cache hghave results
2018-02-25, by Matt Harbison
run-tests: resume raising an exception when a server fails to start
2018-02-26, by Matt Harbison
py3: use print as a function in tests/test-hgrc.t
2018-02-27, by Pulkit Goyal
py3: use '%d' to convert integers to bytes
2018-02-27, by Pulkit Goyal
py3: add b'' prefixes in tests/test-extension.t
2018-02-27, by Pulkit Goyal
py3: convert os.devnull to bytes using pycompat.bytestr
2018-02-27, by Pulkit Goyal
py3: fix more keyword arguments handling
2018-02-27, by Pulkit Goyal
py3: make sure regexes are bytes
2018-02-27, by Pulkit Goyal
py3: use pycompat.strurl to convert url to str
2018-02-27, by Pulkit Goyal
bookmarks: write bookmarks file deterministically
2018-02-26, by Gregory Szorc
phases: write phaseroots deterministically
2018-02-26, by Gregory Szorc
internals: document bundle2 format
2018-02-17, by Gregory Szorc
py3: convert bytes to str using encoding.strfromlocal
2018-02-26, by Pulkit Goyal
py3: use encoding.strtolocal() to convert str to bytes
2018-02-26, by Pulkit Goyal
py3: use email.utils module instead of email.Utils
2018-02-26, by Pulkit Goyal
py3: slice over bytes or use .startswith() to prevent getting ascii values
2018-02-26, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-02-26, by Pulkit Goyal
templatekw: add 'requires' flag to switch to exception-safe interface
2018-02-25, by Yuya Nishihara
templater: specialize ResourceUnavailable error so that it can be caught
2018-02-25, by Yuya Nishihara
templater: move specialized exception types to top
2018-02-25, by Yuya Nishihara
templatekw: minimize resource dependency of {envvars} and {termwidth}
2018-02-25, by Yuya Nishihara
templatekw: simply override {graphwidth} function by mapping variable
2018-02-25, by Yuya Nishihara
remotenames: drop redundant templatekw names from help text
2018-02-25, by Yuya Nishihara
narrow: drop redundant templatekw/revset names from help text
2018-02-25, by Yuya Nishihara
run-tests: don't mask errors when a server fails to start
2018-02-25, by Matt Harbison
py3: use bytes instead of str in isinstance
2018-02-26, by Pulkit Goyal
py3: convert a map expression into list comprehension
2018-02-26, by Pulkit Goyal
py3: use email.generator module instead of email.Generator
2018-02-26, by Pulkit Goyal
py3: use pycompat.strkwargs to convert kwargs keys to str
2018-02-26, by Pulkit Goyal
py3: whitelist test-push-http.t as passing
2018-02-26, by Augie Fackler
util: handle fileno() on Python 3 throwing io.UnsupportedOperation
2018-02-26, by Augie Fackler
wireproto: use %d to encode an int, not a %s
2018-02-26, by Augie Fackler
httppeer: explicitly catch urlerr.httperror and re-raise
2018-02-26, by Augie Fackler
hgweb: pass exception message to builtin Exception ctor as sysstr
2018-02-26, by Augie Fackler
bundle2: part id is an int, use %d to make it bytes
2018-02-26, by Augie Fackler
bundle2: **strkwargs love on various kwargs constructions
2018-02-26, by Augie Fackler
http: drop custom http client logic
2018-02-25, by Augie Fackler
statichttprepo: move HTTPRangeHandler from byterange and delete the latter
2018-02-25, by Augie Fackler
filemerge: do what the context __bytes__ does, but locally
2018-02-25, by Augie Fackler
py3: convert known-int values to bytes using %d
2018-02-25, by Augie Fackler
py3: hunt down str(exception) instances and use util.forcebytestr
2018-02-25, by Augie Fackler
subrepo: use util.forcebytestr() instead of str() on exception
2018-02-25, by Augie Fackler
tests: add missing b prefixes in test-commit.t
2018-02-25, by Augie Fackler
commitextras: fix on Python 3 by using sysstrs for __dict__ ops
2018-02-25, by Augie Fackler
util: use pycompat.bytestr() instead of str()
2018-02-25, by Augie Fackler
showconfig: allow multiple section.name selectors (issue5797)
2018-02-21, by Yuya Nishihara
showconfig: use set to filter sections and entry names
2018-02-21, by Yuya Nishihara
util: factor out shellsplit() function
2018-02-21, by Yuya Nishihara
diff: do not split function name if character encoding is unknown
2018-02-23, by Yuya Nishihara
histedit: use repo.revs() instead of repo.set() where revisions are needed
2018-02-25, by Yuya Nishihara
acl: replace bare getpass.getuser() by platform function
2018-02-25, by Yuya Nishihara
context: remove basectx.__int__ (API)
2018-02-24, by Gregory Szorc
patchbomb: resolve revs before evaluating %ld revset
2018-02-24, by Gregory Szorc
histedit: resolve revs before evaluating %ld revset
2018-02-24, by Gregory Szorc
split: use ctx.rev() instead of %d % ctx
2018-02-24, by Gregory Szorc
commands: use ctx.rev() instead of %d % ctx
2018-02-24, by Gregory Szorc
cmdutil: use ctx.rev() instead of %d % ctx
2018-02-24, by Gregory Szorc
rebase: use ctx.rev() instead of %d % ctx
2018-02-24, by Gregory Szorc
histedit: use ctx.rev() instead of %d % ctx
2018-02-24, by Gregory Szorc
histedit: rename variables so they have "ctx" in them
2018-02-24, by Gregory Szorc
cmdutil: use ctx.rev() instead of int(ctx)
2018-02-24, by Gregory Szorc
templatekw: use ctx.rev() instead of casting context to int
2018-02-24, by Gregory Szorc
py3: fix handling of keyword arguments at more places
2018-02-24, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-02-24, by Pulkit Goyal
merge with stable
2018-02-24, by Kevin Bullock
py3: use '//' for integer division in hgweb/common.py
2018-02-24, by Pulkit Goyal
py3: use util.forcebytestr to convert error messages to bytes
2018-02-24, by Pulkit Goyal
py3: add b'' prefixes to config options in test/badserverext.py
2018-02-24, by Pulkit Goyal
py3: replace file() with open()
2018-02-24, by Pulkit Goyal
py3: make sure regexes are bytes
2018-02-24, by Pulkit Goyal
py3: convert dict.items() to list explicitly
2018-02-24, by Pulkit Goyal
py3: whitelist another 8 passing tests
2018-02-24, by Pulkit Goyal
py3: use '//' for integer divisions
2018-02-24, by Pulkit Goyal
py3: use "%d" for integers instead of "%s"
2018-02-24, by Pulkit Goyal
py3: use util.forcebytestr instead of str to convert error messages
2018-02-24, by Pulkit Goyal
py3: use pycompat.byteskwargs() to fix keyword arguments handling
2018-02-24, by Pulkit Goyal
setup: only allow Python 3 from a source checkout (issue5804)
stable
2018-02-23, by Gregory Szorc
tests: add HTTP POST and PUT support to the $LOGDATE$ substitution
2018-02-23, by Matt Harbison
py3: make regex bytes in hgweb/webcommands.py
2018-02-23, by Pulkit Goyal
py3: replace types.NoneType with type(None)
2018-02-23, by Pulkit Goyal
py3: add missing b'' in test-arbitraryfilectx.t
2018-02-23, by Pulkit Goyal
py3: pass ctx.rev() instead of ctx in range()
2018-02-23, by Pulkit Goyal
py3: add b'' prefixes in test-alias.t
2018-02-23, by Pulkit Goyal
py3: add b'' prefixes in test-revset.t
2018-02-23, by Pulkit Goyal
py3: make sure we use bytes in generate-working-copy-states.py
2018-02-23, by Pulkit Goyal
py3: fix keyword arguments handling in hgext/acl.py
2018-02-23, by Pulkit Goyal
py3: use pycompat.bytestr to convert str returned by getpass.getuser to bytes
2018-02-23, by Pulkit Goyal
py3: add b'' prefixes in test-abort-checkin.t
2018-02-23, by Pulkit Goyal
py3: add b'' prefixes in test-dispatch.py
2018-02-21, by Pulkit Goyal
cleanup: say goodbye to manifestv2 format
2018-02-22, by Augie Fackler
wireproto: document the wonky push protocol for SSH
2018-02-21, by Gregory Szorc
wireprototypes: move baseprotocolhandler from wireprotoserver
2018-02-21, by Gregory Szorc
sshpeer: defer pipe buffering and stderr sidechannel binding
2018-02-21, by Gregory Szorc
sshpeer: make pipe polling code more explicit
2018-02-21, by Gregory Szorc
tests: store protocol payload in files
2018-02-19, by Gregory Szorc
sshpeer: return framed file object when needed
2018-02-21, by Gregory Szorc
sshpeer: move logic for sending a request into a new function
2018-02-21, by Gregory Szorc
help: fix wording describing SSH requirements
stable
2018-02-21, by Josef 'Jeff' Sipek
graphlog: document what "_" and "*" mean
stable
2018-02-22, by Anton Shestakov
sshpeer: rename _recv and _send to _readframed and _writeframed
2018-02-19, by Gregory Szorc
util: add a file object proxy that can read at most N bytes
2018-02-21, by Gregory Szorc
patches: release the GIL while applying the patch
2018-02-05, by Boris Feld
perfbranchmap: allow to select the filter to benchmark
2018-02-21, by Boris Feld
perfbranchmap: display 'unfiltered' for unfiltered performance
2018-02-21, by Boris Feld
py3: two more narrow tests passing
2018-02-22, by Augie Fackler
narrowbundle2: more kwargs native string fixes
2018-02-22, by Augie Fackler
py3: whitelist another 11 passing tests
2018-02-21, by Augie Fackler
narrowbundle2: use native string to get kwargs from dict
2018-02-21, by Augie Fackler
narrowbundle2: drop legacy getcgkwargs variable
2018-02-21, by Augie Fackler
fancyopts: add support for custom multi-arg opts in fancyopts.py
2018-02-21, by Daniel Ploch
narrowcommands: add some missing strkwargs calls for py3
2018-02-21, by Augie Fackler
narrowwirepeer: add some strkwargs to fix a crash on py3
2018-02-21, by Augie Fackler
narrowchangegroup: remove backwards compatibility with old hg
2018-02-21, by Augie Fackler
narrowbundle2: replace map() with equivalent list comprehension
2018-02-21, by Augie Fackler
narrowbundle2: this dict contains native strings, look kws up as such
2018-02-21, by Augie Fackler
tests: port extension in test-narrow-expanddirstate.t to Python 3
2018-02-21, by Augie Fackler
py3: use list comprehensions instead of filter where we need to eagerly filter
2018-02-21, by Augie Fackler
narrow: use list comprehension instead of filter for filtering lists
2018-02-21, by Augie Fackler
py3: whitelist another eight passing tests
2018-02-21, by Augie Fackler
mq: don't reimplement any()
2018-02-06, by Martin von Zweigbergk
mq: don't reimplement any()
2018-02-06, by Martin von Zweigbergk
strip: don't reimplement any()
2018-02-06, by Martin von Zweigbergk
convert: don't reimplement any()
2018-02-06, by Martin von Zweigbergk
verify: don't reimplement any()
2018-02-06, by Martin von Zweigbergk
walkrepos: don't reimplement any()
2018-02-06, by Martin von Zweigbergk
py3: make sure we open file in bytes mode
2018-02-21, by Pulkit Goyal
py3: add b'' to test-ui-color.py
2018-02-21, by Pulkit Goyal
debuginstall: strip double quotes from editorbin on Windows
2018-02-20, by Matt Harbison
pycompat: correct the shlex.split() proxy method signature in py3
2018-02-20, by Matt Harbison
merge with stable
2018-02-20, by Augie Fackler
convert: don't use type as a variable name
2018-02-19, by Pulkit Goyal
convert: don't use bytes as a variable name
2018-02-19, by Pulkit Goyal
py3: add a r'' prefix to prevent transformer from adding b''
2018-02-19, by Pulkit Goyal
py3: use pycompat.byteskwargs in hgext/convert/
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in test-mdiff.py
2018-02-19, by Pulkit Goyal
py3: use dict.items() instead of dict.iteritems() in tests
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in test-transplant.t
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in fakepatchtime.py
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in fakedirstatewritetime.py
2018-02-19, by Pulkit Goyal
py3: use '%d' to convert integer to bytes
2018-02-19, by Pulkit Goyal
hgweb: show each obsfateentry on its own line
2018-02-19, by Anton Shestakov
tests: check obsolete changeset with two obsfate entries
2018-02-19, by Anton Shestakov
py3: whitelist another six passing tests
2018-02-18, by Augie Fackler
lock: delay is numeric, use %d for formatting
2018-02-18, by Augie Fackler
debugbuilddag: use '%d' instead of str() to get numbered lines
2018-02-18, by Augie Fackler
tests: add missing b prefixes in test-pending.t
2018-02-18, by Augie Fackler
merge: make a copy of dict.items() before mutating the dict during iteration
2018-02-18, by Augie Fackler
largefiles: give some **opts some strkwargs love
2018-02-18, by Augie Fackler
wireproto: fix lingering str(exception) with util.forcebytestr(exception)
2018-02-18, by Augie Fackler
scmutil: fix requires-file isalnum() check on first byte
2018-02-18, by Augie Fackler
largefiles: mark headre as bytes regex
2018-02-18, by Augie Fackler
largfiles: replace filter() with listcomp when result needs to be a list
2018-02-18, by Augie Fackler
largefiles: make scheme regex a bytes regex
2018-02-18, by Augie Fackler
debuginstall: do not parse editor command in posix way on Windows
2018-02-17, by Yuya Nishihara
py3: use bytes() to byte-stringify url object in url.py
2018-02-18, by Yuya Nishihara
url: show full url of proxy server in debug message
2018-02-18, by Yuya Nishihara
py3: make sure we are doing integer division by using '//'
2018-02-19, by Pulkit Goyal
py3: make sure regex is bytes in crecord.py
2018-02-19, by Pulkit Goyal
py3: use "%d" for integers instead of "%s"
2018-02-19, by Pulkit Goyal
py3: make sure we open the files in bytes mode
2018-02-18, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip