Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
py3: fix args handling for obsfate template
2017-11-29, by Pulkit Goyal
py3: remove test-terse-status.t from python3 whitelist as it was renamed
2017-11-29, by Pulkit Goyal
test-lfs: allow the test server to be killed on Windows
2017-11-21, by Matt Harbison
test-lfs: perform the `chmod +x` command in a manner compatible with Windows
2017-11-14, by Matt Harbison
hghave: add a check for lfs-test-server
2017-11-14, by Matt Harbison
hgweb: show changeset age in more places (gitweb and monoblue)
2017-11-21, by Anton Shestakov
obsolete: drop usage of changectx in '_computecontentdivergentset'
2017-11-19, by Boris Feld
obsolete: drop usage of changectx in '_computephasedivergentset'
2017-11-19, by Boris Feld
hgweb: remove unused Graph() properties
2017-11-25, by Anton Shestakov
gitweb: remove unused css classes
2017-11-25, by Anton Shestakov
monoblue: also highlight target line on annotate and comparison pages
2017-11-25, by Anton Shestakov
paper: remove css hack that made .branchname look like .branchhead
2017-11-25, by Anton Shestakov
hgweb: rename the main attribute of instabilities
2017-11-26, by Anton Shestakov
hbisect: use a defaultdict to avoid large allocations for a large changelogs
2017-11-23, by David Soria Parra
hbisect: use a revset for ancestor calculation
2017-11-23, by David Soria Parra
hbisect: pass repo into hbisect.bisect
2017-11-23, by David Soria Parra
develwarn: do not emit warning if "config" is unspecified
2017-11-22, by Kyle Lippincott
histedit: add support to output nodechanges using formatter
2017-10-28, by Pulkit Goyal
rebase: use fm.formatlist() and fm.formatdict() to support user template
2017-10-28, by Pulkit Goyal
tests: add test for rebase template showing wrong behavior
2017-11-09, by Pulkit Goyal
remove: print message for each file in verbose mode only while using `-A` (BC)
2017-11-17, by pavanpc
localrepo: update comments around path auditors
2017-11-03, by Augie Fackler
localrepo: specify optional callback parameter to pathauditor as a keyword
2017-11-03, by Augie Fackler
bundle2: avoid unbound read when seeking
2017-11-13, by Gregory Szorc
bundle2: inline struct operations
2017-11-13, by Gregory Szorc
bundle2: inline changegroup.readexactly()
2017-11-13, by Gregory Szorc
bundle2: inline debug logging
2017-11-13, by Gregory Szorc
bundle2: don't use seekable bundle2 parts by default (issue5691)
2017-11-13, by Gregory Szorc
bundle2: only seek to beginning of part in bundlerepo
2017-11-13, by Gregory Szorc
bundle2: implement consume() API on unbundlepart
2017-11-13, by Gregory Szorc
bundle2: implement generic part payload decoder
2017-11-12, by Gregory Szorc
bundle2: extract logic for seeking bundle2 part into own class
2017-11-13, by Gregory Szorc
perf: add command to benchmark bundle reading
2017-11-13, by Gregory Szorc
sshpeer: add a configurable hint for the ssh error message
2017-11-20, by Zuzanna Mroczek
docs: add args/returns docs for some cmdutil, context, and registrar functions
2017-11-16, by rlevasseur
commands: add value for cmdtype argument for read only commands
2017-11-21, by Pulkit Goyal
error: add InMemoryMergeConflictsError
2017-11-15, by Phil Cohen
lfs: generate a large file by using `python` instead of yes | head
2017-11-20, by Augie Fackler
setup: add hgext.lfs to list of Python packages
2017-11-20, by Augie Fackler
test-lfs: add tests demonstrating the interaction with largefiles
2017-11-18, by Matt Harbison
test-lfs: cast the flags printed to an int
2017-11-14, by Matt Harbison
lfs: register config options
2017-11-14, by Matt Harbison
lfs: quiesce check-module-import warnings
2017-11-14, by Matt Harbison
lfs: import the Facebook git-lfs client extension
2017-11-14, by Matt Harbison
run-tests: outputdir also has to be changed if $TESTDIR is not $PWD
2017-11-18, by Matthieu Laneuville
hgweb: use webutil.commonentry() for nodes (but not for jsdata yet) in /graph
2017-11-20, by Anton Shestakov
hgweb: check changeset's original branch in graphdata()
2017-11-20, by Anton Shestakov
hgweb: show instabilities of a commit
2017-11-19, by Anton Shestakov
context: add instabilities() method to basefilectx
2017-11-19, by Anton Shestakov
run-test: drop 'execfile' usage for 'common-pattern.py' file
2017-11-19, by Boris Feld
run-test: use byte for 'common-pattern.py' path
2017-11-19, by Boris Feld
templates: reword 'back to filelog' link anchor text
2017-11-20, by Jordi GutiƩrrez Hermoso
hgweb: show obsolescence status of a commit
2017-11-18, by Anton Shestakov
context: add obsolete() method to basefilectx
2017-11-18, by Anton Shestakov
check-code: grep's context flags don't need an extra space before number
2017-11-18, by Anton Shestakov
dirstate: make map implementation overridable
2017-11-15, by Mark Thomas
fsmonitor: only access inner dirstate map if it is available
2017-11-15, by Mark Thomas
dirstate: add explicit methods for querying directories (API)
2017-11-15, by Mark Thomas
dirstate: remove _droppath method
2017-11-15, by Mark Thomas
dirstate: move dropping of folded filenames into the dirstate map
2017-11-15, by Mark Thomas
dirstate: move management of the dirstate dirs into the dirstatemap
2017-11-15, by Mark Thomas
dirstate: move management of nonnormal sets into dirstate map
2017-11-15, by Mark Thomas
dirstate: add explicit methods for modifying dirstate
2017-11-15, by Mark Thomas
dirstate: document dirstatemap interface
2017-11-15, by Mark Thomas
bundlerepo: rename "bundlefilespos" variable and attribute
2017-11-13, by Gregory Szorc
bundlerepo: rename "bundle" arguments to "cgunpacker"
2017-11-13, by Gregory Szorc
bundlerepo: use early return
2017-11-11, by Gregory Szorc
test-pattern: actually update tests using the patterns
2017-11-05, by Boris Feld
test-pattern: substitute the HTTP log timestamp too
2017-11-05, by Boris Feld
test-pattern: register the current the bundle2 capabilities string
2017-11-13, by Boris Feld
test-pattern: register current the bundlecaps string
2017-11-05, by Boris Feld
test-pattern: substitute common compression list
2017-11-05, by Boris Feld
run-tests: allow to register any arbitrary pattern for replacement
2017-11-05, by Boris Feld
crecord: fix revert -ir '.^' crash caused by 3649c3f2cd
2017-11-13, by Jun Wu
tweakdefaults: turn on ui.statuscopies
2017-11-16, by Martin von Zweigbergk
run-tests: fix TESTDIR if testdescs are absolute paths
2017-11-15, by Kyle Lippincott
hgweb: show commit phase if it's not public
2017-11-16, by Anton Shestakov
hgweb: move changeset "tags" to a template in map file (paper and coal)
2017-11-15, by Anton Shestakov
logtoprocess: clean-up old comment
2017-11-03, by Boris Feld
patch: accept prefix argument to changedfiles() helper
2017-11-14, by Martin von Zweigbergk
hgweb: move changeset "tags" to a template in map file (gitweb and monoblue)
2017-11-15, by Anton Shestakov
hgweb: split long lines in gitweb and monoblue (changeset summary and tags)
2017-11-15, by Anton Shestakov
debugdeltachain: output information about sparse read if enabled
2017-10-26, by Paul Morelle
rebase: exclude descendants of obsoletes w/o a successor in dest (issue5300)
2017-11-14, by Denis Laxalde
tests: add a couple of 'hg log' calls in test-rebase-obsolete.t
2017-11-11, by Denis Laxalde
tests: conditionally display obsfate in test-rebase-obsolete log output
2017-11-06, by Denis Laxalde
tests: clarify a comment in test-rebase-obsolete.t
2017-11-11, by Denis Laxalde
bundlerepo: rename _bundle to _cgunpacker
2017-11-11, by Gregory Szorc
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
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
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
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
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
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
test-run-tests: stabilize the test (issue5735)
stable
2018-01-08, by Jun Wu
run-tests: avoid set PYTHONUSERBASE environment variable to None
stable
2018-01-08, by Mihai Popescu
templatefilters: fix doc of basename()
stable
2018-01-07, by Yuya Nishihara
identify: document -r. explicitly how to disable wdir scanning (issue5622)
stable
2018-01-07, by Yuya Nishihara
diff: disable diff.noprefix option for diffstat (issue5759)
stable
2017-12-17, by Yuya Nishihara
hgweb: disable diff.noprefix option for diffstat
stable
2017-12-17, by Yuya Nishihara
debugssl: convert port number to int (issue5757)
stable
2017-12-14, by Yuya Nishihara
histedit: preserve active branch while histediting
stable
2017-12-12, by Boris Feld
templater: fix "one arguments"
stable
2017-12-12, by Anton Shestakov
tests: write and use a custom helper script to avoid find's -printf
stable
2017-12-05, by Augie Fackler
convert: restore the ability to use bzr < 2.6.0 (issue5733)
stable
2017-12-01, by Matt Harbison
Added signature for changeset a92b9f8e11ba
stable
2017-12-01, by Kevin Bullock
Added tag 4.4.2 for changeset a92b9f8e11ba
stable
2017-12-01, by Kevin Bullock
merge: check created file dirs for path conflicts only once (issue5716)
stable
4.4.2
2017-11-24, by Mark Thomas
merge: cache unknown dir checks (issue5716)
stable
2017-11-24, by Mark Thomas
dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options
stable
2017-11-23, by Yuya Nishihara
fancyopts: add early-options parser compatible with getopt()
stable
2017-11-23, by Yuya Nishihara
largefiles: pay attention to dropped standin files when updating largefiles
stable
2017-11-12, by Matt Harbison
test-largefiles: demonstrate problems with renaming and reverting a directory
stable
2017-11-12, by Matt Harbison
tests: add globs for Windows
stable
2017-11-11, by Matt Harbison
cat: record the current behavior of wildcard matches in subrepos
stable
2017-11-25, by Yuya Nishihara
merge with i18n
stable
2017-11-29, by Augie Fackler
i18n-pt_BR: synchronized with cabc840ffdee
stable
2017-11-21, by Wagner Bruna
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
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
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
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
pathutil: use util.pathto() to calculate relative cwd in canonpath()
stable
2017-11-02, by Matt Harbison
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip