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.
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
mergeresult: add `files()` and use it
2020-08-05, by Pulkit Goyal
mergeresult: introduce getfile() and use it where required
2020-08-05, by Pulkit Goyal
merge: use ACTION_* constants instead of values in _filternarrowactions()
2020-08-05, by Pulkit Goyal
merge: rework iteration over mergeresult object in checkpathconflicts()
2020-08-05, by Pulkit Goyal
applyupdates: simplfy calculation of number of updated files
2020-08-05, by Pulkit Goyal
mergeresult: yield from getactions() instead of buidling a list and returning
2020-08-03, by Pulkit Goyal
sparse: replace merge action values with mergestate.ACTION_* constants
2020-08-03, by Pulkit Goyal
mergeresult: implement a len() function and use it
2020-08-03, by Pulkit Goyal
merge: replace use of actions dict with mergeresult object
2020-08-03, by Pulkit Goyal
mergeresult: add sort argument to getactions() method
2020-08-03, by Pulkit Goyal
merge: pass mergeresult obj in merge._prefetchfiles()
2020-08-03, by Pulkit Goyal
merge: pass mergeresult obj instead of actions in applyupdates() (API)
2020-08-03, by Pulkit Goyal
merge: pass mergeresult obj instead of actions in _checkcollision() (API)
2020-08-03, by Pulkit Goyal
commitctx: directly update the touched and added set of files
2020-07-28, by Pierre-Yves David
commitctx: directly updated the set of removed files
2020-07-28, by Pierre-Yves David
commitctx: create the `ChangingFiles` object sooner
2020-07-29, by Pierre-Yves David
commitctx: move ChangingFiles creation directly inside `_process_files`
2020-07-25, by Pierre-Yves David
commitctx: create the ChangingFiles object directly in the various case
2020-07-25, by Pierre-Yves David
commitctx: no longer make the storage and added/removed file optional
2020-07-25, by Pierre-Yves David
commitctx: directly gather p1 and p2 copies in `files`
2020-07-25, by Pierre-Yves David
commitctx: extract sidedata encoding inside its own function
2020-07-25, by Pierre-Yves David
commitctx: directly pass a ChangingFiles object to changelog.add
2020-07-25, by Pierre-Yves David
commitctx: return a richer object from _prepare_files
2020-07-25, by Pierre-Yves David
templater: teach template loader to use open_template() function
2020-08-06, by Martin von Zweigbergk
templater: restructure open_template() a little to prepare for relative paths
2020-08-06, by Martin von Zweigbergk
templater: add exception-raising version of open_template()
2020-08-06, by Martin von Zweigbergk
templater: replace Py3-only exception types by super-types available in Py2
2020-08-05, by Martin von Zweigbergk
hgweb: enable reading styles from resources in frozen binaries
2020-08-05, by Martin von Zweigbergk
hgweb: rely on open_template()'s fallback to using templatedir()
2020-08-05, by Martin von Zweigbergk
hgweb: open mapfile using templater.open_template()
2020-08-05, by Martin von Zweigbergk
hgweb: simplify a constant-length list by converting to literal tuple
2020-08-05, by Martin von Zweigbergk
hgweb: remove some accesses to private member uimod._unset
2020-08-05, by Martin von Zweigbergk
templater: try to read %include in mapfiles from resources
2020-07-30, by Martin von Zweigbergk
templater: unroll loop over mapfile directories
2020-07-30, by Martin von Zweigbergk
templater: make open_template() read from resources if in frozen binary
2020-08-04, by Martin von Zweigbergk
templater: pass opened file-like object to templatespec
2020-08-04, by Martin von Zweigbergk
templater: replace templatepath() with function that also opens the file
2020-08-04, by Martin von Zweigbergk
templater: start passing resource to read from into _readmapfile()
2020-07-30, by Martin von Zweigbergk
templater: move stylemap() to hgweb_mod, since that's its only user
2020-08-04, by Martin von Zweigbergk
hgweb: simplify staticfile() now that we always pass it a single directory
2020-08-03, by Martin von Zweigbergk
packaging: include templates with their package as key in package_data
2020-07-31, by Martin von Zweigbergk
packaging: mark mercurial.templates and subdirs as packages
2020-07-31, by Martin von Zweigbergk
templates: add __init__.py files to templates/ dirs
2019-12-12, by Martin von Zweigbergk
merge with stable
2020-08-05, by Augie Fackler
localrepo: abort creating a shared repo if the source does not have store
2020-07-21, by Pulkit Goyal
localrepo: only use 'bookmarksinstore' requirement if we have 'store'
2020-07-21, by Pulkit Goyal
mergeresult: make actionmapping a dict of dict instead of dict of lists
2020-07-25, by Pulkit Goyal
largefiles: introduce a constant for 'lfmr' action
2020-07-25, by Pulkit Goyal
largefiles: override merge.emptyactions() to include `lfmr`
2020-07-25, by Pulkit Goyal
merge: unify logic of couple of if-else's in manifestmerge()
2020-07-25, by Pulkit Goyal
sparse: add comment for an if condition which I tried to refactor
2020-07-24, by Pulkit Goyal
mergeactions: use action constants instead of string values
2020-07-24, by Pulkit Goyal
merge: use the new action based mapping introduced in mergeresult obj
2020-08-02, by Pulkit Goyal
mergeresult: introduce action -> (filename, data, msg) mapping and related API
2020-07-24, by Pulkit Goyal
mergeresult: rename _actions to _filemapping
2020-08-02, by Pulkit Goyal
sparse: pass mergeresult obj in sparse.filterupdatesactions() (API)
2020-07-24, by Pulkit Goyal
merge: filter actions before calling _resolvetrivial()
2020-07-24, by Pulkit Goyal
merge: introduce mergeresult.updateactions() and use it
2020-07-24, by Pulkit Goyal
merge: pass mergeresult instead of actions in _checkunknownfiles() (API)
2020-07-24, by Pulkit Goyal
merge: pass mergeresult obj instead of actions dict in _resolvetrivial()
2020-07-24, by Pulkit Goyal
merge: pass mergeresult obj instead of actions in _filternarrowactions()
2020-07-24, by Pulkit Goyal
merge: pass mergeresult in checkpassconflicts() instead of actions (API)
2020-07-24, by Pulkit Goyal
merge: add removefile() to mergeresult object
2020-07-24, by Pulkit Goyal
merge: introduce mergeresult.addfile() and use it
2020-07-24, by Pulkit Goyal
merge: make mergeresult constructor initialize empty object
2020-07-24, by Pulkit Goyal
merge: improve documentation of fbid dict used for merge bid
2020-07-24, by Pulkit Goyal
merge: move conversion of file-key dict to action-key dict in mergeresult
2020-07-24, by Pulkit Goyal
merge: introduce hasconflicts() on mergeresult object
2020-08-02, by Pulkit Goyal
merge: remove no longer required ACTION_GET_OTHER_AND_STORE
2020-07-14, by Pulkit Goyal
merge: pass commitinfo to applyupdates() and get it stored in mergestate
2020-07-14, by Pulkit Goyal
merge: introduce 'commitinfo' in mergeresult
2020-07-14, by Pulkit Goyal
merge: return a mergeresult obj from manifestmerge(), calculateupdates() (API)
2020-07-23, by Pulkit Goyal
Added signature for changeset 7fc3c5fbc65f
stable
2020-08-03, by Pulkit Goyal
Added tag 5.5 for changeset 7fc3c5fbc65f
stable
2020-08-03, by Pulkit Goyal
mergestate: fix BC breakage introduced because of removal of a merge record
stable
5.5
2020-08-01, by Pulkit Goyal
packaging: delete unnecessary updating of `dirs` list
2020-07-30, by Martin von Zweigbergk
packaging: make "mercurial.defaultrc" a key in package_data
2020-08-02, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip