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
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.
rust-config: fix incorrect coercion of null values to false
15 months ago, by Raphaël Gomès
rust-config: show default `null` is coerced incorrectly to `false`
15 months ago, by Raphaël Gomès
rust-config: fix fallback to default not parsing the default value
15 months ago, by Raphaël Gomès
rust-config: demonstrate a bug when falling back to non-trivial default values
15 months ago, by Raphaël Gomès
rust: make `Revision` a newtype
15 months ago, by Raphaël Gomès
rust: implement the `Graph` trait for all revlogs
15 months ago, by Raphaël Gomès
rust: use the new `UncheckedRevision` everywhere applicable
15 months ago, by Raphaël Gomès
rust-revlog: split logic for `rawdata` to prepare for `UncheckedRevision` use
14 months ago, by Raphaël Gomès
rust: remove unused error variant
15 months ago, by Raphaël Gomès
rust: add `UncheckedRevision` type
15 months ago, by Raphaël Gomès
debugwireproto: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugwireargs: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugwalk: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debug_revlog_stats: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugbackupbundle: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugsidedata: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugserve: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrevspec: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrevlogindex: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrevlog: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrename: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrebuildfncache: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugpickmergetool: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugp2copies: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugp1copies: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugobsolete: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugmergestate: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugknown: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debuginstall: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugindexdot: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debuggetbundle: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugformat: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugfileset: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugextensions: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdiscovery: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdeltafind: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdeltachain: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdata: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugcapabilities: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugbundle: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
branching: merge with stable
14 months ago, by Pierre-Yves David
tags: avoid expensive access to repo.changelog in a loop
stable
17 months ago, by Pierre-Yves David
blackbox: add a option to duplicate output to stderr too
stable
17 months ago, by Pierre-Yves David
perf: add a --update-last flag to perf::tags
stable
17 months ago, by Pierre-Yves David
perf: add a `--clear-fnode-cache-rev` argument to perf::tags
stable
17 months ago, by Pierre-Yves David
perf: introduce more cache invalidation option in perf::tags
stable
17 months ago, by Pierre-Yves David
hgweb: pass strings in WSGI environment correctly from wsgicgi
stable
14 months ago, by Manuel Jacob
branching: merge stable into default
14 months ago, by Raphaël Gomès
Added signature for changeset 5a8b54201039
stable
14 months ago, by Raphaël Gomès
Added tag 6.5.2 for changeset 5a8b54201039
stable
14 months ago, by Raphaël Gomès
relnotes: add 6.5.2
stable
6.5.2
14 months ago, by Raphaël Gomès
run-tests: detect HGWITHRUSTEXT value
stable
15 months ago, by Pierre-Yves David
tests: avoid test environment affecting setup.py
stable
15 months ago, by Arseniy Alekseyev
setup: make the error "Unable to find a working hg binary" more informative
stable
14 months ago, by Arseniy Alekseyev
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
15 months ago, by Pierre-Yves David
safehasattr: drop usage in favor of hasattr
15 months ago, by Pierre-Yves David
check-code: drop the `safehasattr` rule
23 months ago, by Pierre-Yves David
url: ignore some future pytype error
15 months ago, by Pierre-Yves David
url: move the _generic_proxytunnel in the `has_https` block
15 months ago, by Pierre-Yves David
pycompat: deprecate using bytes
23 months ago, by Pierre-Yves David
dynamic-import: use sysstr for importing extension and others
15 months ago, by Pierre-Yves David
extension: check the command attributes using `sysstr`
15 months ago, by Pierre-Yves David
extension: access special module members using sysstr
15 months ago, by Pierre-Yves David
sshpeer: convert command name to sysstr before accessing method
15 months ago, by Pierre-Yves David
localrepo: purge filecache attribute using there unicode name
15 months ago, by Pierre-Yves David
fastannotate: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
fastannotate: use sysstr to deal with some attributes
15 months ago, by Pierre-Yves David
hgweb: use sysstr to set attribute on diff option
15 months ago, by Pierre-Yves David
hgweb: use sysstr to get attribute on diff option
15 months ago, by Pierre-Yves David
diff-option: move attributes handling to sysstr
15 months ago, by Pierre-Yves David
compression: use sysstr to specify attribute to fetch for priority
15 months ago, by Pierre-Yves David
smartset: set attribute using sysstr instead of bytes
15 months ago, by Pierre-Yves David
cachedlocalrepo: use sysstr for attribute name of "file of interest"
15 months ago, by Pierre-Yves David
terse-status: use `sysstr` to specify attributes to set
15 months ago, by Pierre-Yves David
path-suboption: deprecated specifying the attributes as bytes
15 months ago, by Pierre-Yves David
path-suboption: use str for "_pushloc" suboptions
15 months ago, by Pierre-Yves David
path-suboption: use str for "pushrev" suboptions
15 months ago, by Pierre-Yves David
path-suboption: use str for "bookmarks_mode" suboptions
15 months ago, by Pierre-Yves David
path-suboption: use str for "delta_reuse_policy" suboptions
15 months ago, by Pierre-Yves David
path-suboption: use str for "multi_urls" path suboptions
15 months ago, by Pierre-Yves David
convert: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
mq: use sysstr to check for attribute access
15 months ago, by Pierre-Yves David
lfs: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
mq: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
relink: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
ui: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
remotefilelog: use sysstr to access for attributes
15 months ago, by Pierre-Yves David
hgwebmod: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
remotefilelog: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
extensions: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
bundle2: use sysstr to check for attribute presence
15 months ago, by Pierre-Yves David
largefile: use sysstr to check for attribute presence in `hgsubrepoarchive`
15 months ago, by Pierre-Yves David
largefile: use sysstr to check for attribute presence in `openstore`
15 months ago, by Pierre-Yves David
largefile: use sysstr to check for attribute presence in `rebase` wrapping
15 months ago, by Pierre-Yves David
largefile: use sysstr to check for attribute presence in `getstatuswriter`
15 months ago, by Pierre-Yves David
run-tests: detect HGWITHRUSTEXT value
15 months ago, by Pierre-Yves David
convert: stabilize subversion date sorter
15 months ago, by Pierre-Yves David
rhg: allow setting defaults.cmd to an empty string
15 months ago, by Spencer Baugh
uncommit: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
split: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
releasenotes: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
narrow: hoist a variable to a higher level to avoid use-before-init warning
15 months ago, by Matt Harbison
narrow: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
largefiles: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
keyword: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
gpg: use a context manager to write `.hgsigs`
15 months ago, by Matt Harbison
gpg: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
fetch: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
fastexport: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
closehead: wrap transaction handling in a context manager
15 months ago, by Matt Harbison
closehead: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
churn: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
children: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
automv: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
absorb: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
transaction: fix __repr__() and make the default name bytes
stable
15 months ago, by Matt Harbison
rhg: support rhg files [FILE]
15 months ago, by Spencer Baugh
rhg: support "status FILE"
16 months ago, by Spencer Baugh
rust-matchers: add PatternMatcher
16 months ago, by Spencer Baugh
rust-status: only visit parts of the tree requested by the matcher
16 months ago, by Spencer Baugh
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip