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.
upgrade: properly filter action depending on planned work
stable
2020-04-15, by Pierre-Yves David
nodemap: skip persistent nodemap warming for revlog not using it
stable
2020-04-13, by Pierre-Yves David
wait-on-file: adjust the timer counter
stable
2020-04-16, by Pierre-Yves David
packaging: add docutils as dependency
stable
2020-04-19, by Gregory Szorc
setup: use sysstr() on process output
stable
2020-04-19, by Gregory Szorc
automation: install latest Python versions in Linux
stable
2020-03-28, by Gregory Szorc
contrib: update to latest Python 2.7, 3.7, and 3.8
stable
2020-04-21, by Gregory Szorc
automation: always use latest Windows AMI
stable
2020-04-19, by Gregory Szorc
rust-chg: reimplement attach_io operation as async function
2020-04-10, by Yuya Nishihara
rust-chg: upgrade to futures-0.3 based libraries
2020-04-10, by Yuya Nishihara
rust-chg: exclude futures-dependent modules from build and break things
2020-04-10, by Yuya Nishihara
tests: stabilize test-log.t on Windows
stable
2020-04-17, by Matt Harbison
tests: stabilize test-convert-hg-source.t on Windows
stable
2020-04-17, by Matt Harbison
commit: tell user what to do with .hg/last-message.txt
2020-04-20, by Martin von Zweigbergk
test-check-rust-format: specify --edition=2018
2020-04-17, by Yuya Nishihara
Added signature for changeset 26ce8e751503
stable
2020-04-16, by Pulkit Goyal
Added tag 5.4rc0 for changeset 26ce8e751503
stable
2020-04-16, by Pulkit Goyal
merge default into stable for 5.4 release
stable
5.4rc0
2020-04-16, by Pulkit Goyal
templatekw: fix shownames() to check if namespace exists in repo (issue6301)
2020-04-16, by Yuya Nishihara
wait-on-file: use proper variable in math
2020-04-15, by Pierre-Yves David
wait-on-file: don't quote arithmetic argument
2020-04-15, by Pierre-Yves David
graft: exit 1 on conflicts, like merge
2020-04-14, by Valentin Gatien-Baron
tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems
2020-04-10, by Joerg Sonnenberger
tests: skip non-readable check for root
2020-04-10, by Joerg Sonnenberger
tests: skip CVS tests for root
2020-04-10, by Joerg Sonnenberger
make: drop the `-c` arg to `install` in the documentation makefile
2020-04-15, by Matt Harbison
phabricator: restack any new orphans created by phabsend (issue6045)
2020-04-14, by Matt Harbison
phabricator: prevent posting obsolete commits
2020-04-12, by Matt Harbison
phabricator: avoid creating unstable children within the review stack
2020-03-03, by Matt Harbison
phabricator: add an option to fold several commits into one review (issue6244)
2020-04-08, by Matt Harbison
tests: move the phabricator auth token to the global config file
2020-04-08, by Matt Harbison
phabricator: add debug logging to show previous node values in `phabsend`
2020-04-05, by Matt Harbison
rust: update README with new information about the Re2 path
2020-04-16, by Raphaël Gomès
rust: add option of static linking a local Re2 install
2020-04-16, by Raphaël Gomès
templatekw: cache mergestate even if merge is not ongoing
2020-04-15, by Yuya Nishihara
revset: remove explicit sort() from unstable()
2020-04-15, by Yuya Nishihara
revset: implement a simple 'foo#generations' expression
2020-04-10, by Anton Shestakov
revset: rename generationsrel() to generationssubrel()
2020-04-10, by Anton Shestakov
manifest: leave a TODO where we may have more work for sha1 portability
2020-04-02, by Augie Fackler
manifest: add test for long hashes
2020-01-08, by Augie Fackler
manifest: remove a final 40-byte assumption from pure-python parser
2020-04-02, by Augie Fackler
manifest: fix yet another 20-byte-hash assumption
2020-04-02, by Augie Fackler
manifest: fix another pure-parsing 20-byte assumption
2020-04-02, by Augie Fackler
manifest: teach treemanifest about long hashes
2020-04-02, by Augie Fackler
manifest: start removing 40-byte hash restrictions from C code
2020-01-07, by Augie Fackler
manifest: remove a 20-byte-hash assumption from pure manifest parsing
2020-01-07, by Augie Fackler
revset: mark `extinct()` experimental
2020-04-13, by Matt Harbison
revset: mark `successors()` experimental
2020-04-13, by Matt Harbison
revset: mark `obsolete()` experimental
2020-04-13, by Matt Harbison
nodemap: access the mmap opener option using bytes
2020-04-14, by Pierre-Yves David
nodemap: rename a variable to prevent shawoding "_"
2020-04-14, by Pierre-Yves David
rust-chg: indent process_message() to prepare mass rewrite to futures-0.3
2020-04-10, by Yuya Nishihara
rust-chg: move get_umask() call out of run() function
2020-04-11, by Yuya Nishihara
rust-chg: leverage impl trait at argument position
2020-04-11, by Yuya Nishihara
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)
stable
2020-04-13, by Alexander Pyhalov
revset: import `unstable()` from the evolve extension
2020-04-13, by Matt Harbison
fastexport: make a diagnostics message more localizable
2020-04-10, by Joerg Sonnenberger
rust-chg: use "crate::" to import local modules
2020-04-10, by Yuya Nishihara
rust-chg: upgrade to 2018 edition and remove useless extern crates
2020-04-10, by Yuya Nishihara
mergestate: store about files resolved in favour of other
2020-04-09, by Pulkit Goyal
histedit: add test that an invalid editor doesn't bork client state
2020-04-09, by Augie Fackler
rust-chg: silence warning about dated coding style
2020-03-31, by Yuya Nishihara
rust-chg: update name of the server process
2018-11-19, by Yuya Nishihara
rust-chg: send client side umask to server
2018-10-04, by Yuya Nishihara
rust-chg: add config validation and process returned instructions
2018-10-07, by Yuya Nishihara
rust-chg: collect server flags from command arguments
2018-10-07, by Yuya Nishihara
rust-chg: add interface to run "validate" request
2018-10-07, by Yuya Nishihara
rust-chg: add helper to parse instructions sent from server
2018-10-07, by Yuya Nishihara
tests: move verification closer to setup in test-copies-chain-merge.t
2020-04-02, by Martin von Zweigbergk
tests: collect all branch creation in one place in test-copies-chain-merge.t
2020-04-02, by Martin von Zweigbergk
hgk: remove a "b" used on a kwargs expansion, the keys are strs
2020-04-06, by Kyle Lippincott
rust-chg: send client-side environment variables to server
2018-10-04, by Yuya Nishihara
rust-chg: add helper to pack environment variables
2018-10-04, by Yuya Nishihara
rust-chg: move set_current_dir() to Locator
2018-10-07, by Yuya Nishihara
rust-chg: abort if server doesn't have required capabilities
2018-10-07, by Yuya Nishihara
rust-chg: spawn server process if not running
2018-10-06, by Yuya Nishihara
rust-chg: update dependencies
2020-03-31, by Yuya Nishihara
rust-chg: depend on released version of tokio-process
2018-11-03, by Yuya Nishihara
rust-chg: add brief comment about initial capacity of temp_sock_path()
2018-10-14, by Yuya Nishihara
discovery: avoid wrongly saying there are nothing to pull
stable
2020-04-06, by Pierre-Yves David
rebase: don't create merge when continuing rebase interrupted by old hg
2020-04-01, by Martin von Zweigbergk
tests: demonstrate how continuing rebase after upgrade can result in merge
2020-04-01, by Martin von Zweigbergk
manifest: also declare treemanifest as implementing imanifestdict
2020-02-03, by Augie Fackler
manifest: introduce new exception to signal unavailability of fastdelta()
2020-04-02, by Augie Fackler
copies-tests: remove spurious `]` in the template
2020-03-07, by Pierre-Yves David
merge with stable
2020-04-02, by Pulkit Goyal
debugcommands: fix typo in debuguigetpass
2020-03-29, by Yuya Nishihara
dagop: fix subsetparentswalker to set p1/p2 chains at merge revision
2020-03-26, by Yuya Nishihara
dagop: simplify dict/set reuse condition in subsetparentswalker
2020-03-26, by Yuya Nishihara
extensions: refactor function for obtaining disabled extension help
2020-03-29, by Gregory Szorc
tests: perform grep manually in test-doctest.py
2020-03-29, by Gregory Szorc
tests: prevent printing \r to stdout
2020-03-29, by Gregory Szorc
tests: force \n newlines when writing to sys.stdout
2020-03-29, by Gregory Szorc
dispatch: force \n for newlines on sys.std* streams (BC)
2020-03-29, by Gregory Szorc
hook: move stdio redirection to context manager
2020-03-29, by Gregory Szorc
pycompat: change argv conversion semantics
2020-03-28, by Gregory Szorc
Added signature for changeset 8fca7e8449a8
stable
2020-04-02, by Augie Fackler
Added tag 5.3.2 for changeset 8fca7e8449a8
stable
2020-04-02, by Augie Fackler
phabricator: extract logic to print the status when posting a commit
2020-03-18, by Matt Harbison
phabricator: extract the logic to amend diff properties to a function
2020-03-16, by Matt Harbison
phabricator: teach `getoldnodedrevmap()` to handle folded reviews
2020-03-16, by Matt Harbison
phabricator: teach createdifferentialrevision() to allow a folded commit range
2020-03-09, by Matt Harbison
phabricator: combine commit messages into the review when folding commits
2020-03-06, by Matt Harbison
phabricator: record all local commits used to create a Differential revision
2020-02-26, by Matt Harbison
tests: use `f --hexdump` to print file content
2020-03-28, by Gregory Szorc
url: pass str to pathname2url
2020-03-28, by Gregory Szorc
tests: pass str to matchoutput()
2020-03-28, by Gregory Szorc
hgcli: customize for Mercurial
2020-03-31, by Gregory Szorc
hgcli: add stub PyOxidizer project
2020-03-31, by Gregory Szorc
hgcli: remove legacy project
2020-03-31, by Gregory Szorc
nodemap: automatically "vacuum" the persistent nodemap when too sparse
2020-03-26, by Pierre-Yves David
nodemap: display percentage of unused in `hg debugnodemap`
2020-02-28, by Pierre-Yves David
nodemap: make sure on disk change get rolled back with the transaction
2020-02-28, by Pierre-Yves David
nodemap: test that concurrent process don't see the pending transaction
2020-02-28, by Pierre-Yves David
testlib: adjust wait-on-file timeout according to the global test timeout
2020-03-20, by Pierre-Yves David
testlib: add a small scrip to help process to synchronise using file
2020-02-28, by Pierre-Yves David
setup: work around old versions of distutils breaking setup.py
2020-03-31, by Augie Fackler
chgserver: update the umask cache before each run
2020-03-31, by Pulkit Goyal
tests: handle new error string from FreeBSD for dns entry not resolving
2020-03-26, by Augie Fackler
notify: optional mail threading based on obsmarker
2020-02-26, by Joerg Sonnenberger
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip