Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
tests: remove a sub-test since we are done with it in test-run-tests.t
2020-08-27, by Sushil khanchi
storageutil: allow modern hash sizes for fileids
2020-07-21, by Joerg Sonnenberger
registrar: fix a documentation typo
2020-09-01, by Matt Harbison
documentation: add `zstd` compression to the internal `revlogs` documentation
2020-08-10, by Antoine Cezar
extdiff: move single file handling inside `not per-file` conditional
2020-08-29, by Pulkit Goyal
extdiff: remove dir2root and pass full path as dir2 in _runperfilediff()
2020-08-29, by Pulkit Goyal
extdiff: pass full paths of `dir1a` and `dir1b` to `_runperfilediff()`
2020-08-29, by Pulkit Goyal
hgweb: compatibility of hgweb.cgi template with Python 3
stable
2020-09-02, by Harald Klimach
genosxversion: don't give up if we can't find a path to hg libraries
stable
2020-09-01, by Augie Fackler
tests: fix test-demandimport.py on Python 3.9
stable
2020-09-02, by Manuel Jacob
merge with stable
2020-09-01, by Augie Fackler
Added signature for changeset f62bb5d07848
stable
2020-09-01, by Pulkit Goyal
Added tag 5.5.1 for changeset f62bb5d07848
stable
2020-09-01, by Pulkit Goyal
mercurial: force LF endings for *.py, *.{c,h} and *.t in .editorconfig
2020-08-24, by Matt Harbison
hooklib: update documentation of changeset_obsoletedfor for changed hook type
2020-08-18, by Aay Jay Chan
worker: don't expose readinto() on _blockingreader since pickle is picky
2020-08-14, by Martin von Zweigbergk
test: add `test-repo` requirement to `test-check-format` (issue6395)
stable
5.5.1
2020-08-27, by Pierre-Yves David
commit: clear mergestate also with --amend (issue6304)
2020-08-18, by Martin von Zweigbergk
tests: add test showing that merge state is not cleared by amend
2020-08-18, by Martin von Zweigbergk
requirements: introduce constants for `shared` and `relshared` requirements
2020-08-11, by Pulkit Goyal
mergestate: replace `addmergedother()` with generic `addcommitinfo()` (API)
2020-08-10, by Pulkit Goyal
merge: introduce `addcommitinfo()` on mergeresult object
2020-08-10, by Pulkit Goyal
merge: use collections.defaultdict() for mergeresult.commitinfo
2020-08-10, by Pulkit Goyal
mergestate: use _stateextras instead of merge records for commit related info
2020-08-10, by Pulkit Goyal
mergestate: use collections.defaultdict(dict) for _stateextras
2020-08-10, by Pulkit Goyal
hgweb: minimize scope of a try-block in staticfile()
2020-08-03, by Martin von Zweigbergk
hgweb: ignore web.templates config when guessing mime type for static content
2020-08-03, by Martin von Zweigbergk
hgweb: let staticfile() look up path from default location unless provided
2020-08-22, by Martin von Zweigbergk
hgweb: handle None from templatedir() equally bad in webcommands.py
2020-08-03, by Martin von Zweigbergk
posixworker: avoid creating workers that end up getting no work
2020-08-13, by Martin von Zweigbergk
revert: remove dangerous `parents` argument from `cmdutil.revert()`
2020-08-10, by Martin von Zweigbergk
requirements: introduce a set of working directory specific requirements
2020-08-10, by Pulkit Goyal
localrepo: move requirements constant to requirements module
2020-08-08, by Pulkit Goyal
requirements: introduce new requirements related module
2020-08-08, by Pulkit Goyal
repository: introduce constant for treemanifest requirement and use it
2020-08-08, by Pulkit Goyal
tests: make flag parsing test more future safe
2020-07-21, by Joerg Sonnenberger
rename: add support for --at-rev, which marks as copy and removes the source
2020-07-28, by Martin von Zweigbergk
tests: make test-install.t work on debian systems
2020-07-24, by Kyle Lippincott
rhg: handle broken pipe error for stderr
2020-07-24, by Antoine Cezar
rhg: extract function handle_stdout_error
2020-07-24, by Antoine Cezar
rhg: add a limited `rhg files` subcommand
2020-07-17, by Antoine Cezar
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand
2020-07-29, by Antoine Cezar
rhg: simplify `FindRootError` handling
2020-07-29, by Antoine Cezar
rhg: add buffered stdout writing possibility
2020-07-29, by Antoine Cezar
rhg: ask the error message from `CommandError`
2020-07-20, by Antoine Cezar
rhg: Do not return error when when we really mean ok in commands
2020-07-21, by Antoine Cezar
hg-core: define a `ListTrackedFiles` `Operation`
2020-08-08, by Antoine Cezar
hg-core: remove the `Operation` trait
2020-07-29, by Antoine Cezar
hg-core: make parse_dirstate return references rather than update hashmaps
2020-08-04, by Antoine Cezar
repository: introduce constant for internal phase repo requirement and use it
2020-08-07, by Pulkit Goyal
repository: introduce constant for sparse repo requirement and use it
2020-08-08, by Pulkit Goyal
localrepo: refactor `.hg/requires` reading logic in separate function
2020-08-07, by Pulkit Goyal
localrepo: refactor logic to calculate sharedvfs in separate fn
2020-08-07, by Pulkit Goyal
keepalive: Do not append _rbuf if _raw_readinto exists (issue6356)
stable
2020-08-02, by Cédric Krier
store: refactor space delimited list to proper data structure
2020-08-08, by Pulkit Goyal
makefile: stop setting unused HGEXTDIR variable during osx build
2020-08-07, by Martin von Zweigbergk
merge: drop commitinfo argument to applyupdates (API)
2020-08-06, by Pulkit Goyal
merge: remove emptyactions() and use collections.defaultdict(list) instead
2020-08-06, by Pulkit Goyal
merge: pass mergeresult obj in _forgetremoved() (API)
2020-08-05, by Pulkit Goyal
mergeresult: introduce filemap() which yields filename based mapping
2020-08-05, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip