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
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.
compat: normalise path before comparison in revlog splitting test
2021-07-06, by Raphaël Gomès
windows: replicate the normalizing behavior of os.environ
2021-07-08, by Raphaël Gomès
encoding: move case-related utils up
2021-07-08, by Raphaël Gomès
dirstate: drop the last explicit `state` usage in the module
2021-07-04, by Pierre-Yves David
test: use a python script in `test-transaction-rollback-on-sigpipe.t`
2021-07-02, by Pierre-Yves David
test: make sure we hit the SIGPIPE in test-transaction-rollback-on-sigpipe
2021-07-02, by Pierre-Yves David
test: clarify some output in `test-transaction-rollback-on-sigpipe`
2021-07-02, by Pierre-Yves David
tests: add test case for issue 6262
2021-06-29, by Martin von Zweigbergk
rewriteutil: look up common predecessor on unfiltered repo
2021-06-29, by Martin von Zweigbergk
tests: demonstrate crash when common predecessor of divergence is hidden
2021-07-07, by Martin von Zweigbergk
shallowutil: dedent code after the previous change
2021-07-07, by Augie Fackler
shallowutil: narrow scope of try/except block
2021-07-07, by Augie Fackler
remotefilelog: stop using RuntimeError for control flow
2021-07-07, by Augie Fackler
remotefilelog: tweak corrupt cache test to grep more flexibly
2021-07-07, by Augie Fackler
dirstatenonnormalcheck: fix some bytes formating on python3
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in `contrib/dirstatenonnormalcheck.py`
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in largefiles
2021-07-05, by Pierre-Yves David
dirstate-item: use the `state` property in debugpathcomplete
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in fakedirstatewritetime
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in dirstatemap
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in pathutil
2021-07-05, by Pierre-Yves David
dirstate-item: use need_delay when packing dirstate
2021-07-05, by Pierre-Yves David
dirstate-item: rename the class to DirstateItem
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `mtime` property
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `size` property
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `mode` property
2021-07-04, by Pierre-Yves David
dirstate: no longer pass `oldstate` to the `dropfile`
2021-07-04, by Pierre-Yves David
dirstate: drop last explicite `state` usage in status
2021-07-04, by Pierre-Yves David
dirstate: reorder "state" checking conditional
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `need_delay` method
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `tracked` property
2021-07-04, by Pierre-Yves David
dirstate: drop `state` to `_addpath`
2021-07-04, by Pierre-Yves David
dirstate: infer the 'n' state from `from_p2`
2021-07-04, by Pierre-Yves David
dirstate: infer the 'n' state from `possibly_dirty`
2021-07-04, by Pierre-Yves David
dirstate: use a `merged` parameter to _addpath
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `added` property
2021-07-04, by Pierre-Yves David
dirstate: use a `added` parameter to _addpath
2021-07-04, by Pierre-Yves David
dirstate: no longer pass the `oldstate` value to the dirstatemap
2021-07-03, by Pierre-Yves David
dirstate: stop using `oldstate` in `dirstate._addpath`
2021-07-03, by Pierre-Yves David
dirstate: drop the now unused magic constants for the dirstate module
2021-07-03, by Pierre-Yves David
dirstate: move the handling of special case within the dirstatemap
2021-07-04, by Pierre-Yves David
rust: bump rust-cpython version for 0.6.0
2021-07-04, by Pierre-Yves David
rust-dirstate: make the MTIME_UNSET public
2021-07-04, by Pierre-Yves David
rust-dirstatemap: expand the wrapping code a bit
2021-07-04, by Pierre-Yves David
dirstate-entry: restrict `from_p2` property to tracked file
2021-07-04, by Pierre-Yves David
dirstate-entry: `merged_removed` and `from_p2_removed` properties
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `removed` property
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `from_p2` property
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `merged` property
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `state` property (and use it)
2021-07-04, by Pierre-Yves David
dirstate: move most of the `remove` logic with dirstatemap `removefile`
2021-07-03, by Pierre-Yves David
dirstate: add a `in_merge` property
2021-07-03, by Pierre-Yves David
dirstate-entry: introduce dedicated accessors for v1 serialization
2021-07-03, by Pierre-Yves David
dirstate-entry: goes through the `dirstatetuple` constructor in all cases
2021-07-03, by Pierre-Yves David
dirstate-entry: turn dirstate tuple into a real object (like in C)
2021-07-03, by Pierre-Yves David
Added signature for changeset 411dc27fd9fd
stable
2021-07-09, by Pulkit Goyal
Added tag 5.8.1 for changeset 411dc27fd9fd
stable
2021-07-09, by Pulkit Goyal
corruption: backout changeset 49fd21f32695 (issue6528)
stable
5.8.1
2021-07-06, by Pierre-Yves David
corruption: add a test for issue6528
stable
2021-07-06, by Pierre-Yves David
stream: double check that self.vfs is *not* in the vfsmap
stable
2021-06-24, by Pierre-Yves David
dirstate: split dirstatemap in its own file
2021-07-02, by Pierre-Yves David
run-tests: stop writing a `python3` symlink pointing to python2
2021-07-02, by Pierre-Yves David
check-code: stop forbidding return code result
2021-07-06, by Pierre-Yves David
run-tests: avoid an early return
2021-07-02, by Pierre-Yves David
run-tests: clarify pyexename assignement
2021-07-02, by Pierre-Yves David
run-tests: factor appdata out
2021-07-02, by Pierre-Yves David
run-tests: unroll a non-so-one-liner
2021-07-02, by Pierre-Yves David
run-tests: unroll a non-so-one-liner
2021-07-02, by Pierre-Yves David
testing: fix _timeout_factor
2021-07-02, by Pierre-Yves David
exchange: use "served" repo filter to guess what the server will publish
2021-07-03, by Anton Shestakov
rust: Document the DirstateMapMethods trait
2021-07-01, by Simon Sapin
dirstate: document the dirstatetuple content
2021-07-02, by Pierre-Yves David
dirstate: explicitely deal with the `added` case in `_addpath`
2021-07-02, by Pierre-Yves David
dirstate: add an explicit `possibly_dirty` parameter to `_addpath`
2021-07-02, by Pierre-Yves David
dirstate: add an explicit `from_p2` parameter to `_addpath`
2021-07-02, by Pierre-Yves David
dirstate: add default value to _addpath
2021-07-02, by Pierre-Yves David
dirstate: move the _rangemask filtering closer to its storage
2021-07-02, by Pierre-Yves David
dirstate: introduce a symbolic constant for the AMBIGUOUS_TIME marker
2021-07-01, by Pierre-Yves David
dirstate: introduce a symbolic constant for the NONNORMAL marker
2021-07-01, by Pierre-Yves David
dirstate: introduce a symbolic constant for the FROM_P2 marker
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate-tree: Keep a counter of descendant nodes that have an entry
2021-06-28, by Simon Sapin
dirstate: Removed unused instances of `DirsMultiset`
2021-06-28, by Simon Sapin
dirstate-v2: Use 32-bit integers instead of 64-bit for offsets
2021-06-28, by Simon Sapin
status: Extend read_dir caching to directories with ignored files
2021-06-24, by Simon Sapin
dirstate-v2: Drop cached read_dir results after .hgignore changes
2021-06-04, by Simon Sapin
censor: split the core of the logic into its own function
2021-06-22, by Pierre-Yves David
censor: migrate the logic to a set of `censor_revs`
2021-06-22, by Pierre-Yves David
censor: rename `rl` to `revlog` in the main function
2021-06-22, by Pierre-Yves David
censor: extract the part about creating and opening new files in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about recomputing delta in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about writing the other revision in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about writing the censored revision in a function
2021-06-22, by Pierre-Yves David
censor: put the tuple of open files in an explicit variable
2021-06-22, by Pierre-Yves David
revlog: rewrite `censors.py` to `rewrite.py`
2021-06-22, by Pierre-Yves David
Backed out changeset 9b8f326731ac
stable
2021-06-30, by Mathias De Mare
copies: Keep changelog sidedata file open during copy tracing
2021-06-17, by Simon Sapin
purge: restore the `testedwith` declaration
2021-06-22, by Matt Harbison
rust: remove dead utils module
2021-06-21, by Raphaël Gomès
rebase: use str-keyed opts in remaining places
2021-06-21, by Martin von Zweigbergk
rebase: keep str-keyed opts long enough to make `action` a str
2021-06-21, by Martin von Zweigbergk
benchmarks: restore `output` variable lost in D10884
2021-06-22, by Martin von Zweigbergk
censor: implement censoring for revlogv2
2021-06-07, by Pierre-Yves David
deltas: at a `target_rev` parameter to finddeltainfo
2021-06-20, by Pierre-Yves David
revlog: list older-but-still-around file in `files`
2021-06-09, by Pierre-Yves David
revlog: add docket method to request new content files
2021-05-29, by Pierre-Yves David
revlog: add a way to keep track of older uids in the docket
2021-05-20, by Pierre-Yves David
revlog: factor the logic to determine the delta compression out
2021-06-21, by Pierre-Yves David
nodemap: fix some comment formatting
2021-06-10, by Pierre-Yves David
revlogv2: fix `hg verify` with revlog v2
2021-06-09, by Pierre-Yves David
revlogv2: also test that local clone works
2021-06-08, by Pierre-Yves David
clone: also report the bookmark file as copied
2021-06-08, by Pierre-Yves David
clone: reuse the stream clone logic for local clone
2021-06-08, by Pierre-Yves David
copyfiles: add a way to relax the file system checking for hardlink
2021-06-09, by Pierre-Yves David
copyfile: add a option callback for failed hardlinking
2021-06-08, by Pierre-Yves David
streamingclone: extract the scanning part from the generation part
2021-06-08, by Pierre-Yves David
vfs: add a `register_file` method on the vfs class
2021-06-08, by Pierre-Yves David
clone: use "official" API to create local clone destination
2021-06-09, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip