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.
exewrapper: drop an unused variable
2018-10-19, by Matt Harbison
commands: restore compatibility for "^cmd" registration (issue6005)
2018-10-18, by Yuya Nishihara
exchangev2: support fetching shallow files history
2018-10-19, by Gregory Szorc
sqlitestore: support for storing revisions without their parents
2018-10-17, by Gregory Szorc
wireprotov2: support exposing linknode of file revisions
2018-10-19, by Gregory Szorc
localrepo: support marking repos as having shallow file storage
2018-10-19, by Gregory Szorc
repository: teach addgroup() to receive data with missing parents
2018-09-26, by Gregory Szorc
commands: support passing depth to hg.clone()
2018-10-19, by Gregory Szorc
filelog: add a hasnode() method (API)
2018-10-03, by Gregory Szorc
lfs: consult the narrow matcher when extracting pointers from ctx (issue5794)
2018-10-21, by Matt Harbison
statprof: fix overflow while skipping boilerplate parts
2018-10-20, by Yuya Nishihara
statprof: fix indent level of fp.write() (issue6004)
2018-10-20, by Yuya Nishihara
py3: stringify setupversion on Windows
2018-10-19, by Matt Harbison
tests: add coverage for some untested areas of hgweb
2018-10-19, by Matt Harbison
statprof: update the name as the i increases (issue6003)
2018-10-19, by Pulkit Goyal
test: show more profile lines in test-profile.t
2018-10-19, by Pulkit Goyal
keepalive: use getattr to avoid AttributeErrors when vcr is in use
2018-10-19, by Augie Fackler
phabricator: do more of the VCR work in demandimport.deactivated()
2018-10-19, by Augie Fackler
tests: sleep longer in test-logtoprocess.t
2018-10-19, by Augie Fackler
tests: fix pyflakes warning in test-duplicateoptions.py
2018-10-19, by Augie Fackler
branchmap: avoid changelog and attribute lookups in replacecache()
2018-10-19, by Gregory Szorc
branchmap: pass changelog into branchmap functions
2018-10-19, by Gregory Szorc
fuzz: move many initialization steps into LLVMFuzzerInitialize
2018-10-18, by Augie Fackler
bundle2: fix broken compression engine assertion
2016-11-17, by Martin von Zweigbergk
tests: glob over a difference between Windows 7 and Window 10
2018-10-18, by Matt Harbison
py3: fix module imports in test-highlight.t
2018-10-18, by Matt Harbison
py3: fix module imports in tests, as flagged by test-check-module-imports.t
2018-10-17, by Matt Harbison
lfs: don't add extension to hgrc after conversion (BC)
2018-10-18, by Matt Harbison
addremove: add "ui." prefix to message color keys
2018-10-18, by Yuya Nishihara
update: clarify update() call sites by specifying argument names
2017-02-09, by Martin von Zweigbergk
debugcommands: avoid stack trace from debugindexstats in pure mode
2018-10-18, by Martin von Zweigbergk
tests: fix up pure case of test-sqlitestore.t
2018-10-18, by Augie Fackler
tests: don't emit false failures when sqlite3 is missing
2018-10-18, by Augie Fackler
py3: get around IOError variants in test-commandserver.t
2018-10-16, by Yuya Nishihara
py3: don't use traceback.print_exc() in commandserver.py
2018-10-16, by Yuya Nishihara
py3: invalidate repository cache with system-string keys
2018-10-16, by Yuya Nishihara
py3: system-stringify file mode in commandserver.py
2018-10-16, by Yuya Nishihara
py3: alias next to __next__ in commandserver.py
2018-10-16, by Yuya Nishihara
py3: system-stringify list of attributes to be forwarded from commandserver.py
2018-10-16, by Yuya Nishihara
py3: import StringIO from test utility to test-commandserver.t
2018-10-16, by Yuya Nishihara
py3: use bprint() helper in test-commandserver.t
2018-10-16, by Yuya Nishihara
py3: byte-stringify most literals in test-commandserver.t
2018-10-16, by Yuya Nishihara
localrepo: ensure we properly %-format int in exception throw
2018-10-14, by Augie Fackler
py3: add a r'' prefix in mercurial/exchange.py
2018-10-18, by Pulkit Goyal
py3: add 5 new passing tests to whitelist caught by buildbot
2018-10-18, by Pulkit Goyal
py3: fix test-import-context.t
2018-10-17, by Matt Harbison
py3: restore perfstartup() prior to b456b2e0ad9f on Windows
2018-10-15, by Matt Harbison
help: document the server capabilities added by the LFS extension
2018-10-17, by Matt Harbison
py3: fix test-propertycache.py on Windows
2018-09-27, by Matt Harbison
commands: adjust metavariables as appropriate
2018-10-17, by Anton Shestakov
match: fix up a repr to not crash on Python 3
2018-10-14, by Augie Fackler
narrow: when widening, don't include manifests the client already has
2018-10-05, by Martin von Zweigbergk
tests: add test for widening from an empty clone
2018-10-17, by Martin von Zweigbergk
subrepo: access status members by name instead of by position
2018-10-17, by Martin von Zweigbergk
revisions: when using prefixhexnode, ensure we prefix "0"
2018-10-16, by Kyle Lippincott
store: pass matcher to store.datafiles()
2018-10-03, by Pulkit Goyal
streamclone: pass narrowing related info in _walkstreamfiles()
2018-10-03, by Pulkit Goyal
streamclone: new server config and some API changes for narrow stream clones
2018-09-26, by Pulkit Goyal
narrow: only send the narrowspecs back if ACL in play
2018-10-10, by Pulkit Goyal
zsh_completion: add -l/--list flag for hg bookmarks completion
2018-10-17, by Anton Shestakov
zsh_completion: fix a couple of flags still not being perfect
2018-10-17, by Anton Shestakov
zsh_completion: use $_hg_remote_opts after it is defined
2018-10-17, by Anton Shestakov
tests: fix "running x tests using y ... " output in a few more places
2018-10-17, by Martin von Zweigbergk
py3: fix test-hardlinks.t
2018-10-14, by Mark Thomas
exchange: support declaring pull depth
2018-09-14, by Gregory Szorc
exchangev2: support for calling rawstorefiledata to retrieve raw files
2018-10-17, by Gregory Szorc
wireprotov2: implement command for retrieving raw store files
2018-10-16, by Gregory Szorc
wireprotov2: add response type that serializes to indefinite length bytestring
2018-10-16, by Gregory Szorc
exchangev2: recognize narrow patterns when pulling
2018-09-26, by Gregory Szorc
sqlitestore: file storage backend using SQLite
2018-10-09, by Gregory Szorc
storageutil: extract most of peek_censored from revlog
2018-10-16, by Gregory Szorc
lfs: autoload the extension when cloning from repo with lfs enabled
2018-09-20, by Matt Harbison
testing: switch to inserting deltas
2018-10-16, by Gregory Szorc
testing: remove expectation of error on bad node insert
2018-10-16, by Gregory Szorc
storageutil: convert fileid to bytes to avoid cast to %s
2018-10-16, by Gregory Szorc
tests: use byte literals in test-storage.py
2018-10-16, by Gregory Szorc
py3: byte-stringify literals in test-keyword.t
2018-10-16, by Yuya Nishihara
py3: flush std streams before/after running user code in heredoctest.py
2018-10-16, by Yuya Nishihara
py3: rewrite StringIO fallback for Python 3
2018-10-16, by Yuya Nishihara
py3: reinvent print() function for contrib/hgclient.py
2018-10-16, by Yuya Nishihara
py3: work around unicode stdio streams in contrib/hgclient.py
2018-10-16, by Yuya Nishihara
py3: convert string literals to bytes in contrib/hgclient.py
2018-10-16, by Yuya Nishihara
merge with stable
2018-10-16, by Augie Fackler
branchmap: remove redundant sort
2018-08-31, by Martijn Pieters
revset: drop special case of 'revset(...)' function in analyze
2018-10-11, by Boris Feld
revset: document the `revset(...)` syntax
2018-10-11, by Boris Feld
check-commit: update test expectation per removal of "double empty line" rule
2018-10-16, by Yuya Nishihara
style: drop requirement to only use single lines between top-level objects
2018-10-14, by Martijn Pieters
py3: byteify extension in test-relink.t
2018-10-14, by Matt Harbison
f: fix a Python 3 bytes/string issue
2018-10-13, by Augie Fackler
tests: use regex instead of Python versions for archive hash changes
2018-10-14, by Augie Fackler
notify: a ton of encoding dancing to deal with the email module
2018-10-14, by Augie Fackler
tests: add missing b prefix in test-context-metadata.t
2018-10-14, by Augie Fackler
context: raise runtime errors with sysstrs
2018-10-14, by Augie Fackler
rust: rustfmt config for hg-direct-ffi
2018-10-15, by Georges Racinet
rust: rustlazyancestors.__contains__
2018-10-08, by Georges Racinet
help: fix a missing quote character in ui.tweakdefaults
2018-10-14, by Matt Harbison
rust: hooking into Python code
2018-09-27, by Georges Racinet
py3: fix test-propertycache.py
2018-10-14, by Mark Thomas
py3: fix test-dirstate-race.t
2018-10-14, by Mark Thomas
help: adding a proper declaration for shortlist/basic commands (API)
2018-10-12, by Rodrigo Damazio
help: assigning topic categories
2018-10-12, by Rodrigo Damazio
help: assigning categories to existing commands
2018-10-13, by rdamazio
help: splitting the topics by category
2018-10-12, by Rodrigo Damazio
help: adding support for command categories
2018-10-13, by rdamazio
notify: just use email.errors
2018-10-14, by Yuya Nishihara
rust-chg: add struct holding information needed to spawn server process
2018-10-06, by Yuya Nishihara
rust-chg: install logger if $CHGDEBUG is set
2018-10-07, by Yuya Nishihara
rust-chg: depend on log and tokio_timer
2018-10-06, by Yuya Nishihara
rust-chg: suppress panic while writing chg error to stderr
2018-10-07, by Yuya Nishihara
logcmdutil: add a helpful assertion to catch mistyped templates early
2018-10-14, by Augie Fackler
notify: adapt to new location of email module's errors
2018-10-14, by Augie Fackler
notify: add some b prefixes
2018-10-14, by Augie Fackler
py3: fix test-diff-color.t
2018-10-14, by Mark Thomas
py3: fix test-revlog.t
2018-10-14, by Mark Thomas
fuzz: try *even harder* to prevent Python from looking up usernames
2018-10-14, by Augie Fackler
wireproto: fix incorrect function name in docstring
2018-10-14, by Connor Sheehan
py3: fix test-status.t
2018-10-13, by Mark Thomas
formatter: make debug output prettier
2018-10-14, by Yuya Nishihara
stringutil: allow to specify initial indent level of pprint()
2018-10-14, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip