Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+1000
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.
fncache: fix a bug that corrupts the fncache after transaction rollback
stable
16 months ago, by Arseniy Alekseyev
fncache: add a test demonstrating fncache corruption
stable
16 months ago, by Arseniy Alekseyev
transaction: actually delete file created during the transaction on rollback
16 months ago, by Pierre-Yves David
rhg: tweak rhg fallback code structure
16 months ago, by Arseniy Alekseyev
journal: track bookmark deletion
16 months ago, by Pierre-Yves David
journal: show that we do not track deletion
16 months ago, by Pierre-Yves David
contrib: upgrade merge-lists from clap v3 to clap v4
16 months ago, by Martin von Zweigbergk
compat: use cp -R in `test-revlog-delta-find.t` (issue6835)
stable
16 months ago, by Pierre-Yves David
compat: use cp -R in `test-bundle-phase-internal.t` (issue6835)
stable
16 months ago, by Pierre-Yves David
infinitepush: drop the extension
16 months ago, by Pierre-Yves David
perf: display all timing by default
17 months ago, by Pierre-Yves David
wrapfunction: deprecated calling "wrapfunction" with bytes
16 months ago, by Pierre-Yves David
wrapfunction: deprecates calling `wrappedfunction` with bytes
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in various tests
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "exthelper"
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "sqlitestore"
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "share"
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "perf"
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "zeroconf"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "sqlitestore"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "sparse"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "schemes"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "remotenames"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "remotefilelog"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "pager"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "narrow"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "lfs"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "largefiles"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "keyword"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "journal"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "infinitepush"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "histedit"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "highlight"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in the "git" extension
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "fsmonitor"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "fastannotate"
16 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "clonebundles"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "bookflow"
21 months ago, by Pierre-Yves David
wrapfunction: use sysstr instead of bytes as argument in "beautifygraph"
21 months ago, by Pierre-Yves David
byteify-strings: passe sysstr to attr function and wrapper
16 months ago, by Pierre-Yves David
repoview: fix the filter created by `extrafilter`
stable
16 months ago, by Pierre-Yves David
repoview: show `extrafilter` misbehave when other filtering is in play
stable
16 months ago, by Pierre-Yves David
rust-config: add docstring to inner `get_parse` method
16 months ago, by Raphaël Gomès
rust-config: add devel warning when using undeclared config items
16 months ago, by Raphaël Gomès
rhg: use default configitem in `cat`
16 months ago, by Raphaël Gomès
rhg: add config defaults to configitems.toml
16 months ago, by Raphaël Gomès
rust-blackbox: use `is_extension_enabled` config helper
16 months ago, by Raphaël Gomès
configitems: move blackbox's config items to the new configitems.toml
16 months ago, by Raphaël Gomès
rust-config: add config getters that don't fall back to defaults
21 months ago, by Raphaël Gomès
rust-config: add support for default config items
16 months ago, by Raphaël Gomès
configitems: declare items in a TOML file
22 months ago, by Raphaël Gomès
thirdparty: vendor tomli
22 months ago, by Raphaël Gomès
configitems: add `documentation` field
22 months ago, by Raphaël Gomès
configitems: use standard "dynamicdefault" approach in edge case
22 months ago, by Raphaël Gomès
configitems: fix typo in devel warning about extension overrides
22 months ago, by Raphaël Gomès
extensions: imp module is removed in Python 3.12 - use importlib to load files
stable
17 months ago, by Mads Kiilerich
utils: imp module is removed in Python 3.12 - get is_frozen() from _imp
stable
17 months ago, by Mads Kiilerich
extensions: address ast deprecations introduced in Python 3.12
stable
17 months ago, by Mads Kiilerich
vfs: handle shutil.rmtree deprecation of onerror in Python 3.12
stable
17 months ago, by Mads Kiilerich
tests: fix sortdict doctest with Python 3.12
stable
17 months ago, by Mads Kiilerich
utils: stop using datetime.utcfromtimestamp() deprecated in Python 3.12
stable
17 months ago, by Mads Kiilerich
branching: merge stable into default
16 months ago, by Raphaël Gomès
Added signature for changeset 3ffc7209bbae
stable
16 months ago, by Raphaël Gomès
Added tag 6.5 for changeset 3ffc7209bbae
stable
16 months ago, by Raphaël Gomès
relnotes: add 6.5 final
stable
6.5
16 months ago, by Raphaël Gomès
rust-changelog: removed now useless early conditional for NULL_REVISION
stable
16 months ago, by Georges Racinet
rust-revlog: fix RevlogEntry.data() for NULL_REVISION
stable
16 months ago, by Georges Racinet
rust-revlog: using constant in test
stable
16 months ago, by Georges Racinet
rust-revlog: fix incorrect results with NULL_NODE prefixes
stable
20 months ago, by Georges Racinet
rust-revlog: split out method for `rev_from_node` without persistent nodemap
stable
20 months ago, by Georges Racinet
win32mbcs: unbyteify some strings for py3 support
stable
17 months ago, by Matt Harbison
heptapod-ci: turn off pipelines for merge request events
stable
16 months ago, by Raphaël Gomès
heptapod-ci: always make the default run condition explicit
stable
16 months ago, by Raphaël Gomès
heptapod-ci: remove push exception for named branches
stable
16 months ago, by Raphaël Gomès
heptapod-ci: (hopefully) fix the pipeline savings system
stable
16 months ago, by Raphaël Gomès
heptapod-ci: don't run pipelines for topic-less branches
stable
16 months ago, by Raphaël Gomès
clonebundles: add warning if auto-generate is enabled without formats
stable
17 months ago, by Mathias De Mare
clonebundles: fix display of auto-generate.on-change lines
stable
17 months ago, by Mathias De Mare
hgweb: drop references to deprecated cgitb
stable
17 months ago, by Mads Kiilerich
setup: fall back to setuptools setup if distutils isn't available
stable
17 months ago, by Mads Kiilerich
tests: use simple mock smtp server instead of deprecated asyncore smtpd
stable
20 months ago, by Mads Kiilerich
tests: fix dummysmtpd argument check
stable
17 months ago, by Mads Kiilerich
tests: improve test-patchbomb-tls.t by by logging errors and data
stable
17 months ago, by Mads Kiilerich
tests: show test-patchbomb-tls.t smtp server log
stable
20 months ago, by Mads Kiilerich
demandimport: don't delay _distutils_hack import
stable
17 months ago, by Mads Kiilerich
tests: update test-remotefilelog-gc.t for Python 3.11
stable
20 months ago, by Mads Kiilerich
tests: use grep -F instead of obsolescent fgrep
stable
17 months ago, by Mads Kiilerich
tests: use grep -E instead of obsolescent egrep
stable
17 months ago, by Mads Kiilerich
dirstate: avoid leaking disk space in `hg debugrebuilddirstate`
stable
17 months ago, by Arseniy Alekseyev
dirstate-v2: actually fix the dirstate-v2 upgrade race
stable
17 months ago, by Arseniy Alekseyev
Added signature for changeset bb42988c7e15
stable
17 months ago, by Raphaël Gomès
Added tag 6.5rc0 for changeset bb42988c7e15
stable
17 months ago, by Raphaël Gomès
relnotes: add 6.5rc0
stable
6.5rc0
17 months ago, by Raphaël Gomès
branching: merge default into stable for 6.5rc0
stable
17 months ago, by Raphaël Gomès
branching: merge stable into default
17 months ago, by Raphaël Gomès
Added signature for changeset 271a4ab29605
stable
17 months ago, by Raphaël Gomès
Added tag 6.4.5 for changeset 271a4ab29605
stable
17 months ago, by Raphaël Gomès
relnotes: add 6.4.5
stable
6.4.5
17 months ago, by Raphaël Gomès
narrow: indicated the default of 'Yes' when confirming auto-remove-includes
17 months ago, by Jason R. Coombs
clone-bundles: check we generate a valid specification
17 months ago, by Pierre-Yves David
bundle-spec: add an official method to format a spec into a string
17 months ago, by Pierre-Yves David
clonebundles: adds a auto-generate.serve-inline option
17 months ago, by Pierre-Yves David
clone-bundle: only add the REQUIRESNI bit for http(s)
17 months ago, by Pierre-Yves David
stream-clone: add a stream-v3 variant of test-persistent-nodemap.t
18 months ago, by Pierre-Yves David
stream-clone: split the stream part out of test-persistent-nodemap.t
18 months ago, by Pierre-Yves David
stream-clone: explicitly split debug test output for application per version
18 months ago, by Pierre-Yves David
stream-clone: add a v3 version of the protocol
17 months ago, by Arseniy Alekseyev
stream-clone: fix the help for an argument of perf::stream-locked-section
17 months ago, by Pierre-Yves David
infinitepush: aggressively deprecated infinite push
17 months ago, by pierre-yves david
clone-bundle: double check that inline clone bundle does not break local case
17 months ago, by Pierre-Yves David
clone-bundle: drop the now unused `inlineclonebundles` capabilities
17 months ago, by Pierre-Yves David
clonebundles: introduce a new write protocol command
17 months ago, by Pierre-Yves David
clone-bundles: reorder some test section and add titles
17 months ago, by Pierre-Yves David
clone-bundle: rename the methods and wireprotole command
17 months ago, by Pierre-Yves David
delta-find: remove dead code intended to deal with forced delta reuse
17 months ago, by Pierre-Yves David
library: incorporate demandimport into runpy invocation
19 months ago, by Jason R. Coombs
library: enable runpy invocation on mercurial package
19 months ago, by Jason R. Coombs
match: add `filepath:` pattern to match an exact filepath relative to the root
17 months ago, by Raphaël Gomès
path: use the next `display` argument to deal with boolean
stable
17 months ago, by Pierre-Yves David
path: display proper user facing value for pulled-delta-reuse-policy
stable
17 months ago, by Pierre-Yves David
paths: add an argument to format the suboption display
stable
17 months ago, by Pierre-Yves David
ui: fix crash in `hg paths` when pulled-delta-reuse-policy is in use
stable
17 months ago, by Arseniy Alekseyev
ui: add a test demonstrating a crash in `hg paths`
stable
17 months ago, by Arseniy Alekseyev
re2: fix reporting of availability in `hg debuginstall`
stable
17 months ago, by Pierre-Yves David
re: make _checkre2 a static method
stable
17 months ago, by Pierre-Yves David
re2: exit `_checkre2` early if calling it is useless
stable
17 months ago, by Pierre-Yves David
branching: merge with stable
17 months ago, by Pierre-Yves David
backout: remove db9b6ce803a9
17 months ago, by Pierre-Yves David
infinitepush: aggressively deprecated infinite push
17 months ago, by pierre-yves david
rust-dependencies: switch from `users` to `whoami`
17 months ago, by Raphaël Gomès
rust-hg-core: move from `ouroboros` to `self_cell`
17 months ago, by Raphaël Gomès
debug-revlog-stats: make it use the new store entry API
17 months ago, by Pierre-Yves David
store: use the revlog type from revlog's constant instead of custom one
17 months ago, by Pierre-Yves David
repair: use `is_manifestlog` to recognise manifest revlog
17 months ago, by Pierre-Yves David
perf: add a perf::stream-consume
17 months ago, by Pierre-Yves David
perf: add a perf::stream-generate command
17 months ago, by Pierre-Yves David
perf: add a new "context" argument to timer
17 months ago, by Pierre-Yves David
perf: add support for stream-v3 during benchmark
17 months ago, by Pierre-Yves David
perf: add a function to find a stream version generator
17 months ago, by Pierre-Yves David
treemanifest: make `updatecaches` update the nodemaps for all directories
18 months ago, by Arseniy Alekseyev
stream-clone: avoid opening a revlog in case we do not need it
17 months ago, by Arseniy Alekseyev
store: stop relying on a `revlog_type` property
17 months ago, by Pierre-Yves David
store: directly pass the filesize in the `details` of revlog
17 months ago, by Pierre-Yves David
store: explicitly pass file_size when creating StoreFile
17 months ago, by Pierre-Yves David
store: have the revlog determine which files are volatile itself
17 months ago, by Pierre-Yves David
test-dirstate-version-fallback: future-proof the test for a different default
stable
17 months ago, by Raphaël Gomès
clonebundles: add support for inline (streaming) clonebundles
20 months ago, by Mathias De Mare
Added signature for changeset da372c745e0f
stable
17 months ago, by Raphaël Gomès
Added tag 6.4.4 for changeset da372c745e0f
stable
17 months ago, by Raphaël Gomès
relnotes: add 6.4.4
stable
6.4.4
17 months ago, by Raphaël Gomès
revlog: avoid possible collision between directory and temporary index
stable
17 months ago, by Pierre-Yves David
revlog: move the computation of the split_index path in a property
stable
17 months ago, by Pierre-Yves David
rust-dirstate: fall back to v1 if reading v2 failed
stable
17 months ago, by Raphaël Gomès
dirstate: add test showing dirstate version mismatch causes an error
stable
17 months ago, by Raphaël Gomès
rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2`
stable
17 months ago, by Raphaël Gomès
delta-find: fix pulled-delta-reuse-policy=forced behavior
stable
17 months ago, by Pierre-Yves David
delta-find: display more information about the search in some case
stable
17 months ago, by Pierre-Yves David
deltafind: issue debug information when we fast-path rivial case too
stable
17 months ago, by Pierre-Yves David
delta-find: gather the condition to blindly use a full snapshot together
stable
17 months ago, by Pierre-Yves David
delta-find: initialize the debug information much sooner (when possible)
stable
17 months ago, by Pierre-Yves David
delta-find: fix `parents` round detection
stable
17 months ago, by Pierre-Yves David
delta-find: intrduce a `_one_dbg_data` method
stable
17 months ago, by Pierre-Yves David
delta-find: move final debug processing in a `_dbg_process_data` method
stable
17 months ago, by Pierre-Yves David
delta-fine: use the `_debug_search` attribute directly
stable
17 months ago, by Pierre-Yves David
delta-find: move the `gather_debug` logic in a property
stable
17 months ago, by Pierre-Yves David
tests: check `pulled-delta-reuse-policy=forced` without general delta
stable
17 months ago, by Pierre-Yves David
tree-manifest: allow `debugupgraderepo` to run on tree manifest repo
17 months ago, by Pierre-Yves David
bundles: clarify streaming v2 bundle usage
stable
19 months ago, by Mathias De Mare
stream-clone: update debugcreatestreamclonebundle helps
17 months ago, by Pierre-Yves David
rewrite: simplify the `retained_extras` extra logic
18 months ago, by Pierre-Yves David
revlog: fix a bug in revlog splitting
stable
17 months ago, by Arseniy Alekseyev
stream-clone: smoothly detect and handle a case were a revlog is split
18 months ago, by Pierre-Yves David
stream-clone: implement decidated `get_streams` method for revlog
18 months ago, by Pierre-Yves David
stream-clone: make it the responsability of the store entry to stream content
18 months ago, by Pierre-Yves David
store: declare a `files` method on BaseStoreEntry
18 months ago, by Pierre-Yves David
revlog: add a `get_revlog` method
18 months ago, by Pierre-Yves David
stream-clone: drop the _emit_v2 function
18 months ago, by Pierre-Yves David
stream-clone: directly use `_entries_walk` to generate stream-v2
18 months ago, by Pierre-Yves David
stream-clone: pre-indent some code
18 months ago, by Pierre-Yves David
local-clone: perform the hardlink/copy based from _entries_walk returns
18 months ago, by Pierre-Yves David
store: cache the file_size when we get it from disk
18 months ago, by Pierre-Yves David
store: cache the `files()` return for store entries
18 months ago, by Pierre-Yves David
stream-clone: introduce a richer TempCopyManager object
18 months ago, by Pierre-Yves David
store: properly compute the targer_id of manifestlog in no-fncache walk
18 months ago, by Pierre-Yves David
store: do not drop the final `/` when creating manifestlog instance
18 months ago, by Pierre-Yves David
store: add a `get_revlog_instance` method on revlog entries
18 months ago, by Pierre-Yves David
stream-clone: add a test that highlight crash on revlog splitting
18 months ago, by Pierre-Yves David
stream-clone: remove unused code in test-clone-stream.t
18 months ago, by Pierre-Yves David
stream-clone: document the ext-stream-clone-steps.py utility extension
18 months ago, by Pierre-Yves David
test-treemanifest: cleanup the test to more easily show server side error
18 months ago, by Pierre-Yves David
test: make test-contrib-perf.t more robust
stable
17 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))`
17 months ago, by Anton Shestakov
debug: update usage strings of debugignore and debugnodemap
17 months ago, by Anton Shestakov
debug: slightly improve wording on the InputErrors from the previous patch
17 months ago, by Anton Shestakov
debug: use InputError instead of CommandError for validating arguments
17 months ago, by Anton Shestakov
clonebundle: add a `filter_bundle_url` function
18 months ago, by Pierre-Yves David
clonebundles: move the manifest reading in a dedicated function
18 months ago, by Pierre-Yves David
doc: format argument for date uses strftime format string (issue6818)
stable
17 months ago, by Joerg Sonnenberger
clonebundles: filter out invalid schemes instead of failing on them
stable
19 months ago, by Mathias De Mare
clonebundles: demonstrate bad behaviour when unknown scheme is present
stable
19 months ago, by Mathias De Mare
rhg: support `rhg files` with `ui.relative-paths=false`
18 months ago, by Arseniy Alekseyev
rhg: make `rhg files` work if `ui.relative-files=true` is specified
18 months ago, by Arseniy Alekseyev
rhg: test `rhg files --config ui.relative-paths ...`
18 months ago, by Arseniy Alekseyev
cleanup: simplify code
17 months ago, by Arseniy Alekseyev
dirstate: better error messages when dirstate is corrupted
17 months ago, by Arseniy Alekseyev
rust: remove an unused error variant DirstateMapError::EmptyPath
17 months ago, by Arseniy Alekseyev
hg: move unreachable code to where it could be reached
19 months ago, by Jason R. Coombs
stream-clone: support streamv3 on the cli [hg bundle]
18 months ago, by Arseniy Alekseyev
stream-clone: add the `-exp` prefix to the bundle part
18 months ago, by Pierre-Yves David
zstd: hack include order to ensure that our zstd.h is found
2022-02-21, by Joerg Sonnenberger
exchange: allow passing no includes/excludes to `pull()`
18 months ago, by Martin von Zweigbergk
stabletailgraph: add test cases challenging the open merge stack
18 months ago, by pacien
stabletailgraph: naive version of leap computation
19 months ago, by pacien
stabletailgraph: extract _parents util func
19 months ago, by pacien
stabletailgraph: clarify excl part size computation
18 months ago, by pacien
stabletailgraph: clarify naiveness of current implementation
19 months ago, by pacien
stream-clone: introduce the notion of an experimental "v3" version
18 months ago, by Pierre-Yves David
stream-clone: check is a compatible protocol can be found
18 months ago, by Pierre-Yves David
stream-clone: bail-out earlier if stream clone is not requested
18 months ago, by Pierre-Yves David
stream-clone: bail-out earlier if pull is partial
18 months ago, by Pierre-Yves David
stream-clone: bail-out earlier if destination repo is not empty
18 months ago, by Pierre-Yves David
stream-clone: check the version of streaming clone supported by the client
18 months ago, by Arseniy Alekseyev
stream-clone: make sure the `stream` capability is set when bundling
18 months ago, by Pierre-Yves David
stream-clone: upgrade the error message for bad stream request
18 months ago, by Arseniy Alekseyev
stream-clone: yield cache entry in `_entries_walk` too
18 months ago, by Pierre-Yves David
stream-clone: introduce a _entries_walk
18 months ago, by Pierre-Yves David
store: make `walk` return an entry for obsolescence if requested so
18 months ago, by Pierre-Yves David
store: yield phases before changelog
18 months ago, by Pierre-Yves David
store: make `walk` return an entry for phase if requested so
18 months ago, by Pierre-Yves David
cli: add a test of `hg debugnodemap --manifest`
18 months ago, by Arseniy Alekseyev
cli: fix spelling in `debugnodemap` error messages
18 months ago, by Arseniy Alekseyev
cli: make debugnodemap capable of inspecting an arbitrary nodemap
18 months ago, by Arseniy Alekseyev
rust: mostly avoid streaming zstd decompression
18 months ago, by Arseniy Alekseyev
rust: in zstd decompression, avoid a useless vec initialization
18 months ago, by Arseniy Alekseyev
rust: speed up zstd decompression by re-using the decompression context
18 months ago, by Arseniy Alekseyev
store: rename `topfiles` to `top_entries`
18 months ago, by Pierre-Yves David
store: rename `datafiles` to `data_entries`
18 months ago, by Pierre-Yves David
store: use boolean property for upgrade's matchrevlog
18 months ago, by Pierre-Yves David
store: use the new boolean property in `upgrade`
18 months ago, by Pierre-Yves David
store: use the new boolean property in `remotefilelogserver`
18 months ago, by Pierre-Yves David
store: use the boolean property in `repair_issue6528`
18 months ago, by Pierre-Yves David
store: use the new boolean property in `narrow`
18 months ago, by Pierre-Yves David
store: use the boolean property in `store`
18 months ago, by Pierre-Yves David
store: introduce boolean property for revlog type
18 months ago, by Pierre-Yves David
store: issue a single entry for each revlog
18 months ago, by Pierre-Yves David
store: rename `unencoded_path` to `entry_path` for StoreEntry
18 months ago, by Pierre-Yves David
store: do the revlog matching on entry directly
18 months ago, by Pierre-Yves David
store: split the wrapping of encodedstore between _wrap and datafiles
18 months ago, by Pierre-Yves David
store: introduce a main_file_path method for revlog
18 months ago, by Pierre-Yves David
upgrade: actually use StoreEntry API to create revlog
18 months ago, by Pierre-Yves David
upgrade: use StoreEntry object in upgrade
18 months ago, by Pierre-Yves David
upgrade: drop a quick fix that is not longer necessary
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename in largefile
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename when listing manifestlog
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename when fixing issue6528
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename in remotefilelog
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename in narrow
18 months ago, by Pierre-Yves David
store: add a `target_id` attribute on RevlogStoreEntry
18 months ago, by Pierre-Yves David
store: actually tag tree manifest revlogs as manifest revlogs
18 months ago, by Pierre-Yves David
store: also gather files per revlog in `topfiles`
18 months ago, by Pierre-Yves David
store: also group files by revlog in fncache version of datafiles
18 months ago, by Pierre-Yves David
store: add logic to group revlog file together
18 months ago, by Pierre-Yves David
store: change `_walk` return to `(filename, (type, size))`
18 months ago, by Pierre-Yves David
store: lazily get file size on demand for the fncache case
18 months ago, by Pierre-Yves David
store: only access is_volatile information through the file object
18 months ago, by Pierre-Yves David
store: only access file_size information through the file object
18 months ago, by Pierre-Yves David
store: have custom init for entries class
18 months ago, by Pierre-Yves David
store: use specialized class for store entries
18 months ago, by Pierre-Yves David
store: introduce a EntryFile object to actually access file info
18 months ago, by Pierre-Yves David
store: use a StoreEntry object instead of tuple for store files
18 months ago, by Pierre-Yves David
store: no longer explicitly mark the splitted index as ignored
18 months ago, by Pierre-Yves David
store: cleanup what is recognized as a revlog file
18 months ago, by Pierre-Yves David
store: only inclure revlog related file in `datafiles`
18 months ago, by Pierre-Yves David
store: do not record file that are not part of a revlog in fncache
18 months ago, by Pierre-Yves David
revlog-split: expand the some test to cover the success case too
18 months ago, by Pierre-Yves David
transaction: use a ".bck" extension for all backup file
18 months ago, by Pierre-Yves David
repair-issue6528: remove a now useless continue
18 months ago, by Pierre-Yves David
branching: merge stable into default
18 months ago, by Raphaël Gomès
stabletailgraph: clarify omission of linear parts in test sorts
19 months ago, by pacien
stabletailgraph: omit uninteresting linear parts in test log
19 months ago, by pacien
stabletailgraph: fix typo in test
19 months ago, by pacien
stabletailgraph: fix terminology in doc
19 months ago, by pacien
perf: introduce a `perf::stream-locked-section` command
19 months ago, by Pierre-Yves David
transaction: tr._names are actually bytes, use byte string to join them
18 months ago, by Anton Shestakov
nix: add nix-defined package and devel env (flake)
19 months ago, by pacien
hgignore: ignore nix result symlink
19 months ago, by pacien
tests: add test ignore list for nix
19 months ago, by pacien
ui: keep the progress bar around when writing if stdout is not a tty
20 months ago, by Pierre-Yves David
tests: in filterpyflakes, tolerate non-ascii file contents
20 months ago, by Arseniy Alekseyev
comments: fix spelling
21 months ago, by Arseniy Alekseyev
heptapod-ci: display python version
19 months ago, by Axel Prel
branching: merge stable into default
19 months ago, by Raphaël Gomès
sha1dc: Make sure SHA1DC_BIGENDIAN is set on Darwin/PowerPC
19 months ago, by Sevan Janiyan
hidden: add support to explicitly access hidden changesets with SSH peers
2019-04-13, by Manuel Jacob
hidden: support passing --hidden with `serve --stdio`
2019-04-13, by Manuel Jacob
hgweb: move ismember from `hgweb.common` to `scmutil`
2019-04-13, by Pierre-Yves David
hidden: add support for --remote-hidden to HTTP peer
2019-04-05, by Manuel Jacob
hidden: add support to explicitly access hidden changesets via HTTP
2019-04-13, by Manuel Jacob
hidden: support for explicitly accessing hidden changesets in wireproto server
2019-04-13, by Manuel Jacob
hidden: add support for --remote-hidden to localpeer
2019-04-05, by Manuel Jacob
pull: add --remote-hidden option and pass it through peer creation
2019-04-04, by Manuel Jacob
hgweb: add support to explicitly access hidden changesets
2019-04-13, by Pierre-Yves David
clone-bundles: add an option to generate bundles in the background
20 months ago, by Pierre-Yves David
clone-bundles: add a command to clear all bundles
20 months ago, by Pierre-Yves David
clone-bundles: add more test cases for automatic generation
20 months ago, by Pierre-Yves David
clone-bundles: introduce a command to refresh bundle
20 months ago, by Pierre-Yves David
clone-bundles: add a configuration to control auto-generation on changes
20 months ago, by Pierre-Yves David
clone-bundles: also control automation based on absolute number of revisions
20 months ago, by Pierre-Yves David
clone-bundles: only regenerate the clone bundle when cached ration is low
20 months ago, by Pierre-Yves David
clone-bundles: garbage collect older bundle when generating new ones
2020-03-24, by Pierre-Yves David
clone-bundles: add a basic first version of automatic bundle generation
20 months ago, by Pierre-Yves David
branching: merge stable into default
19 months ago, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+1000
tip