Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
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.
merge: don't grab wlock when merging in memory
2020-06-24, by Martin von Zweigbergk
pycompat: use os.fsencode() to re-encode sys.argv
2020-06-24, by Manuel Jacob
merge with stable
2020-06-25, by Yuya Nishihara
perf: make `hg perfwrite` more flexible
2020-06-05, by Manuel Jacob
chg: fix typo
2020-06-23, by Manuel Jacob
copies: implement __repr__ on branch_copies for debugging
2020-06-19, by Martin von Zweigbergk
phases: remove useless lookup of repo[rev].rev() in _retractboundary
2020-06-20, by Yuya Nishihara
ui: replace `self._ferr` with identical `dest`
2020-06-04, by Manuel Jacob
absorb: make it clear what happens when no input
2020-06-20, by Sushil khanchi
tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it
2020-06-17, by Pulkit Goyal
util: flush stderr explicitly after using warnings.warn()
2020-06-19, by Pulkit Goyal
phases: improve performance of _retractboundary
2020-06-18, by Joerg Sonnenberger
tests: use proctutil.stdout.write() instead of print() in test-extension.t
2020-06-18, by Pulkit Goyal
fuzz: tell manifest fuzzer about longer node hashes
2020-01-08, by Augie Fackler
absorb: preserve changesets which were already empty
2020-06-01, by Manuel Jacob
absorb: preserve branch-closing changesets even if empty
2020-06-01, by Manuel Jacob
absorb: preserve branch-changing changesets even if empty
2020-06-01, by Manuel Jacob
rhg: add Command trait for subcommands implemented by rhg
2020-06-22, by Antoine Cezar
rhg: add rhg crate
2020-06-05, by Antoine Cezar
hg-core: add FindRoot operation to find repository root path
2020-06-05, by Antoine Cezar
share: provide a more useful text for hg help
stable
2020-06-23, by Joerg Sonnenberger
procutil: make recent fix for zombies compatible with py2
stable
2020-06-25, by Martin von Zweigbergk
pycompat: fix crash when default locale is unknown
stable
2020-06-24, by Manuel Jacob
help: document meaning of '%' in graphlog output
stable
2020-06-22, by Martin von Zweigbergk
py3: fix broken man page generation, it was generating `(default: NUL*)`
stable
2020-06-17, by Kyle Lippincott
hg-core: add Operation interface for high-level hg operations
2020-06-05, by Antoine Cezar
rust: do a clippy pass
2020-06-15, by Raphaël Gomès
py3: fix comparison between int and None
stable
2020-06-16, by Manuel Jacob
py3: pass regex as bytes
stable
2020-06-16, by Manuel Jacob
py3: avoid using %r format on bytes
stable
2020-06-16, by Manuel Jacob
py3: use `%d` for int in % formatting
stable
2020-06-16, by Manuel Jacob
py3: pass native string to urlreq.url2pathname()
stable
2020-06-16, by Manuel Jacob
py3: suppress DeprecationWarning about deprecated base64 module aliases
stable
2020-06-16, by Manuel Jacob
py3: use `pycompat.ziplist()`
stable
2020-06-15, by Manuel Jacob
py3: use `%d` for int in % formatting
stable
2020-06-15, by Manuel Jacob
py3: fix bytes iteration
stable
2020-06-15, by Manuel Jacob
py3: unbyteify arguments to warnings.filterwarnings()
stable
2020-06-15, by Manuel Jacob
fuzz: add config knob for PYTHON_CONFIG_FLAGS
2020-06-15, by Augie Fackler
pyutil: this has taken so long to fix, I'm using 3.8 now
2020-06-15, by Augie Fackler
merge with stable
2020-06-15, by Augie Fackler
tests: adjust to the new format in pyflakes output
stable
2020-06-06, by Anton Shestakov
tests: consistently use pyflakes as a Python module
stable
2020-06-06, by Anton Shestakov
tests: skip pyflakes for mercurial/thirdparty/
stable
2020-06-06, by Anton Shestakov
zeroconf: fix non existant formatting in the vendored zeroconf module
stable
2020-06-13, by Pierre-Yves David
ignore: note debugignore on ignore man page
stable
2020-06-12, by Adam Hull
nodemap: fix validity checking when revlog is too short
stable
2020-06-13, by Pierre-Yves David
tests: remove unused creation of file and outdated text
2020-06-12, by Manuel Jacob
tests: skip pyflakes for mercurial/thirdparty/
2020-06-06, by Anton Shestakov
git: add debug logging when there's a mismatch in the cached heads list
2020-06-09, by Augie Fackler
py3: make stdout line-buffered if connected to a TTY
2020-06-10, by Manuel Jacob
simplemerge: rewrite flag merging loop as expression
2020-06-02, by Yuya Nishihara
simplemerge: leverage pycompat function to convert byte string to set
2020-06-02, by Yuya Nishihara
simplemerge: fix function name that tests if ctx is not null revision
2020-06-02, by Yuya Nishihara
git: decode node IDs back into Python strings (issue6349)
2020-06-09, by Hollis Blanchard
phabricator: make it clear what happen when no response
2020-06-09, by Sushil khanchi
tests: make it clear what happen when no response entered
2020-06-08, by Sushil khanchi
localrepo: handle ValueError during repository opening
2020-01-18, by Gregory Szorc
metadata: filter the `removed` set to only contains relevant data
2020-05-27, by Pierre-Yves David
files: extract code for extra filtering of the `removed` entry into copies
2020-05-27, by Pierre-Yves David
metadata: move computation related to files touched in a dedicated module
2020-05-27, by Pierre-Yves David
merge: move an inspection of the dirstate from record to calculate phase
2020-06-05, by Martin von Zweigbergk
tests: adjust to the new format in pyflakes output
2020-06-06, by Anton Shestakov
tests: consistently use pyflakes as a Python module
2020-06-06, by Anton Shestakov
heptapod-ci: also run tests for chg on python 2
2020-02-26, by Pierre-Yves David
rust-dependencies: upgrade `micro-timer` dependency
2020-06-02, by Raphaël Gomès
context: fix creation of ProgrammingError to not use non-existent field
2020-06-03, by Martin von Zweigbergk
help: explain in `hg help flags` that unambiguous prefixes are allowed
2020-06-03, by Martin von Zweigbergk
git: add coverage for manifest.diff() so we don't regress
2020-06-03, by Augie Fackler
git: implement diff manifest method
2020-06-01, by Josef 'Jeff' Sipek
git: properly visit child tree objects when resolving a path
2020-06-01, by Josef 'Jeff' Sipek
git: don't yield paths for directories when walking
2020-06-01, by Josef 'Jeff' Sipek
git: correctly check for type of object when walking
2020-06-01, by Josef 'Jeff' Sipek
git: implement stub prefetch_parents dirstate method
2020-06-01, by Josef 'Jeff' Sipek
rust: leverage .expect() in place of .unwrap() + inline comment
2020-05-25, by Yuya Nishihara
rust: fix false comment about mpsc::Sender
2020-05-25, by Yuya Nishihara
resourceutil: fix location of line comments
stable
2020-06-09, by Manuel Jacob
rebase: avoid clobbering wdir() with --dry-run or --confirm (issue6291)
stable
2020-04-30, by Matt Harbison
tests: show that rebase --dry-run and --confirm wipeout uncommitted changes
stable
2020-04-30, by Matt Harbison
Added signature for changeset 065704cbdbdb
stable
2020-06-06, by Pulkit Goyal
Added tag 5.4.1 for changeset 065704cbdbdb
stable
2020-06-06, by Pulkit Goyal
py3: update comment to account for Python 2 and Python 3 differences
stable
5.4.1
2020-06-05, by Manuel Jacob
py3: add warning about buffering behavior of pycompat.{stdout,stderr}
stable
2020-06-05, by Manuel Jacob
tests: fix indentation
stable
2020-06-05, by Manuel Jacob
merge with stable
2020-06-03, by Yuya Nishihara
graft: fix --base value to be saved in state file
stable
2020-06-02, by Yuya Nishihara
flags: also test merge with executable bit removed
stable
2020-05-16, by Pierre-Yves David
flags: also test the removal of the exec flag
stable
2020-05-16, by Pierre-Yves David
flags: read flag from dirstate/disk for workingcopyctx (issue5743)
stable
2020-05-16, by Pierre-Yves David
flags: actually merge flags in simplemerge
stable
2020-05-16, by Pierre-Yves David
flags: add a test for merging exec flag change with rename and file change
stable
2020-05-16, by Pierre-Yves David
flags: account for flag change when tracking rename relevant to merge
stable
2020-05-16, by Pierre-Yves David
flags: also test merging a rename with and exec flag change
stable
2020-05-16, by Pierre-Yves David
flags: introduce explicit testing for merging change to exec flag
stable
2020-05-16, by Pierre-Yves David
graft-state: save --base in graft's state, fixing bug with graft --continue
stable
2020-05-26, by Charles Chamberlain
relnotes: advertize the possibility to use rust
2020-05-30, by Valentin Gatien-Baron
rust: add a pointer for profiling to the README
2020-05-30, by Valentin Gatien-Baron
rust: update the mention of hgcli in rust/README.rst
2020-05-30, by Valentin Gatien-Baron
sslutil: fix comment to use inclusive or instead of exclusive or
2020-06-01, by Manuel Jacob
sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings()
2020-06-01, by Manuel Jacob
sslutil: stop storing protocol and options for SSLContext in settings dict
2020-06-01, by Manuel Jacob
sslutil: rename 'minimumprotocolui' -> 'minimumprotocol'
2020-06-01, by Manuel Jacob
sslutil: properly detect which TLS versions are supported by the ssl module
2020-06-01, by Manuel Jacob
sslutil: remove dead code (that failed if only TLS 1.0 is available)
2020-05-31, by Manuel Jacob
config: remove unused hostsecurity.disabletls10warning config
2020-05-31, by Manuel Jacob
sslutil: remove dead code (that downgraded default minimum TLS version)
2020-05-31, by Manuel Jacob
sslutil: remove comment referring to unsupported legacy stacks
2020-05-29, by Manuel Jacob
setup: require that Python has TLS 1.1 or TLS 1.2
2020-05-30, by Manuel Jacob
sslutil: check for OpenSSL without TLS 1.0 support in one case
2020-05-31, by Manuel Jacob
sslutil: don't set minimum TLS version to 1.0 if 1.2 but not 1.1 is available
2020-05-31, by Manuel Jacob
sslutil: add FIXME about supportedprotocols possibly containing too many items
2020-05-31, by Manuel Jacob
sslutil: fix names of variables containing minimum protocol strings
2020-05-31, by Manuel Jacob
sslutil: stop returning argument as third return value of protocolsettings()
2020-05-31, by Manuel Jacob
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
tip