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
-96
+96
+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.
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
singlehead: introduce option to restrict to public changes
2020-12-05, by Joerg Sonnenberger
treemanifest: stop storing full path for each item in manifest._lazydirs
2020-12-03, by Kyle Lippincott
extensions: avoid including `__index__` in the disabled extension list
2020-12-08, by Matt Harbison
windows: continue looking at `%HOME%` for user config files with py3.8+
2020-12-09, by Matt Harbison
run-tests: configure the environment to expand `~` properly with Windows py38+
2020-12-09, by Matt Harbison
run-tests: fix `HGTESTEXTRAEXTENSIONS` with py3
2020-12-09, by Matt Harbison
rhg: use persistent nodemap when available
2020-12-04, by Simon Sapin
persistent-nodemap: properly ignore non-existent `.nd` data file
2020-12-07, by Simon Sapin
docs: prefer `hg diff --from/--to` over `-r`
2020-12-09, by Martin von Zweigbergk
diff: add --from and --to flags as clearer alternative to -r -r
2020-12-09, by Martin von Zweigbergk
commandserver: handle IOError related to flushing of streams
2020-12-03, by Pulkit Goyal
tests: conditionalize output in test-ssh.t with chg+py3
2020-12-02, by Pulkit Goyal
dispatch: disable line ending normalization on sys.stdin if its None
2020-12-02, by Pulkit Goyal
procutils: don't try to get `.buffer` if sys.stdin is None
2020-12-02, by Pulkit Goyal
share: remove unexpected heading from "verbose" container in help test
2020-12-09, by Martin von Zweigbergk
bugzilla: pass the url to xmlrpclib.ServerProxy as str
stable
2020-12-03, by Mads Kiilerich
bugzilla: fix reporting of exceptions with py3
stable
2020-12-03, by Mads Kiilerich
ui: remove excessive strtolocal() from debuguigetpass
stable
2020-12-03, by Yuya Nishihara
cext: match format string for 32bit long platforms
2020-12-08, by Joerg Sonnenberger
status: disable morestatus when using -0
2020-12-08, by Martin von Zweigbergk
debugdiscovery: display some information about the initial "undecided" set
2020-12-06, by Pierre-Yves David
debugdiscovery: add some data about the shapes of the sets
2020-12-06, by Pierre-Yves David
tests: conditionalize the progress timestamp for Windows
2020-12-07, by Matt Harbison
tests: conditionalize a few Windows specific error messages
2020-12-07, by Matt Harbison
tests: correct the output order about starting a background thread for Windows
2020-12-07, by Matt Harbison
tests: update the exit status codes for Windows specific tests
2020-12-07, by Matt Harbison
tests: drop the trailing exclamation point from some Windows abort messages
2020-12-07, by Matt Harbison
tests: update output for test-check-pylint.t
2020-12-07, by Matt Harbison
run-tests: extend PATH on Windows to include user installed scripts
2020-12-07, by Matt Harbison
run-tests: stuff a `python3.exe` into the test bin directory on Windows
2020-12-07, by Matt Harbison
run-tests: fix a typo in an attribute name
2020-12-07, by Matt Harbison
test-extension: flush diagnostic message to stabilize chg output
2020-12-07, by Yuya Nishihara
formatting: re-blacken match.py
2020-12-03, by Matt Harbison
transaction: windows workaround for missing line iteration support
2020-12-07, by Joerg Sonnenberger
sidedata: send the correct revision data for wireproto v2
2020-11-28, by Joerg Sonnenberger
debugdiscovery: move various computation earlier
2020-12-06, by Pierre-Yves David
debugdiscovery: clarify internal key name in debugobsolete
2020-12-06, by Pierre-Yves David
copies-rust: extract the processing of a ChangedFiles in its own function
2020-11-20, by Pierre-Yves David
copies-rust: move the parent token to an enum
2020-11-20, by Pierre-Yves David
copies-rust: parse the changed-file sidedata directly in rust
2020-11-12, by Pierre-Yves David
upgrade: start moving the "to be happening" data in a dedicated object
2020-12-01, by Pierre-Yves David
hg: add user-site to `sys.path` on Windows to allow pip-installed extensions
2020-12-06, by Matt Harbison
rust: use crossbeam-channel crate directly
2020-11-30, by Simon Sapin
wireprotov2: re-add tuple around `bundle2` check
2020-12-04, by Raphaël Gomès
upgrade: gather code about requirement checking together
2020-12-01, by Pierre-Yves David
upgrade: extract the checking of target requirements change
2020-12-01, by Pierre-Yves David
upgrade: drop an outdated comment
2020-12-01, by Pierre-Yves David
upgrade: gather code about source checking together
2020-12-01, by Pierre-Yves David
upgrade: move requirements checking in a dedicated function
2020-12-01, by Pierre-Yves David
upgrade: split definition and management of the actions from the main code
2020-12-01, by Pierre-Yves David
upgrade: split actual upgrade code away from the main module
2020-12-01, by Pierre-Yves David
phab-refresh: add an explanatory message
2020-12-05, by Pierre-Yves David
phab-refresh: allow passing additional argument to the phabsend
2020-12-05, by Pierre-Yves David
phab-refresh: do not pick draft changeset from the bare "default" branch
2020-12-05, by Pierre-Yves David
log: do not accept string-matcher pattern as -u/-b/-B parameter
2020-12-01, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip