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
+10000
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.
zsh_completion: handle --rev as well as -r for diff and revert
2018-08-22, by Anton Shestakov
resolve: add config to make hg resolve not re-merge by default
2018-08-26, by Valentin Gatien-Baron
resolve: add a flag for the default behavior of re-merging
2018-08-26, by Valentin Gatien-Baron
tests: conditionalize narrow-widen error output for Windows
2018-09-01, by Matt Harbison
largefiles: use a context manager to control the progress bar lifetime
2018-08-25, by Matt Harbison
lfs: use a context manager to control the progress bar lifetime
2018-08-25, by Matt Harbison
hg: ensure the progress bar is completed when copying the store
2018-08-25, by Matt Harbison
shelve: fix crash on unshelve without .shelve metadata file
2018-08-31, by Yuya Nishihara
fastannotate: use stringutil.pprint() to dump diffopts to be hashed
2018-09-01, by Yuya Nishihara
test-check-py3-compat: update "python3 check-py3-compat.py" output
2018-09-01, by Yuya Nishihara
test-check-py3-compat: exclude thirdparty and cffi which are known to fail
2018-09-01, by Yuya Nishihara
test-check-py3-compat: remove false output from "python3 check-py3-compat.py"
2018-09-01, by Yuya Nishihara
test: add a test file that displays ssh behavior in front of various errors
2018-08-01, by Boris Feld
tests: update test-casefolding.t with recent changes
2018-09-01, by Pulkit Goyal
py3: don't use dict.iterkeys() in hgext/fastannotate/context.py
2018-09-01, by Pulkit Goyal
run-tests: replace '/dev/null' with os.devnull for Windows
2018-08-29, by Matt Harbison
stringutil: teach pprint() to indent
2018-08-27, by Gregory Szorc
zsh_completion: complete merge tools for -t/--tool
2018-08-22, by Anton Shestakov
shelve: add an "internal" extra
2018-06-06, by Boris Feld
shelve: write metadata file on the fly if they are missing
2018-06-06, by Boris Feld
shelve: look for shelved node in the repository before unbundling
2018-06-06, by Boris Feld
shelve: handle shelved node on unfiltered repository
2018-06-06, by Boris Feld
shelve: store shelved node in a new data file
2018-05-29, by Boris Feld
templatekw: add {path} keyword to host documentation
2018-08-05, by Yuya Nishihara
status: rename {copy} to {source} for compatibility with {file_copies} (BC)
2018-08-05, by Yuya Nishihara
formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
2018-08-05, by Yuya Nishihara
templatekw: alias {name} of file copies dict to {path}
2018-08-05, by Yuya Nishihara
templatekw: alias {file} of files list to {path}
2018-08-05, by Yuya Nishihara
copies: improve logic of deciding copytracing on based of config options
2018-08-29, by Pulkit Goyal
relnotes: enable extension when running releasenotes command
2018-08-30, by Pulkit Goyal
narrow: rename getbundlechangegrouppart_nonellipsis function
2018-08-30, by Pulkit Goyal
tests: rename test-narrow-widen-non-ellipsis to match current names
2018-08-30, by Pulkit Goyal
contrib: byteify perf.py file
2018-08-29, by Pulkit Goyal
tests: use {rev} instead of {node|short} and (glob) in narrow tests
2018-08-29, by Martin von Zweigbergk
shortest: fix an off-by-1 when disambiguating against revnums
2018-08-29, by Martin von Zweigbergk
filemerge: fix an i18n comment typo
2018-08-29, by Matt Harbison
tests: add flat manifest case in test-narrow-widen-non-ellipsis.t
2018-08-27, by Pulkit Goyal
narrow: update the narrowspecs to new ones after pulling when widening
2018-08-27, by Pulkit Goyal
narrow: add server logic to send cg while widening without ellipsis
2018-08-26, by Pulkit Goyal
tests: add test to show widening is broken without ellipsis
2018-08-27, by Pulkit Goyal
stringutil: emit multiple chunks when pretty printing
2018-08-27, by Gregory Szorc
stringutil: refactor core of pprint so it emits chunks
2018-08-27, by Gregory Szorc
contrib: import the relnotes script from the release-tools repo
2018-07-25, by Augie Fackler
hghave: move from requiring the PYTHON3 env var to looking for `python3`
2018-07-25, by Augie Fackler
rename: return error status if any rename/copy failed
2018-08-29, by Martin von Zweigbergk
rename: emit hint about using --after consistently
2018-08-29, by Martin von Zweigbergk
rename: quote hg commands in warnings
2018-08-29, by Martin von Zweigbergk
zsh_completion: complete hg files
2018-08-21, by Anton Shestakov
zsh_completion: adjust usage of common options
2018-08-21, by Anton Shestakov
resolve: make condition clearer, and able to handle a new flag
2018-08-26, by Valentin Gatien-Baron
shelve: drop mention of obsshelve file
2018-06-06, by Boris Feld
shelve: rename method for data write/read
2018-05-29, by Boris Feld
shelve: move createcmd next to _docreatecmd
2018-08-23, by Boris Feld
minirst: filter blocks by full path to section
2018-08-05, by Yuya Nishihara
minirst: mark getsections() as an internal helper
2018-08-05, by Yuya Nishihara
help: rewrite parsing of help topic to not drop section name with dots
2018-08-05, by Yuya Nishihara
test-help: add tests showing that sections can't be filtered by dotted name
2018-08-05, by Yuya Nishihara
revlogdeltas: move finddeltainfo filtering inside _candidategroups
2018-08-18, by Boris Feld
revlogdeltas: split candidate groups selection from the filtering logic
2018-08-29, by Boris Feld
revlogdeltas: pass revision number to _candidatesgroups
2018-08-18, by Boris Feld
revlogdeltas: extract _getcandidaterevs in a function
2018-08-18, by Boris Feld
revlogdeltas: always return a delta info object in finddeltainfo
2018-08-16, by Boris Feld
revlogdeltas: move special cases around raw revisions in finddeltainfo
2018-08-16, by Boris Feld
revlogdeltas: extra fulltext building in its own function
2018-08-29, by Boris Feld
revlog: split functionality related to deltas computation in a new module
2018-08-16, by Boris Feld
revlog: split constants into a new `revlogutils.constants` module
2018-08-16, by Boris Feld
rebase: skip extinct revisions even if it has no successor in rebase set
2018-07-12, by Martin von Zweigbergk
tests: add test showing that rebase of extinct commit with successor fails
2018-07-11, by Martin von Zweigbergk
tests: add log output after stripping for context for next test
2018-08-27, by Martin von Zweigbergk
obsutil: make sure "addedmarkers" is not None in getobsoleted()
2018-08-28, by Martin von Zweigbergk
revsetlang: fix position of '-' in spaceless 'a-b' expressions
2018-08-28, by Martin von Zweigbergk
tests: mark manifestfulltextcache as conditional on revlog store
2018-08-15, by Gregory Szorc
manifest: use fulltextcache instead of _fulltextcache
2018-08-15, by Gregory Szorc
manifest: rename manifestlog._revlog to _rootstore
2018-08-15, by Gregory Szorc
manifest: use public API for obtaining storage object
2018-08-15, by Gregory Szorc
perf: add function for obtaining manifest revision
2018-08-27, by Gregory Szorc
perf: use storage API for resolving manifest node
2018-08-15, by Gregory Szorc
manifest: change terminology for storage in context classes
2018-08-27, by Gregory Szorc
manifest: don't go through revlog to access node symbols
2018-08-27, by Gregory Szorc
manifest: make tree a public attribute
2018-08-15, by Gregory Szorc
manifest: proxy to revlog instance instead of inheriting
2018-08-27, by Gregory Szorc
pager: do not enable when TERM=dumb
2018-08-26, by Valentin Gatien-Baron
localrepo: do not cache auditor/nofsauditor which would make reference cycle
2018-08-22, by Yuya Nishihara
minirst: remove unused function decorateblocks()
2018-08-05, by Yuya Nishihara
minirst: make format() simply return a formatted text
2018-08-05, by Yuya Nishihara
help: reorder section filtering flow to not format help text twice
2018-08-05, by Yuya Nishihara
help: inline minirst.format()
2018-08-05, by Yuya Nishihara
minirst: extract function that formats parsed blocks as plain text
2018-08-05, by Yuya Nishihara
minirst: unindent "if True" block in filtersections()
2018-08-05, by Yuya Nishihara
minirst: extract function that filters parsed blocks by section name
2018-08-05, by Yuya Nishihara
bookmarks: adjust exception type so present(bookmark(.)) works as expected
2018-08-25, by Yuya Nishihara
revset: expand bookmark(.) to the active bookmark
2018-08-25, by Yuya Nishihara
pycompat: remove membershiprange which is no longer used
2018-08-25, by Yuya Nishihara
transaction: remember original len(repo) instead of tracking added revs (API)
2018-08-25, by Yuya Nishihara
obsutil: make sure "addedrevs" is not None in getobsoleted()
2018-08-25, by Yuya Nishihara
phases: enforce internal phase support
2018-05-29, by Boris Feld
phases: add a repository requirement about internal phase
2018-05-24, by Boris Feld
phases: add an internal phases
2018-08-25, by Boris Feld
stringutil: teach pprint() to recognize generators
2018-08-22, by Gregory Szorc
commitextras: no need to special case extras=[]
2018-08-27, by Valentin Gatien-Baron
commitextras: work nicely with other extensions
2018-08-27, by Valentin Gatien-Baron
phases: simplify revset in updatephases
2018-08-25, by Boris Feld
context: use new names for unstable changesets in docstrings
2018-08-28, by Anton Shestakov
index: embed nodetree in index object to avoid reference cycle
2018-08-24, by Martin von Zweigbergk
catapipe: make the file executable
2018-08-27, by Pulkit Goyal
run-tests: fix the remaining failure of test-run-tests.py
2018-08-27, by Pulkit Goyal
run-tests: don't append rtendtracing logs if pipe is /dev/null
2018-08-27, by Pulkit Goyal
cmdutil: fix typo in revert()
2018-08-27, by Sushil khanchi
log: respect graphshorten on terminal nodes (collapsing o-~ to just o~)
2018-08-23, by Kyle Lippincott
filemerge: fix the wrong placements of messages in prompt
2018-08-26, by Pulkit Goyal
filemerge: print the filename in quotes in prompt
2018-08-25, by Pulkit Goyal
filelog: remove proxies to revlog
2018-08-14, by Gregory Szorc
debugcommands: introduce debugrevlogindex (BC)
2018-08-21, by Gregory Szorc
debugcommands: use openstorage() in debugdata (BC)
2018-08-20, by Gregory Szorc
tests: use inline Python for revlog test
2018-08-20, by Gregory Szorc
debugcommands: use openstorage() in debugindexdot
2018-08-20, by Gregory Szorc
cmdutil: return a revlog from openrevlog() and split function
2018-08-14, by Gregory Szorc
merge: improve interactive one-changed one-deleted message (issue5550)
2018-08-20, by Augie Fackler
bookmark: add an --active flag to display the active bookmark
2018-08-16, by Boris Feld
phase: use `_phase` revset instead of string interpolation
2018-08-23, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip