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.
tests: use python from environment in test-parseindex2.py
2020-11-09, by Martin von Zweigbergk
errors: set detailed exit code to 20 for locking errors
2020-10-22, by Martin von Zweigbergk
errors: introduce InputError and use it from commands and cmdutil
2020-10-06, by Martin von Zweigbergk
errors: add config that lets user get more detailed exit codes
2020-10-21, by Martin von Zweigbergk
worker: raise exception instead of calling sys.exit() with child's code
2020-11-07, by Martin von Zweigbergk
config: read system hgrc in lexicographical order
2020-11-03, by Martin von Zweigbergk
relnotes: drop 5.6 release entries from next
2020-11-08, by Joerg Sonnenberger
merge with stable
2020-11-07, by Augie Fackler
makefile: use Python 3 by default (BC)
2020-10-05, by Gregory Szorc
hgweb: don't call sys.exit() in httpservice.run()
2020-11-03, by Martin von Zweigbergk
serve: simply return instead of calling sys.exit() in `hg serve --stdio`
2020-11-03, by Martin von Zweigbergk
httpservice: move sys.exit() out of serve_forever()
2020-11-03, by Martin von Zweigbergk
copies: handle more cases where a file got replaced by a copy
2020-06-22, by Martin von Zweigbergk
tests: test more cases where a file got replaced by a copy
2020-06-22, by Martin von Zweigbergk
unionrepo: don't insert index tuples with None as int field
2020-10-07, by Joerg Sonnenberger
bundlerepo: don't insert index tuples with full nodes as linkrev
2020-10-07, by Joerg Sonnenberger
rhg: add full node id support for `debugdata` command
2020-10-20, by Antoine cezar
commit: warn the user when a commit already exists
2020-10-29, by Dan Villiom Podlaski Christiansen
revlog: don't cache parsed tuples in the C module
2020-10-06, by Joerg Sonnenberger
fix: only check for obsolete commits in the --rev case
2020-10-16, by Martin von Zweigbergk
fix: don't include obsolete descendants with -s
2020-10-16, by Martin von Zweigbergk
tests: add test showing how `hg fix -s` deals with obsolete and orphan nodes
2020-10-16, by Martin von Zweigbergk
fix: suggest --source instead of --rev on empty revset
2020-10-16, by Martin von Zweigbergk
hg-core: fix path encoding usage
2020-09-28, by Antoine cezar
push: add --all-bookmarks option
2020-10-26, by Dan Villiom Podlaski Christiansen
rhg: strip copied files metadata from `cat` output
2020-10-29, by Antoine cezar
merge with stable
2020-11-02, by Augie Fackler
chg: close file descriptors when starting the daemon
stable
2020-11-02, by Mathias De Mare
crecord: render chunkpad on Windows (issue6427)
stable
2020-10-31, by Barret Rennie
Added signature for changeset 18c17d63fdab
stable
2020-11-02, by Augie Fackler
Added tag 5.6 for changeset 18c17d63fdab
stable
2020-11-02, by Augie Fackler
copies: make sure deleted copy info do not overwriting unrelated ones
2020-10-13, by Pierre-Yves David
utils: helper function to print top memory allocation site
2020-10-21, by Joerg Sonnenberger
templates: include all non-branch namespaces in default one-line summary
2020-10-29, by Martin von Zweigbergk
relnotes: mention improved memory use and underlaying API changes
2020-10-29, by Joerg Sonnenberger
branching: merge with stable
2020-10-29, by Martin von Zweigbergk
help: update command synopsis to clarify "cp --forget" only takes destinations
2020-10-17, by Yuya Nishihara
rebase: update commit hash references in the new commits
2020-10-13, by Matt Harbison
histedit: drop fallback to empty string from rendertemplate()
2020-10-22, by Martin von Zweigbergk
phases: convert registernew users to use revision sets
2020-10-20, by Joerg Sonnenberger
phases: allow registration and boundary advancement with revision sets
2020-10-19, by Joerg Sonnenberger
revlog: extend addgroup() with callback for duplicates
2020-10-18, by Joerg Sonnenberger
tags: add safety check for len(record) while reading hgtagsfnodescache
2020-10-07, by Pulkit Goyal
procutil: allow to specify arbitrary stdin bytes to runbgcommand
2020-10-14, by Pierre-Yves David
clonebundle: move the manifest filename to a constant
2020-10-14, by Pierre-Yves David
clonebundles: move a bundle of clone bundle related code to a new module
2020-10-15, by Pierre-Yves David
config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
2020-07-01, by Pulkit Goyal
dispatch: load shared source repository config in share-safe mode
2020-09-18, by Pulkit Goyal
tests: add test showing broken extension loading in case of share-safe
2020-09-18, by Pulkit Goyal
dirstate-tree: simplify the control flow in the Node.insert method
2020-10-09, by Pierre-Yves David
revlog: use LRU for the chain cache
2020-10-21, by Joerg Sonnenberger
tests: add notes about broken `hg log --follow <file>` with copies in extras
2020-10-14, by Martin von Zweigbergk
config: move message about leading spaces in config to config.py
2020-10-22, by Martin von Zweigbergk
errors: name arguments to ParseError constructor
2020-10-22, by Martin von Zweigbergk
errors: remove unnecessary override of __bytes__ in RevlogError
2020-10-20, by Martin von Zweigbergk
commit: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
split: use default one-line summary
2020-10-27, by Martin von Zweigbergk
phabsend: use default one-line summary
2020-10-27, by Martin von Zweigbergk
rebase: change and standarize template for rebase's one-line summary
2020-10-27, by Martin von Zweigbergk
rebase: make summary template configurable, with default to shared template
2020-10-22, by Martin von Zweigbergk
rebase: use hard-coded template for one-line commit description
2020-10-22, by Martin von Zweigbergk
config: move ui.pre-merge-tool-output-template into [command-templates]
2020-10-26, by Martin von Zweigbergk
config: rename ui.mergemarkertemplate to command-templates.mergemarker
2020-10-23, by Martin von Zweigbergk
config: rename ui.graphnodetemplate to command-templates.graphnode
2020-10-23, by Martin von Zweigbergk
config: add a new [command-templates] section for templates defined by hg
2020-10-23, by Martin von Zweigbergk
i18n: fix coding tag unsupported by xgettext
stable
5.6
2020-10-29, by Dan Villiom Podlaski Christiansen
py3: hggettext
stable
2020-10-29, by Dan Villiom Podlaski Christiansen
relnotes: copy "next" to "5.6" and clear "next"
stable
2020-10-29, by Martin von Zweigbergk
repoview: only pin obsolete wdir parents while there are unresolved conflicts
stable
2020-10-23, by Matt Harbison
backout: don't assume that tip as what we just committed
stable
2020-10-28, by Dan Villiom Podlaski Christiansen
url: do not continue HTTP authentication with user=None (issue6425)
stable
2020-10-23, by Yuya Nishihara
ui: fix echo back of ui.prompt() to not concatenate None as bytes
stable
2020-10-23, by Yuya Nishihara
commit: don't change phases for preexisting commits
stable
2020-10-29, by Dan Villiom Podlaski Christiansen
branching: merge with stable
2020-10-26, by Martin von Zweigbergk
demandimport: don't raise AttributeError if `exec_module` is missing
stable
2020-10-22, by Matt Harbison
test: avoid bashisms in test-transaction-rollback-on-sigpipe.t
stable
2020-10-22, by Mitchell Plamann
automation: upload Python 3.9 Windows wheels
stable
2020-10-21, by Gregory Szorc
contrib: split Windows requirements into multiple files
stable
2020-10-21, by Gregory Szorc
relnotes: add diffcontains() to new features list
stable
2020-10-17, by Yuya Nishihara
revset: rename diff(pattern) to diffcontains(pattern)
stable
2020-10-17, by Yuya Nishihara
pyoxidizer: update to PyOxidizer 0.9
stable
2020-10-18, by Gregory Szorc
Added signature for changeset 0e06a7ab9e0d
stable
2020-10-20, by Pulkit Goyal
Added tag 5.6rc0 for changeset 0e06a7ab9e0d
stable
2020-10-20, by Pulkit Goyal
merge with default for 5.6rc0
stable
5.6rc0
2020-10-20, by Pulkit Goyal
tag: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
serve: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
revert: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
incoming: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
grep: levarage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
import: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
backout: leverage cmdutil.check_incompatible_arguments()
2020-10-15, by Martin von Zweigbergk
transaction: use ProgrammingError for when an committed transaction is used
2020-10-12, by Martin von Zweigbergk
hook: ignore EPIPE when flushing stdout/stderr
2020-10-05, by Mitchell Plamann
test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
2020-10-05, by Mitchell Plamann
upgrade: allow sidedata upgrade to modify revision flag
2020-10-13, by Pierre-Yves David
sidedata: return enough data to set the proper flag in the future
2020-10-13, by Pierre-Yves David
test: move upgrade run and check earlier in test-copies-chain-merge
2020-10-13, by Pierre-Yves David
copies: split creation of the graph and actual checking again
2020-10-13, by Pierre-Yves David
copy: clarify in help text that `hg co --forget` takes a *destination* file
2020-10-15, by Martin von Zweigbergk
test: check server error output in `test-pull-bundle.t`
2020-10-15, by Pierre-Yves David
unbundle: free temporary objects after use
2020-10-06, by Joerg Sonnenberger
changing-files: add a shorthand property to check for copy relevant info
2020-10-13, by Pierre-Yves David
pycompat: add an entry for unnamedtmpfile
2020-10-14, by Pierre-Yves David
pycompat: update comment about unnamedtempfile
2020-10-14, by Pierre-Yves David
revset: add diff(pattern) predicate for "grep --diff"
2020-09-08, by Yuya Nishihara
stringutil: add function to compile stringmatcher pattern into regexp
2020-10-05, by Yuya Nishihara
py3: fix stringmatcher() to byte-stringify exception message
2020-10-14, by Yuya Nishihara
stringutil: extract helper function that splits stringmatcher() pattern
2020-10-05, by Yuya Nishihara
grep: extract main search loop as searcher method
2020-09-09, by Yuya Nishihara
scmutil: move walkchangerevs() from cmdutil
2020-10-04, by Yuya Nishihara
grep: extract public function to register file to be skipped
2020-09-09, by Yuya Nishihara
posix: avoid a leaked file descriptor in a unix domain socket exception case
2020-10-13, by Matt Harbison
posix: use context managers in a couple of places
2020-10-13, by Matt Harbison
record: when backing up, avoid generating very long filenames
2020-10-14, by Kyle Lippincott
mergestate: add `allextras()` to get all extras
2020-10-10, by Pulkit Goyal
mergestate: document `o` merge record state in _mergestate_base docs
2020-10-06, by Pulkit Goyal
fix: update commit hash references in the new commits
2020-10-09, by Matt Harbison
absorb: update commit hash references in the new commits
2020-10-09, by Matt Harbison
rewriteutil: handle dropped commits when updating description hashes
2020-10-08, by Matt Harbison
dirstate-tree: move a conditional in an explicit boolean
2020-10-09, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip