Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
bundlerepo: assign bundle attributes in bundle type blocks
2017-11-11, by Gregory Szorc
bundlerepo: make bundle and bundlefile attributes private
2017-11-11, by Gregory Szorc
bundlerepo: don't assume there are only two bundle classes
2017-11-11, by Gregory Szorc
bundlerepo: add docstring for bundlerepository class
2017-11-11, by Gregory Szorc
bundlerepo: rename arguments to bundlerepository.__init__
2017-11-11, by Gregory Szorc
bundlerepo: use suffix variable
2017-11-11, by Gregory Szorc
bundlerepo: make methods agree with base class
2017-11-11, by Gregory Szorc
bundle2: use os.SEEK_* constants
2017-11-11, by Gregory Szorc
help: adding a topic on flags
2017-10-30, by Rodrigo Damazio Bovendorp
py3: handle keyword arguments correctly in hgext/patchbomb.py
2017-10-06, by Pulkit Goyal
tests: use jshint when available to check .js files
2017-11-11, by Anton Shestakov
hgweb: fix jshint issues in mercurial.js
2017-11-11, by Anton Shestakov
exchange: drop unused '_getbookmarks' function
2017-10-17, by Boris Feld
bookmark: use bundle2 debug output in one push tests
2017-10-15, by Boris Feld
pull: store binary node in pullop.remotebookmarks
2017-10-17, by Boris Feld
config: rename allow_push to allow-push
2017-10-19, by David Demelier
config: rename allowpull to allow-pull
2017-10-19, by David Demelier
convert: avoid wrong lfconvert defaults by moving configitems to core
stable
2017-11-28, by Matt Harbison
tr-summary: keep a weakref to the unfiltered repository
stable
2017-11-24, by Boris Feld
dispatch: verify result of early command parsing
stable
2017-11-11, by Yuya Nishihara
dispatch: convert non-list option parsed by _earlygetopt() to string
stable
2017-11-11, by Yuya Nishihara
dispatch: add option to not strip command args parsed by _earlygetopt()
stable
2017-11-11, by Yuya Nishihara
dispatch: fix early parsing of short option with value like -R=foo
stable
2017-11-14, by Yuya Nishihara
dispatch: abort if early boolean options can't be parsed
stable
2017-11-11, by Yuya Nishihara
dispatch: stop parsing of early boolean option at "--"
stable
2017-11-10, by Yuya Nishihara
dispatch: extract stub function to peek boolean command option
stable
2017-11-10, by Yuya Nishihara
dispatch: do not drop unpaired argument at _earlygetopt()
stable
2017-11-11, by Yuya Nishihara
amend: update .hgsubstate before committing a memctx (issue5677)
stable
2017-11-04, by Yuya Nishihara
subrepo: extract preprocess of repo.commit() to free function
stable
2017-11-04, by Yuya Nishihara
tests: demonstrate that .hgsubstate isn't updated on amend
stable
2017-11-04, by Yuya Nishihara
amend: do not drop missing files (issue5732)
stable
2017-11-04, by Yuya Nishihara
amend: do not take untracked files as modified or clean (issue5732)
stable
2017-11-04, by Yuya Nishihara
tests: add more complete test for status changes on amend
stable
2017-11-04, by Yuya Nishihara
hgweb: add missing semicolons to followlines.js
2017-11-10, by Anton Shestakov
gitweb: apply styles from annotate tooltip to followlines popup
2017-11-10, by Anton Shestakov
paper: apply styles from annotate tooltip to followlines popup
2017-11-10, by Anton Shestakov
pull: clarify that -u only updates linearly
2017-11-10, by Martin von Zweigbergk
dirstate: don't remove normallookup files from nonnormalset
2017-11-08, by Mark Thomas
dirstate: clear map cached properties when clearing the map
2017-11-08, by Mark Thomas
util: add util.clearcachedproperty
2017-11-08, by Mark Thomas
merge with stable
2017-11-10, by Augie Fackler
changegroup: use any node, not min(), in treemanifest's generatemanifests
2017-11-08, by Kyle Lippincott
bundle: allow bundlerepo to support alternative manifest implementations
2017-11-07, by Durham Goode
obsfate: makes successorsetverb takes the markers as argument
2017-10-19, by Boris Feld
scmutil: don't try to delete origbackup symlinks to directories (issue5731)
stable
2017-11-03, by Mark Thomas
tests: add a test demonstrating issue5731
stable
2017-11-03, by Mark Thomas
cmdutil: create dirs for templated cat file output
2017-11-07, by Ryan McElroy
cat: test output path behvaior when target path does not exist
2017-11-07, by Ryan McElroy
py3: handle keyword arguments in hgext/shelve.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/uncommit.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/releasenotes.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/rebase.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/keyword.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/journal.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/histedit.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/hgk.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/graphlog.py
2017-10-23, by Pulkit Goyal
merge with stable
2017-11-07, by Augie Fackler
Added signature for changeset cabc840ffdee
stable
2017-11-07, by Augie Fackler
Added tag 4.4.1 for changeset cabc840ffdee
stable
2017-11-07, by Augie Fackler
templatekw: add verbosity keyword to select template by -q/-v/--debug flag
2017-10-21, by Yuya Nishihara
templatekw: move loadkeyword() to bottom
2017-10-21, by Yuya Nishihara
help: hide phaseidx template keyword
2017-10-21, by Yuya Nishihara
stable: merge with security patches
stable
4.4.1
2017-11-07, by Augie Fackler
subrepo: use per-type config options to enable subrepos
stable
2017-11-06, by Gregory Szorc
config: add some more documentation around why svn and git subrepos are off
stable
2017-11-06, by Augie Fackler
subrepo: disable git and svn subrepos by default (BC) (SEC)
stable
2017-11-05, by Yuya Nishihara
subrepo: extend config option to disable subrepos by type (SEC)
stable
2017-11-05, by Yuya Nishihara
subrepo: add config option to reject any subrepo operations (SEC)
stable
2017-11-05, by Yuya Nishihara
subrepo: disallow symlink traversal across subrepo mount point (SEC)
stable
2017-11-03, by Yuya Nishihara
tests: show symlink traversal across subrepo mount point (SEC)
stable
2017-11-03, by Yuya Nishihara
share: move config item declarations into core
stable
2017-11-06, by Gregory Szorc
morestatus: don't crash with different drive letters for repo.root and CWD
stable
2017-11-04, by Matt Harbison
pathutil: add doctests for canonpath()
stable
2017-11-03, by Matt Harbison
share: handle --relative shares to a different drive letter gracefully
stable
2017-11-02, by Matt Harbison
py3: handle keyword arguments in hgext/gpg.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/fetch.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/extdiff.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/commitextras.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/churn.py
2017-10-23, by Pulkit Goyal
py3: handle keyword arguments in hgext/children.py
2017-10-22, by Pulkit Goyal
py3: handle keyword arguments in hgext/blackbox.py
2017-10-22, by Pulkit Goyal
py3: handle keyword arguments in hgext/automv.py
2017-10-22, by Pulkit Goyal
py3: handle keyword arguments in hgext/amend.py
2017-10-22, by Pulkit Goyal
run-tests: allow automatic test discovery when providing folder as argument
2017-10-19, by Matthieu Laneuville
revert: do not reverse hunks in interactive when REV is not parent (issue5096)
2017-11-03, by Denis Laxalde
merge with stable
2017-11-03, by Kevin Bullock
run-tests: endswith takes bytes as argument in python3, not str
2017-11-03, by Matthieu Laneuville
pathutil: use util.pathto() to calculate relative cwd in canonpath()
stable
2017-11-02, by Matt Harbison
patch: improve heuristics to not take the word "diff" as header (issue1879)
2017-10-21, by Yuya Nishihara
rebase: drop --style option
2017-10-21, by Yuya Nishihara
run-tests: $TESTDIR can be something else than $PWD
2017-08-02, by Matthieu Laneuville
obsolete: activate effect-flag by default
2017-11-01, by Boris Feld
debug: print parsed bundle2 capabilities with debugcapabilities
2017-10-30, by Boris Feld
debug: add a debugcapabilities commands
2017-10-30, by Boris Feld
revert: no longer mark --interactive as experimental
2017-10-30, by Augie Fackler
ui: add configlist doctest to document a bit more of the whitespace behavior
2017-10-25, by Augie Fackler
merge stable into default
2017-11-01, by Kevin Bullock
Added signature for changeset 0ccb43d4cf01
stable
2017-11-01, by Kevin Bullock
Added tag 4.4 for changeset 0ccb43d4cf01
stable
2017-11-01, by Kevin Bullock
test-dispatch: stabilize the test
stable
4.4
2017-11-01, by Jun Wu
internals: update test-help.t for config registrar copy-edit
stable
2017-11-01, by Kevin Bullock
internals: copy-edit "register" -> "registrar" in configitem docs
stable
2017-11-01, by Kevin Bullock
merge with i18n
stable
2017-11-01, by Augie Fackler
i18n-pt_BR: synchronized with cab34bda259e
stable
2017-11-01, by Wagner Bruna
help: minor copy editing for grammar
stable
2017-10-31, by Matt Harbison
configitems: relax warning about unwanted default value
stable
2017-10-31, by Yuya Nishihara
filemerge: pass a default value to _toolstr (issue5718)
stable
2017-10-26, by Kostia Balytskyi
children: fix the log expansion of `hg children` in doc
stable
2017-10-31, by Pulkit Goyal
test-static-http: flush access log per request
stable
2017-10-29, by Yuya Nishihara
statichttprepo: do not use platform path separator to build a URL
stable
2017-10-28, by Yuya Nishihara
merge: disable path conflict checking by default (issue5716)
stable
2017-10-24, by Siddharth Agarwal
merge: add a config option to disable path conflict checking
stable
2017-10-24, by Siddharth Agarwal
dirstate: clean up when restoring identical backups
stable
2017-10-20, by Mark Thomas
tests: add a test demonstrating failure to clean up dirstate backups
stable
2017-10-20, by Mark Thomas
tests: adjust hooks for Windows
stable
2017-10-20, by Matt Harbison
test-log-linerange: open binary file in binary mode
stable
2017-10-20, by Matt Harbison
test-arbitraryfilectx: stabilize for Windows
stable
2017-10-19, by Matt Harbison
dirstate: remove excess attribute lookups for dirstate.status (issue5714)
stable
2017-10-28, by Durham Goode
dirstate: avoid reading the map when possible (issue5713) (issue5717)
stable
2017-10-26, by Durham Goode
dirstate: move clear onto dirstatemap class
stable
2017-10-26, by Durham Goode
internal-doc: document the config register mechanism
stable
2017-10-27, by Boris Feld
help: clarify the pre-txnclose-phase documentation
stable
2017-10-27, by Boris Feld
internal-doc: document the 'phases' parameters to 'getbundle'
stable
2017-10-27, by Boris Feld
status: update the help to indicate that clean files are not normally tersed
stable
2017-10-28, by Matt Harbison
terse: split on repo separator instead of os.sep (issue5715)
stable
2017-10-27, by Matt Harbison
makefile: put format-c into .PHONY targets
stable
2017-10-26, by Anton Shestakov
statichttprepo: prevent loading dirstate over HTTP on node lookup (issue5717)
stable
2017-10-25, by Yuya Nishihara
test-static-http: show all files accessed over HTTP
stable
2017-10-25, by Yuya Nishihara
server: drop executable bit from daemon log file
stable
2017-10-25, by Yuya Nishihara
setup: filter out devel-warn messages from system hg
stable
2017-10-23, by Kevin Bullock
setup: remove duplicate assignment of HGRCPATH
stable
2017-10-23, by Kevin Bullock
packaging: update book URL in Mac and Windows READMEs
stable
2017-10-20, by Kevin Bullock
commands: be more uniform in an "hg update" error message
stable
2017-10-23, by muxator
update: mention long options explicitly in description of merge.update()
stable
2017-10-04, by muxator
mq: copy pager attributes back to qrepo.ui
stable
2017-10-21, by Yuya Nishihara
registrar: host "dynamicdefault" constant by configitem object
stable
2017-10-21, by Yuya Nishihara
configitems: register 'ui.editor'
stable
2017-10-21, by Yuya Nishihara
help: fix typo in hg merge documentation
stable
2017-10-20, by Joe Blaylock
Added signature for changeset 1e2454b60e59
stable
2017-10-20, by Kevin Bullock
Added tag 4.4-rc for changeset 1e2454b60e59
stable
2017-10-20, by Kevin Bullock
help: do not abort topicmatch() because of unimportable extensions
stable
4.4-rc
2017-08-05, by Yuya Nishihara
configitems: register 'email.to' and 'patchbomb.to'
stable
2017-10-20, by Yuya Nishihara
exchange: propagate the subfunctions return
stable
2017-10-19, by Boris Feld
merge default into stable for code freeze
stable
2017-10-19, by Kevin Bullock
log: add an assertion about fctx not being None in patch.diff()
2017-10-19, by Denis Laxalde
log: handle removed files with --line-range patterns
2017-10-19, by Denis Laxalde
log: disable bare file patterns with --line-range
2017-10-19, by Denis Laxalde
log: switch to FROMLINE:TOLINE syntax for -L/--line-range
2017-10-19, by Denis Laxalde
log: handle binary files in --line-range patterns
2017-10-18, by Denis Laxalde
build: build deb/rpm independently on config/extensions in the host system
2017-10-17, by muxator
config: also gather effect-flags on experimental.evolution
2017-10-19, by Boris Feld
obsfate: rename obsfate into obsolete in default mapfile
2017-10-19, by Boris Feld
obsfate: rename obsfate into obsolete in changeset_printer
2017-10-19, by Boris Feld
tests: add some (?) output lines to catch "helpful" output from Solaris diff
2017-10-19, by Augie Fackler
sparse-read: ignore trailing empty revs in each read chunk
2017-10-18, by Paul Morelle
fsmonitor: use nonnormalset from dirstatemap
2017-10-18, by Jun Wu
registrar: don't i18n ProgrammingError message
2017-10-18, by Martin von Zweigbergk
registrar: move "constant" possiblecmdtypes to class level
2017-10-18, by Martin von Zweigbergk
tests: de-flake test-run-tests.t's "--jobs=2 --first" test
2017-10-18, by Martin von Zweigbergk
cmdutil: fix status tersing on Python 3
2017-10-18, by Augie Fackler
hghave: fix clang-format check to use bytes regex
2017-10-18, by Augie Fackler
configitems: make all regular expressions bytes and not native str
2017-10-18, by Augie Fackler
convert: register missed subversion config items
2017-10-18, by Augie Fackler
amend: error out if the note is greater than 255bytes
2017-10-19, by Pulkit Goyal
show: move configitems to core
2017-10-18, by Jun Wu
chgserver: do not treat HG as sensitive environ when CHGHG is set
2017-10-18, by Jun Wu
fsmonitor: declare missing config options
2017-10-18, by Gregory Szorc
fsmonitor: warn when fsmonitor could be used
2017-10-18, by Gregory Szorc
merge: additional test cases to show merge-halting behavior
2017-10-06, by Ryan McElroy
rebase: add support to output nodechanges
2017-10-18, by Pulkit Goyal
ui: move request exit handlers to global state
2017-10-17, by Saurabh Singh
sparse-read: skip gaps too small to be worth splitting
2017-10-18, by Paul Morelle
sparse-read: move from a recursive-based approach to a heap-based one
2017-10-18, by Boris Feld
subrepo: implement 'unshare' for Mercurial subrepos
2017-10-17, by Matt Harbison
share: move the implementation of 'unshare' to the 'hg' module
2017-10-17, by Matt Harbison
show: use labelcset() template alias for work (and stack) views
2017-10-17, by Denis Laxalde
phases: pass phase names to hooks instead of internal values
2017-10-18, by Kevin Bullock
configitems: document the choice of using 'match' instead of 'search'
2017-10-18, by Boris Feld
configitems: do not directly match generic items
2017-10-18, by Boris Feld
obsfate: fix obsfate_printer with empty date list
2017-10-18, by Boris Feld
config: gather allowdivergence under the evolution namespace
2017-10-17, by Boris Feld
config: remove stabilization.* aliases
2017-10-17, by Boris Feld
config: rename stabilization.track-operation
2017-10-17, by Boris Feld
config: rename stabilization.bundle-obsmarker
2017-10-17, by Boris Feld
config: use 'experimental.evolution.exchange'
2017-09-28, by Boris Feld
config: use 'experimental.evolution.allowunstable'
2017-09-28, by Boris Feld
config: use 'experimental.evolution.create-markers'
2017-09-28, by Boris Feld
config: replace experimental.stabilization by experimental.evolution
2017-10-17, by Boris Feld
config: update evolution-related config
2017-10-16, by Boris Feld
config: invert evolution-related configuration aliases
2017-10-16, by Boris Feld
parsers: allow clang-format here
2017-10-16, by Augie Fackler
cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls
2017-10-16, by Augie Fackler
parsers: protect some case-folding tables from clang-format
2015-04-21, by Augie Fackler
makefile: add target to apply clang-format in-place
2015-09-14, by Augie Fackler
configitems: adds a developer warning when accessing undeclared configuration
2017-10-16, by Boris Feld
log: add -L/--line-range option to follow file history by line range
2017-10-17, by Denis Laxalde
diff: pass a diff hunks filter function from changeset_printer to patch.diff()
2017-10-06, by Denis Laxalde
diff: also yield file context objects in patch.trydiff() (API)
2017-10-05, by Denis Laxalde
revset: extract a parsefollowlinespattern helper function
2017-10-04, by Denis Laxalde
obsfate: add obsfate to default mapfile
2017-10-06, by Boris Feld
log: add obsfate by default in changeset printer
2017-10-05, by Boris Feld
obsfate: only display date in verbose mode
2017-10-09, by Boris Feld
obsfate: filter out current user if not in verbose
2017-10-09, by Boris Feld
ui: add the possibility to returns None as username in ui
2017-10-06, by Boris Feld
test: test obfate template keyword in test-obsmarker-template.t
2017-10-06, by Boris Feld
templatekw: introduce obsfate keyword
2017-10-05, by Boris Feld
copies: add a config to limit the number of candidates to check in heuristics
2017-10-10, by Pulkit Goyal
extensions: always include traceback when extension setup fails
2017-10-17, by Martin von Zweigbergk
tests: move baduisetup() test out of "#if demandimport"
2017-10-17, by Martin von Zweigbergk
tests: make test-extension.t's baduisetup.py test fail even if bdiff exists
2017-10-17, by Martin von Zweigbergk
run-tests: move newline out of colorized message
2017-10-17, by Martin von Zweigbergk
test-extension: make the test compatible with chg
2017-10-17, by Saurabh Singh
hghave: disable demandimport when chg is running
2017-10-17, by Saurabh Singh
test-show: make it compatible with chg
2017-10-17, by Jun Wu
templater: use pycompat.sysbytes to bytes-ify some __name__ attrs
2017-10-17, by Augie Fackler
templatefilters: defend against evil unicode strs in json filter
2017-10-16, by Augie Fackler
phase: use a binary phase part to push through bundle2 (BC)
2017-09-20, by Boris Feld
arbitraryfilecontext: skip the cmp fast path if any side is a symlink
2017-10-17, by Phil Cohen
test-clang-format: new test to verify that files stay clang-formatted
2015-09-14, by Augie Fackler
context: audit paths before clearing unknown files and dirs
2017-10-17, by Mark Thomas
tests: add test demonstrating regression in path audit
2017-10-17, by Mark Thomas
configitems: move rebase config into core
2017-10-13, by Boris Feld
eol: ensure the eol extensions is loaded when hooks run
2017-10-14, by Boris Feld
acl: make sure the extensions is enabled when the acl-hooks run
2017-10-14, by Boris Feld
configitems: register the 'web.archivesubrepos' config
2017-10-16, by Boris Feld
configitems: register the 'experimental.effect-flags' config
2017-10-08, by Boris Feld
configitems: register the full 'merge-tools' config and sub-options
2017-10-08, by Boris Feld
revlog-sparse-read: add a lower-threshold for read block size
2017-10-14, by Paul Morelle
revlog: introduce an experimental flag to slice chunks reads when too sparse
2017-10-10, by Paul Morelle
revlog: ignore empty trailing chunks when reading segments
2017-10-09, by Paul Morelle
phase: isolate logic to update remote phrase through bundle2 pushkey
2017-09-20, by Boris Feld
phase: generate a push-race detection part on push
2017-10-11, by Boris Feld
phase: introduce a new 'check:phases' part
2017-10-11, by Boris Feld
phase: gather remote phase information in a summary object
2017-10-11, by Boris Feld
phase: simplify the check for issue3781 shortcut in discovery
2017-10-11, by Boris Feld
exchange: fix issue3781 reference in the comment
2017-10-16, by Boris Feld
phase: filter out non-draft item in "draft root"
2017-10-11, by Boris Feld
subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)
2017-10-15, by Matt Harbison
tests: update output for no-symlink platforms
2017-10-15, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip