Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip