Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
rebase: clear merge state when aborting in-memory merge on dirty working copy
stable
5.6.1
2020-12-02, by Martin von Zweigbergk
tests: show that in-memory rebase leaves state when working copy is dirty
stable
2020-12-02, by Martin von Zweigbergk
extensions: avoid a crash when the version isn't properly byteified on py3
stable
2020-11-27, by Matt Harbison
ui: ensure `getpass()` returns bytes
stable
2020-11-23, by Matt Harbison
packaging: regenerate the Windows requirements manifest on Windows
stable
2020-11-26, by Matt Harbison
pyoxidizer: point to the py3 requirements instead of py2 on Windows
stable
2020-11-26, by Matt Harbison
extensions: gracefully warn when doing min version check with no local version
stable
2020-11-21, by Matt Harbison
diff: do not concatenate immutable bytes while building a/b bodies (issue6445)
stable
2020-11-28, by Yuya Nishihara
procutil: use rapply(tonativestr, ...) to preserve lists when they come in
stable
2020-12-01, by Augie Fackler
chg: reset errno prior to calling strtol()
stable
2020-11-03, by Yuya Nishihara
chg: do not close dir fd while iterating
stable
2020-11-03, by Yuya Nishihara
chg: show debug message for each fd to be closed
stable
2020-11-03, by Yuya Nishihara
chg: apply clang-format
stable
2020-11-03, by Yuya Nishihara
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
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
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
rust: cleanup some white space in a dock
2020-10-08, by Pierre-Yves David
commit: pass ChangingFiles object as argument to _process_files
2020-10-10, by Pulkit Goyal
commit: pass mergestate into `_process_files` instead of re-reading it
2020-10-10, by Pulkit Goyal
commit: move salvaged calculation a bit earlier in the function
2020-10-10, by Pulkit Goyal
commit: refactor salvage calculation to a different function
2020-10-10, by Pulkit Goyal
tests: run test-copies-chain-merge.t also with copies in changesets
2020-10-08, by Martin von Zweigbergk
tests: add test of copies suggested by Pierre-Yves on D9159
2020-10-08, by Martin von Zweigbergk
tests: update test-copies-chain-merge.t to not use empty files
2020-10-08, by Martin von Zweigbergk
revset: fix sorting key of wdir revision
2020-10-09, by Yuya Nishihara
grep: move prep() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: move readfile() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: move getbody() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: add stub class that maintains cache and states of grep operation
2020-09-09, by Yuya Nishihara
grep: move match and diff logic to new module
2020-09-09, by Yuya Nishihara
grep: explicitly pass regexp to closure functions
2020-09-09, by Yuya Nishihara
upgrade: improve documentation of matchrevlog()
2020-10-08, by Pulkit Goyal
automation: support running against Python 3.9
2020-10-09, by Gregory Szorc
automation: upgrade packages in Linux environment
2020-10-09, by Gregory Szorc
packaging: upgrade packages in Windows environment
2020-10-08, by Gregory Szorc
contrib: install Python 3.9.0
2020-10-08, by Gregory Szorc
contrib: stop installing Python 3.5 and 3.6 in Windows environment
2020-10-08, by Gregory Szorc
py3: convert an exception message to bytes
2020-10-09, by Martin von Zweigbergk
tests: fix test-url.py on py3, broken by D9179
2020-10-09, by Martin von Zweigbergk
revset: add a `node` key for sorting
2020-10-08, by Pierre-Yves David
pyoxidizer: produce working Python 3 Windows installers (issue6366)
2020-10-04, by Gregory Szorc
tests: set git config using `git config` for simplicity
2020-10-08, by Martin von Zweigbergk
tests: use `git init` instead of unusual synonym `git init-db`
2020-10-08, by Martin von Zweigbergk
errors: name arguments to Abort constructor
2020-10-08, by Martin von Zweigbergk
errors: stop passing non-strings to Abort's constructor
2020-10-08, by Martin von Zweigbergk
errors: name arguments to UnknownCommand constructor
2020-10-06, by Martin von Zweigbergk
errors: name arguments to AmbiguousCommand constructor
2020-10-06, by Martin von Zweigbergk
errors: name arguments to CommandError constructor
2020-10-06, by Martin von Zweigbergk
errors: move UnknownCommand and AmbiguousCommand near CommandError
2020-10-06, by Martin von Zweigbergk
templatekw: make {successorssets} always return a list (issue6342)
2020-10-07, by Aay Jay Chan
tests: test output of {predecessors}, {successorssets} for non-obsolete csets
2020-10-07, by Aay Jay Chan
branching: merge with stable
2020-10-08, by Martin von Zweigbergk
copies: move `merged` testing sooner
2020-10-01, by Pierre-Yves David
copies: return None instead of ChangingFiles when relevant
2020-10-01, by Pierre-Yves David
copies: add a HASCOPIESINFO flag to highlight rev with useful data
2020-10-01, by Pierre-Yves David
salvaged: properly deal with salvaged file during copy tracing
2020-09-16, by Pierre-Yves David
salvaged: persist the salvaged set on disk
2020-09-15, by Pierre-Yves David
changing-files: add clean computation of changed file for merges
2020-09-29, by Pierre-Yves David
changing-files: add clean computation of changed files for linear changesets
2020-09-29, by Pierre-Yves David
changing-files: add clean computation of changed files for roots
2020-09-29, by Pierre-Yves David
changing-files: add a debug command display changed files
2020-09-30, by Pierre-Yves David
side-data: add a test to check sidedata upgrade
2020-09-29, by Pierre-Yves David
changing-files: split the changing files computation from encoding
2020-09-29, by Pierre-Yves David
salvaged: record salvaged in ChangingFiles at commit time
2020-09-14, by Pierre-Yves David
salvaged: track removal-candidates in more cases
2020-09-14, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip