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.
engine: pass upgrade operation inside _clonerevlogs()
2020-12-30, by Pulkit Goyal
actions: store deltareuse mode of whole operation in UpgradeOperation
2020-12-30, by Pulkit Goyal
engine: refactor how total dstsize is calculated
2020-12-30, by Pulkit Goyal
upgrade: introduce post upgrade and downgrade message for improvements
2020-12-16, by Pulkit Goyal
actions: introduce function to calculate downgrades
2020-12-16, by Pulkit Goyal
debugupgraderepo: minor documentation fix
2020-12-16, by Pulkit Goyal
upgrade: rename actions to upgrade_actions
2020-12-16, by Pulkit Goyal
upgrade: move optimization addition to determineactions()
2020-12-16, by Pulkit Goyal
upgrade: drop support for old style optimization names
2020-12-16, by Pulkit Goyal
upgrade: add a missing space in status message
2020-12-14, by Pulkit Goyal
actions: rename DEFICIENCY constant to FORMAT_VARIANT
2020-12-30, by Pulkit Goyal
upgrade: rename finddeficiences() to find_format_upgrades()
2020-12-14, by Pulkit Goyal
beautifygraph: change the current commit symbol
2021-01-02, by msuozzo
merge with stable
2021-01-11, by Augie Fackler
statichttprepo: explicitly convert error message to str (issue6247)
2020-12-28, by Joerg Sonnenberger
debugsetparents: add various warning in the help message
2020-12-07, by Pierre-Yves David
largefiles: redo heads interception
2020-12-28, by Joerg Sonnenberger
nodemap: match comment to actual code
2021-01-07, by Joerg Sonnenberger
clone: update to active bookmark, if set
2020-12-20, by Dan Villiom Podlaski Christiansen
branchmap: micro-optimize branchinfo
2020-12-17, by Joerg Sonnenberger
contrib: py3 compat for perfnodemap
2021-01-06, by Joerg Sonnenberger
comments: fix typos
2021-01-07, by Joerg Sonnenberger
engine: unwrap a hard to understand for loop
2020-12-14, by Pulkit Goyal
engine: refactor actual cloning code into separate function
2020-12-14, by Pulkit Goyal
upgrade: move printing of unused optimizations to UpgradeOperation class
2020-12-14, by Pulkit Goyal
upgrade: move `printrequirements()` to UpgradeOperation class
2020-12-12, by Pulkit Goyal
upgrade: move `printoptimisations() to UpgradeOperation class
2020-12-12, by Pulkit Goyal
upgrade: move `printupgradeactions()` to UpgradeOperation class
2020-12-12, by Pulkit Goyal
upgrade: move `print_affected_revlogs()` to UpgradeOperation class
2020-12-12, by Pulkit Goyal
hg-core: add basic config module
2020-12-29, by Raphaël Gomès
copies-tests: update to null in test-copies-chain-merge.t
2020-12-14, by Pierre-Yves David
copies-tests: add a summary of all cases created in test-copies-chain-merge.t
2020-12-14, by Pierre-Yves David
copies: stop attempt to avoid extra dict copies around branching
2020-12-15, by Pierre-Yves David
copies: deal with the "same revision" special case earlier
2020-12-14, by Pierre-Yves David
tags: describe all abnormal tag types in `hg tags -v`
2020-12-20, by Dan Villiom Podlaski Christiansen
hg-core: add format-bytes dependency
2020-12-01, by Raphaël Gomès
rebase: handle the case when nothing to rebase (dry-run)
2020-12-26, by Sushil khanchi
rebase: add test to demonstrate an issue in dry-run
2020-12-26, by Sushil khanchi
pycompat: fix typos
2020-12-28, by Joerg Sonnenberger
chg: format code by clang-format version 11.0.1-+rc1-1
2020-12-19, by Yuya Nishihara
test-check-interface: do not expect bare "python" executable exists
2020-12-19, by Yuya Nishihara
procutil: assign pseudo file object if sys.stdout/stderr is missing
2020-12-18, by Yuya Nishihara
procutil: introduce pseudo file object that just raises EBADF
2020-12-19, by Yuya Nishihara
dispatch: gate against missing stdout/stderr
2020-12-18, by Yuya Nishihara
dispatch: remove stale comment about fdopen()-ed stdio
2020-12-18, by Yuya Nishihara
mergetools: add BeyondCompare 4 for Windows
2020-12-19, by Matt Harbison
mergetools: add support for 32-bit BeyondCompare 3 on 64-bit Windows
2020-12-19, by Matt Harbison
mergetools: enable the `checkconflicts` option for Araxis Merge
2020-12-19, by Matt Harbison
mergetools: sync up comments with the TortoiseHg copy of the config file
2020-12-19, by Matt Harbison
rust: introduce Repo and Vfs types for filesystem abstraction
2020-12-14, by Simon Sapin
bundle2: drop some outdated comment
2020-12-19, by Pierre-Yves David
bundle: optional advisory obsolescence parts
2020-04-24, by Joerg Sonnenberger
relnotes: document that `hg extdiff` also got -r replaced by --from/--to
2020-12-17, by Martin von Zweigbergk
hghave: add some official category for known-bad and missing-good output
2020-12-14, by Pierre-Yves David
copies: rename value/other variable to minor/major for clarity
2020-12-14, by Pierre-Yves David
copies: extract value comparison in the python copy tracing
2020-12-14, by Pierre-Yves David
copies: explain the "arbitrary" copy source pick in case of conflict
2020-12-13, by Pierre-Yves David
copies: properly match result during changeset centric copy tracing
2020-12-13, by Pierre-Yves David
copies: avoid early return in _combine_changeset_copies
2020-12-13, by Pierre-Yves David
copies-rust: record overwrite when merging
2020-12-02, by Pierre-Yves David
copies-rust: make the comparison aware of the revision being current merged
2020-12-02, by Pierre-Yves David
copies-rust: start recording overwrite as they happens
2020-11-21, by Pierre-Yves David
copies-rust: rename Oracle.is_ancestor to Oracle.is_overwrite
2020-12-02, by Pierre-Yves David
copies-rust: use the `entry` API for copy information too
2020-12-02, by Pierre-Yves David
copies-rust: use the entry API to overwrite deleted entry
2020-12-02, by Pierre-Yves David
copies-rust: tokenize all paths into integer
2020-04-25, by Pierre-Yves David
copies: no longer cache the ChangedFiles during copy tracing
2020-11-20, by Pierre-Yves David
copies: iterate over children directly (instead of parents)
2020-12-14, by Pierre-Yves David
copies: document the current algorithm step
2020-12-14, by Pierre-Yves David
log: update documentation about --follow with/without --rev (issue6459)
stable
2020-12-24, by Yuya Nishihara
contrib: run python3+chg tests too in heptapod CI
2020-12-12, by Pulkit Goyal
chgserver: respect detailed exit code in case of ConfigError
2020-12-18, by Pulkit Goyal
cext: shut-up sign compare warnings
2020-12-17, by Joerg Sonnenberger
errors: respect ui.detailed-exit-code in chg
2020-12-17, by Martin von Zweigbergk
relnotes: document automatically setting `HGPLAIN=1` for external hooks
2020-12-17, by Matt Harbison
cext: isolate hash size in the revlog handling in a single place
2020-11-28, by Joerg Sonnenberger
rust: document how to enable debug information in optimized builds
2020-12-17, by Simon Sapin
filemerge: add support for the new "mergediff" marker style to premerge
2020-12-14, by Martin von Zweigbergk
test-narrow: mitigate the flakyness of test-narrow-shallow
2020-12-14, by Pierre-Yves David
hook: set `HGPLAIN=1` for external hooks
2020-12-14, by Matt Harbison
setup: exclude the git extension from py2 builds
2020-12-14, by Matt Harbison
rust: replace most "operation" structs with functions
2020-12-14, by Simon Sapin
rust: change &PathBuf parameters to &Path
2020-12-14, by Simon Sapin
extdiff: add --from/--to and deprecate -r, as was done for `hg diff`
2020-12-16, by Martin von Zweigbergk
extdiff: fix crash when showing diff from wdir()
2020-12-16, by Martin von Zweigbergk
extdiff: pass contexts instead of nodeids into diffrevs()
2020-12-16, by Martin von Zweigbergk
tests: remove undefined (empty) $opt from test-extdiff.t
2020-12-16, by Martin von Zweigbergk
copies-rust: pre-introduce a PathToken type and use it where applicable
2020-04-21, by Pierre-Yves David
copies-rust: add smarter approach for merging small mapping with large mapping
2020-11-21, by Pierre-Yves David
copies-rust: hide most of the comparison details inside a closure
2020-11-21, by Pierre-Yves David
copies-rust: move the mapping merging into a else clause
2020-11-21, by Pierre-Yves David
copies-rust: extract conflicting value comparison in its own function
2020-11-21, by Pierre-Yves David
mergetools: alphabetize the config settings
2020-12-17, by Matt Harbison
share: properly copy cache files when cloning from a share
2020-12-14, by Joerg Sonnenberger
tests: workaround for a flaky test
2020-12-14, by Joerg Sonnenberger
revlog: support none compression
2020-12-13, by Joerg Sonnenberger
errors: raise InputError on recursive template definition
2020-11-12, by Martin von Zweigbergk
errors: raise StateError when push fails because it creates new heads
2020-11-23, by Martin von Zweigbergk
errors: raise InputError on early parse error in dispatch
2020-11-23, by Martin von Zweigbergk
errors: raise more specifc errors from narrowcommands
2020-11-18, by Martin von Zweigbergk
errors: use detailed exit code 50 for StorageError
2020-12-09, by Martin von Zweigbergk
errors: raise InputError if an ambiguous revision id prefix is used
2020-12-09, by Martin von Zweigbergk
localrepo: delete obsolete comment about `prefix in repo` raising exception
2020-12-10, by Martin von Zweigbergk
node: import symbols explicitly
2020-12-01, by Joerg Sonnenberger
branching: merge with stable
2020-12-13, by Martin von Zweigbergk
debugdiscovery: fix swapped heads and roots
2020-12-11, by Pierre-Yves David
debugdiscovery: display the number of roundtrip used
2020-12-11, by Pierre-Yves David
copies: make calculating lazy for dir move detection's "addedfiles"
2020-12-11, by Kyle Lippincott
mergetools: add new conflict marker format with diffs in
2020-12-08, by Martin von Zweigbergk
diff: deprecate -r option
2020-12-10, by Martin von Zweigbergk
diff: update synopsis to use --from/--to instead of -r
2020-12-10, by Martin von Zweigbergk
diff: describe behavior by using --from/--to instead of varying revision count
2020-12-10, by Martin von Zweigbergk
histedit: adjust comment describing `edit` action for clarity
2020-12-10, by Augie Fackler
histedit: tweak `edit` message to try and guide users to our workflow
2020-12-10, by Augie Fackler
procutil: don't assign stdin to None, use os.devnull instead
2020-12-10, by Pulkit Goyal
dispatch: move IOError handling and flushing of streams to `dispatch()`
2020-12-10, by Pulkit Goyal
simplemerge: write output only once it's complete
2020-12-09, by Martin von Zweigbergk
simplemerge: avoid quadratic concatenation when building output text
2020-12-08, by Martin von Zweigbergk
simplemerge: work with opts as native strings instead of bytes
2020-12-08, by Martin von Zweigbergk
hghave: update the check for virtualenv
2020-12-08, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip