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.
log: fix -fr'wdir()' PATH to follow newly added file
2020-09-11, by Yuya Nishihara
log: reorganize if-else and for loop in logcmdutil._makematcher()
2020-09-11, by Yuya Nishihara
merge: update commitinfo from all mergeresults during bid merge
2020-08-26, by Pulkit Goyal
merge: add missing ACTION_KEEP when both remote and ancestor are not present
2020-08-24, by Pulkit Goyal
merge: store ACTION_KEEP_ABSENT when we are keeping the file absent locally
2020-08-24, by Pulkit Goyal
merge: add `ACTION_KEEP_ABSENT` to represent files we want to keep absent
2020-09-01, by Pulkit Goyal
mergeresult: introduce dedicated tuple for no-op actions
2020-09-14, by Pulkit Goyal
tests: add criss cross merging tests whose behavior need to be fixed
2020-06-19, by Pierre-Yves David
repo: avoid copying/updating a dict on every `repo.__getitem__`
2020-09-11, by Kyle Lippincott
obsstore: refactor v1 logic to fix 32 byte hash support
2020-07-23, by Joerg Sonnenberger
fsmonitor: increase the threshold before we recommend it, when using rust
2020-09-14, by Valentin Gatien-Baron
copy-tracing: test case where a merge reverted a file deletion
2020-06-19, by Pierre-Yves David
copy-tracing: test case where we go across a changed/deleted merge
2020-06-19, by Pierre-Yves David
merge: show list of bids for each file in bid-merge in ui.debug()
2020-08-26, by Pulkit Goyal
merge with stable
2020-09-14, by Yuya Nishihara
cmdutil: reimplement finddate() without using walkchangerevs()
2020-09-13, by Yuya Nishihara
test-simple-update: add test for -d DATE option
2020-09-13, by Yuya Nishihara
largefiles: walk history in ascending order while downloading all lfiles
2020-09-13, by Yuya Nishihara
largefiles: replace use of walkchangerevs() with simple revset query
2020-09-13, by Yuya Nishihara
largefiles: remove unused 'rev' parameter from downloadlfiles()
2020-09-11, by Yuya Nishihara
resourceutil: document when we expect to take the importlib.resouces code path
2020-09-12, by Martin von Zweigbergk
templater: fix reading of templates in frozen binaries with py3 < 3.7
2020-09-10, by Martin von Zweigbergk
histedit: cache description line
2020-09-11, by Martin von Zweigbergk
tests: make emacs test less strict
2020-09-11, by Martin von Zweigbergk
graphlog: use '%' only if there are *unresolved* conflicts
2020-09-10, by Martin von Zweigbergk
merge: show number of ancestors in bid merge debug notes
2020-08-26, by Pulkit Goyal
debugmergestate: sort extras before printing
2020-09-03, by Pulkit Goyal
debugmergestate: show extras for files which are not in mergestate
2020-08-24, by Pulkit Goyal
tests: update lockdelay.py to handle the `wait` argument
2020-09-10, by Pulkit Goyal
commit: pass mergestate into _filecommit() instead of re-reading it
2020-09-03, by Pulkit Goyal
py3: fix bytes and str mixup in run-tests
2020-09-11, by Sushil khanchi
hg-core: fix some `clippy` warnings
2020-08-17, by Antoine Cezar
rhg: print error message when argument parsing fails
2020-08-17, by Antoine Cezar
rhg: fix `clippy` warnings
2020-08-13, by Antoine Cezar
rhg: pass `ui` to `Command` `run`
2020-08-04, by Antoine Cezar
rhg: add harness tests for rhg files
2020-08-03, by Antoine Cezar
rhg: make output of `files` relative to the current directory and the root
2020-07-30, by Raphaël Gomès
tags: take lock instead of wlock before writing hgtagsfnodes1 cache
2020-09-08, by Pulkit Goyal
statichttprepo: use LockUnavailable() instead of Abort() for lock (API)
2020-09-10, by Pulkit Goyal
localrepo: warn if we are writing to cache without a lock
2020-09-08, by Pulkit Goyal
commit: fix a wrong argument name in documentation
2020-09-03, by Pulkit Goyal
git: remove unrequired assignment of listignored and listunknown
2020-09-10, by Pulkit Goyal
grep: fix hash(linestate) to not include linenum
2020-09-09, by Yuya Nishihara
test-grep: document that trivially moved lines might not be detected
2020-09-08, by Yuya Nishihara
revset: remove indirect indexing of status tuple
2020-09-09, by Yuya Nishihara
rewriteutil: relax the sha1 hash references to handle future hash types
2020-08-25, by Matt Harbison
phabricator: update the hashes in commit messages as they get submitted
2020-08-24, by Matt Harbison
rewriteutil: also consider pending obsoletes when updating hashes in messages
2020-08-24, by Matt Harbison
rewriteutil: extract evolve code used to replace obsolete hashes in commits
2020-08-24, by Matt Harbison
git: fix index handling of removed files during commit (issue6398)
2020-09-07, by Augie Fackler
git: make dirstate actually support listclean parameter
2020-09-07, by Augie Fackler
git: make dirstate status() respect matcher
2020-09-07, by Augie Fackler
git: fix up dirstate use of index
2020-09-07, by Augie Fackler
git: correctly handle "nothing changed" commits
2020-09-07, by Augie Fackler
localrepo: use functools.wraps() in unfilteredmethod decorator
2020-09-07, by Augie Fackler
git: actually copy treemanifest instances in .copy() (issue6398)
2020-09-07, by Augie Fackler
log: fix crash and bad filematcher lookup by -fr'wdir()' PATH
stable
2020-09-11, by Yuya Nishihara
hgdemandimport: bypass demandimport for _ast module (issue6407)
stable
2020-09-09, by Augie Fackler
git: restore basic functionality after b3040b6739ce
2020-09-07, by Augie Fackler
git: convert tz offset to int (issue6359)
2020-09-07, by Augie Fackler
repoview: pin revisions for `local` and `other` when a merge is active
stable
2020-09-04, by Matt Harbison
merge with stable
2020-09-07, by Augie Fackler
extdiff: refactor cmdline and gui calculation login in a separate fn
2020-09-02, by Pulkit Goyal
extdiff: reorder an if-else conditional
2020-09-02, by Pulkit Goyal
run-tests: extract logic to get errpath in a utility func
2020-09-02, by Sushil khanchi
run-tests: refactor filtering logic for --retest flag
2020-08-22, by Sushil khanchi
tests: add a --retest test to demonstrate a fix in next patch
2020-08-27, by Sushil khanchi
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip