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.
py3: format revision number as '%d' in debugrevspec
2018-01-27, by Yuya Nishihara
py3: build repr() of smartset as bytes then convert to str
2018-01-27, by Yuya Nishihara
py3: factor out helpers to apply string conversion recursively
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by pycompat.bytestr()
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by encoding.strtolocal()
2018-01-27, by Yuya Nishihara
localrepo: drop the deprecated walk() method (API)
2018-02-03, by Matt Harbison
dirstate: drop deprecated methods (API)
2018-02-02, by Matt Harbison
templatekw: drop the deprecated '{troubles}' keyword
2018-02-02, by Matt Harbison
obsutil: drop deprecated methods (API)
2018-02-02, by Matt Harbison
revset: drop deprecated evolution predicates
2018-02-02, by Matt Harbison
obsolete: drop deprecated methods (API)
2018-02-02, by Matt Harbison
context: drop deprecated methods (API)
2018-02-02, by Matt Harbison
ui: improve performance for multi-component writes
2018-01-25, by Joerg Sonnenberger
cmdutil: drop aliases for logcmdutil functions (API)
2018-01-21, by Yuya Nishihara
logcmdutil: drop redundant "log" from function names (API)
2018-01-21, by Yuya Nishihara
logcmdutil: rename classes and functions to conform to our coding style (API)
2018-01-21, by Yuya Nishihara
cmdutil: split functions of log-like commands to new module (API)
2018-01-21, by Yuya Nishihara
httppeer: remove support for connecting to <0.9.1 servers (BC)
2018-02-02, by Gregory Szorc
internals: document when "hello" and "capabilities" commands were added
2018-02-01, by Gregory Szorc
tests: make doctest py3-compatible again
2018-01-27, by Yuya Nishihara
lfs: emit a status message to indicate how many blobs were uploaded
2018-01-29, by Matt Harbison
lfs: drop an unused function parameter
2018-01-30, by Matt Harbison
discovery: don't reimplement all()
2018-02-01, by Martin von Zweigbergk
contrib: fix dirstatenonnormalcheck to work in Python 3
2018-02-01, by Augie Fackler
python3: whitelist another 24 passing tests
2018-01-18, by Augie Fackler
mdiff: use slice instead of index on bytestr when checking single bytes
2018-02-01, by Augie Fackler
obsutil: work around filter() being a generator in Python 3
2018-01-18, by Augie Fackler
cmdutil: add a kludge to make bytes repr() the same on 2 and 3
2018-01-18, by Augie Fackler
wireprotoserver: make name part of protocol interface
2018-01-31, by Gregory Szorc
wireprotoserver: make abstractserverproto a proper abstract base class
2018-01-31, by Gregory Szorc
wireprotoserver: make response handling attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: make some instance attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: remove sshserver.getarg()
2018-01-31, by Gregory Szorc
wireprotoserver: remove lock references
2018-01-31, by Gregory Szorc
wireprotoserver: remove support for do_<command> handlers (API)
2018-01-31, by Gregory Szorc
wireprotoserver: make attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: remove unused response attribute
2018-01-31, by Gregory Szorc
wireprotoserver: rename p to proto
2018-01-31, by Gregory Szorc
wireprotoserver: add some blank lines between methods
2018-01-30, by Gregory Szorc
tests: start a set of unit tests for mdiff.py, starting with splitnewlines
2018-01-25, by Augie Fackler
perf: add a perfunidiff command for benchmarking unified diff speed
2018-01-25, by Augie Fackler
wireprotoserver: move abstractserverproto class from wireproto
2018-01-31, by Gregory Szorc
wireprotoserver: move sshserver into module (API)
2018-01-31, by Gregory Szorc
wireprotoserver: don't import symbol from hgweb.common
2018-01-31, by Gregory Szorc
wireprotoserver: rename call to callhttp
2018-01-31, by Gregory Szorc
wireprotoserver: rename hgweb.protocol to wireprotoserver (API)
2018-01-31, by Gregory Szorc
testrunner: fix updating of .testtimes file
2018-01-31, by Martin von Zweigbergk
testrunner: make reading of test times work with #testcases
2018-01-31, by Martin von Zweigbergk
tests: allow [Errno] in output
2018-01-31, by Gregory Szorc
mdiff: remove rewindhunk by yielding a bool first to indicate data
2018-01-26, by Joerg Sonnenberger
mdiff: explicitly compute places for the newline marker
2018-01-26, by Joerg Sonnenberger
patch: avoid repeated binary checks if all files in a patch are text
2018-01-25, by Joerg Sonnenberger
setdiscovery: don't call "heads" wire command when heads specified
2018-02-01, by Martin von Zweigbergk
testrunner: on error, color the "(case xxx)" part the same as filename
2018-02-01, by Martin von Zweigbergk
python3: whitelist an additional 23 passing tests
2018-01-18, by Augie Fackler
tests: fix a missed b prefix in a test extension in test-strip.t
2018-01-18, by Augie Fackler
revlog: correct type in check to verify rawtext is immutable
2018-01-18, by Augie Fackler
mq: use bytes() instead of str() to encode statusentries for writing
2018-01-17, by Augie Fackler
mq: open status file et al in bytes mode
2018-01-17, by Augie Fackler
mq: fix up statusentry to be both repr()-able and bytes()-able
2018-01-17, by Augie Fackler
python3: whitelist another 7 passing tests
2018-01-17, by Augie Fackler
localrepo: pass transaction kwargs as strings, not bytes
2018-01-17, by Augie Fackler
localrepo: consistently use native str when __dict__ is involved
2018-02-01, by Augie Fackler
smartset: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
obsolete: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
lsprof: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
dirstate: use native strings when peeking in __dict__
2018-01-17, by Augie Fackler
context: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
bundlerepo: use native str when peeking in __dict__
2018-01-17, by Augie Fackler
transaction: fix hg version check when loading journal
2018-01-17, by Augie Fackler
branchmap: make error messages consistent between Python 2 and 3
2018-01-17, by Augie Fackler
tests: bytestring-ify all the adhoc extensions in test-strip.t
2018-01-17, by Augie Fackler
filemerge: fix regular expression pattern to be bytes
2018-01-17, by Augie Fackler
tags: explicitly grab list of dict keys
2018-01-17, by Augie Fackler
commands: replace map() with list comprehension
2018-01-17, by Augie Fackler
commands: rewrite legacy ternary operator hack using modern syntax
2018-01-17, by Augie Fackler
strip: use %d for known-int string interpolation
2018-01-17, by Augie Fackler
strip: use in-place revset formatspec instead of %-formatting ourselves
2018-01-18, by Augie Fackler
tests: get run-tests to reliably hand shellquote a string and not a bytes
2018-01-17, by Augie Fackler
revsetlang: fix a doctest example on Python 3
2018-02-01, by Augie Fackler
merge with stable
2018-02-01, by Augie Fackler
Added signature for changeset d334afc585e2
stable
2018-02-01, by Augie Fackler
Added tag 4.5 for changeset d334afc585e2
stable
2018-02-01, by Augie Fackler
merge with i18n
stable
4.5
2018-02-01, by Augie Fackler
i18n-pt_BR: synchronized with 373fb3f5922c
stable
2018-01-31, by Wagner Bruna
revset: evaluate filesets against each revision for 'file()' (issue5778)
stable
2018-01-28, by Matt Harbison
test-bookmarks-pushpull: stabilize for Windows
stable
2018-01-31, by Matt Harbison
makefile: add Ubuntu Artful docker targets (.deb and ppa)
stable
2018-02-01, by Anton Shestakov
bundle2: fix the formatting of the stream part requirements
stable
2018-01-31, by Boris Feld
streamclone: extract requirements formatting
stable
2018-01-29, by Boris Feld
bookmarks: fix pushkey compatibility mode (issue5777)
stable
2018-01-30, by Boris Feld
lazymanifest: avoid reading uninitialized memory
stable
2018-01-30, by Jun Wu
unamend: fix command summary line
stable
2018-01-26, by Martin von Zweigbergk
configitems: traverse sections deterministically
stable
2018-01-29, by Gregory Szorc
lfs: don't require the .hglfs file to be tracked to control the policy
stable
2018-01-29, by Matt Harbison
tests: add a pattern to fix --pure tests
stable
2018-01-27, by Augie Fackler
streamclone: add a comment about non-publishing being broken with v1
stable
2018-01-26, by Boris Feld
streamclone: move requirement update into consumev2
stable
2018-01-26, by Boris Feld
streamclone: use readexactly when reading stream v2
stable
2018-01-24, by Boris Feld
streamclone: rename '_emit' to '_emit2' for clarity
stable
2018-01-24, by Boris Feld
help: do not suggest "update --clean ." to cancel uncommitted merge
stable
2018-01-23, by Yuya Nishihara
minifileset: note the unsupported file pattern when raising a parse error
stable
2018-01-24, by Matt Harbison
lfs: don't automatically exclude '.hg*' files from external tracking
stable
2018-01-23, by Matt Harbison
lfs: rename {oid} to {lfsoid}
stable
2018-01-23, by Matt Harbison
lfs: rename {pointer} to {lfspointer}
stable
2018-01-22, by Matt Harbison
Added signature for changeset 27b6df1b5adb
stable
2018-01-22, by Augie Fackler
Added tag 4.5-rc for changeset 27b6df1b5adb
stable
2018-01-22, by Augie Fackler
merge with stable to begin 4.5 freeze
stable
4.5-rc
2018-01-22, by Augie Fackler
bundle2: increase payload part chunk size to 32kb
2018-01-20, by Gregory Szorc
bundle2: always advertise client support for stream parts
2018-01-22, by Gregory Szorc
exchange: don't send stream data when server.uncompressed is set
2018-01-22, by Gregory Szorc
bundle2: don't advertise stream bundle2 capability when feature disabled
2018-01-22, by Gregory Szorc
tests: add more testing around server.uncompressed
2018-01-22, by Gregory Szorc
bundle2: move version of stream clone into part name
2018-01-22, by Gregory Szorc
exchange: send bundle2 stream clones uncompressed
2018-01-22, by Gregory Szorc
tests: update test to work with Git 2.16
2018-01-22, by Gregory Szorc
exchange: return bundle info from getbundlechunks() (API)
2018-01-20, by Gregory Szorc
exchange: make stream bundle part deterministic
2018-01-20, by Gregory Szorc
bundle2: specify what capabilities will be used for
2018-01-20, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip