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.
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
templatespec: use new factory functions in hooklib
2020-07-30, by Martin von Zweigbergk
templatespec: use new factory functions in logcmdutil
2020-07-20, by Martin von Zweigbergk
templatespec: move check for non-unicode to lower-level function
2020-07-20, by Martin von Zweigbergk
templatespec: logcmdutil.templatespec() gets either template or mapfile
2020-07-20, by Martin von Zweigbergk
templatespec: create a factory function for each type there is
2020-07-16, by Martin von Zweigbergk
templater: stop accepting a single style to stylemap()
2020-07-29, by Martin von Zweigbergk
formatter: inline a variable assigned from `templater.templater.frommapfile`
2020-07-23, by Martin von Zweigbergk
templater: don't normalize path separators to '/' when interacting with OS
2020-07-22, by Martin von Zweigbergk
formatter: remove now-unnecessary check for file-ness
2020-07-23, by Martin von Zweigbergk
templater: make templatepath() not return directory paths
2020-07-23, by Martin von Zweigbergk
tests: show unusual error message for `hg log --style coal`
2020-07-23, by Martin von Zweigbergk
config: remove now-unused `abs` argument from `include` callback
2020-07-22, by Martin von Zweigbergk
config: re-calculate absolute %include path in `include` callback
2020-07-22, by Martin von Zweigbergk
subrepoutil: use relative path for looking up config `%include`s
2020-07-22, by Martin von Zweigbergk
config: remove now-unused support for "includepaths"
2020-07-22, by Martin von Zweigbergk
dispatch: adjust ui.flush() timing to stabilize test-blackbox.t
stable
2020-07-25, by Yuya Nishihara
clonebundles: document REQUIREDRAM key
stable
2020-07-26, by Gregory Szorc
commitctx: gather more code dealing with copy-in-extra
2020-07-25, by Pierre-Yves David
commitctx: rename files to touched in a couple of place
2020-07-25, by Pierre-Yves David
commitctx: extract copy information encoding into extra into commit.py
2020-07-25, by Pierre-Yves David
commitctx: create the new extra dict on its own line
2020-07-25, by Pierre-Yves David
commitctx: explicitly pass `manifest` to _commit_manifest
2020-07-29, by Pierre-Yves David
phabricator: unconditionally pop `test_vcr` to fix debugcallconduit
2020-07-30, by Ian Moody
phabricator: demonstrate debugcallconduit being broken without --test-vcr
2020-07-30, by Ian Moody
cleanup: fix bad formatting of state.py from D8811
2020-07-28, by Martin von Zweigbergk
dirstate: restore original estimation and update comment
2020-07-30, by Joerg Sonnenberger
merge stable in default
2020-07-31, by Pulkit Goyal
dirstate: revert change to Rust binding
2020-07-30, by Joerg Sonnenberger
relnotes: copy "next" to "5.5" and clear "next"
stable
2020-07-28, by Martin von Zweigbergk
commitctx: extract all the file preparation logic in a new function
2020-07-23, by Pierre-Yves David
commitctx: gather more preparation code within the lock context
2020-07-23, by Pierre-Yves David
commitctx: move a special case about files earlier
2020-07-23, by Pierre-Yves David
commitctx: extract all the manual logic to process the files
2020-07-23, by Pierre-Yves David
commitctx: treat `filesadded` more like `filesremoved`
2020-07-23, by Pierre-Yves David
commitctx: move `writechangesetcopy` business at the end a code section
2020-07-23, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip