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
+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.
cmdutil: factor out helper to create changeset_templater with literal template
2017-04-22, by Yuya Nishihara
test-dirstate-race: stabilize for Windows
2017-06-14, by Matt Harbison
formatter: document lookuptemplate()
2017-05-06, by Yuya Nishihara
cmdutil: rename gettemplate() to _lookuplogtemplate()
2017-04-22, by Yuya Nishihara
formatter: inline gettemplater()
2017-04-22, by Yuya Nishihara
formatter: factor out function to create templater from literal or map file
2017-04-22, by Yuya Nishihara
graphlog: do not look up graphnodetemplate in template paths (BC)
2017-04-22, by Yuya Nishihara
formatter: open raw template file in posix semantics
2017-05-06, by Yuya Nishihara
formatter: open raw template file in binary mode (BC)
2017-05-06, by Yuya Nishihara
formatter: close raw template file explicitly
2017-05-06, by Yuya Nishihara
largefiles: avoid a crash when archiving a subrepo with largefiles disabled
stable
2017-06-13, by Matt Harbison
patchbomb: make getaddrs function easier to work with
2017-06-13, by Augie Fackler
patchbomb: look for non-empty publicurl, not a non-None one
2017-06-13, by Augie Fackler
patchbomb: make variable name for publicurl always be publicurl
2017-06-13, by Augie Fackler
bisect: simpler approach for option validation message
2017-06-14, by Brandon McCaig
pushkey: use False/True for return values from push functions
2017-06-12, by Martin von Zweigbergk
smartset: micro optimize spanset.slice() to narrow range accordingly
2015-04-10, by Yuya Nishihara
smartset: micro optimize baseset.slice() to use slice of list
2015-04-09, by Yuya Nishihara
smartset: extract method to slice abstractsmartset
2015-03-24, by Yuya Nishihara
smartset: extract spanset factory to make it constructed without a repo
2015-05-24, by Yuya Nishihara
smartset: change repr of spanset to show revisions as half-open range
2017-06-11, by Yuya Nishihara
fsmonitor: don't write out state if identity has changed (issue5581)
2017-06-12, by Siddharth Agarwal
fsmonitor: write state with wlock held and dirstate unchanged (issue5581)
2017-06-12, by Siddharth Agarwal
workingctx: add a way for extensions to run code at status fixup time
2017-06-12, by Siddharth Agarwal
workingctx: also pass status tuple into poststatusfixup
2017-06-12, by Siddharth Agarwal
workingctx: factor out post-status dirstate fixup
2017-06-12, by Siddharth Agarwal
merge with stable
2017-06-13, by Augie Fackler
profile: properly propagate exception from the sub-context manager
2017-06-12, by Pierre-Yves David
profile: close 'fp' in all cases
2017-06-12, by Pierre-Yves David
profile: close 'fp' on error within '__enter__'
2017-06-12, by Pierre-Yves David
profile: indent part of '__enter__'
2017-06-12, by Pierre-Yves David
profile: remove now useless indent
2017-06-12, by Pierre-Yves David
profile: use explicit logic to control file closing
2017-06-12, by Pierre-Yves David
profiling: move 'fp' closing logic into its own function
2017-06-12, by Pierre-Yves David
py3: use python3 hg in test-py3-commands.t at places where py2 hg was used
2017-06-13, by Pulkit Goyal
test-dirstate-race: back out changeset c82fa7efcbc8
2017-06-12, by Siddharth Agarwal
revset: fix order of first/last members in compound expression (BC)
2017-06-10, by Yuya Nishihara
revset: filter first/last members by __and__ operation
2017-06-10, by Yuya Nishihara
revset: reject negative number to select first/last n members
2017-06-10, by Yuya Nishihara
revset: fix order of last() n members where n > 1 (BC)
2017-06-10, by Yuya Nishihara
debugrevspec: add option to suppress list of computed revisions
2017-06-10, by Yuya Nishihara
debugrevspec: add option to print representation of smartset object
2017-06-10, by Yuya Nishihara
help: correct description of "glob:foo/*" matching
stable
2017-06-12, by Martin von Zweigbergk
bookmarks: make sure we close the bookmark file after reading
2017-06-10, by Pierre-Yves David
bookmarks: rephrase a comment to be shorted and clearer
2017-06-10, by Pierre-Yves David
checkheads: use a "lazyancestors" object for allfuturecommon
2017-06-05, by Pierre-Yves David
checkheads: use "revnum" in the "allfuturecommon" set
2017-06-05, by Pierre-Yves David
checkheads: use 'nodemap.get' to convert nodes to revs
2017-06-05, by Pierre-Yves David
checkheads: pass "ispushed" function to the obsmarkers logic
2017-06-05, by Pierre-Yves David
profile: drop maybeprofile
2017-06-09, by Pierre-Yves David
profile: support --profile in alias and abbreviated version (--prof)
2017-06-09, by Pierre-Yves David
profile: make the contextmanager object available to the callers
2017-06-09, by Pierre-Yves David
profile: introduce a knob to control if the context is actually profiling
2017-06-09, by Pierre-Yves David
profile: introduce a "start" method to the profile context
2017-06-09, by Pierre-Yves David
profile: upgrade the "profile" context manager to a full class
2017-06-08, by Pierre-Yves David
setup: avoid linker warnings on Windows about multiple export specifications
2017-06-09, by Matt Harbison
memctx: always use cache for filectxfn
2017-06-10, by Sean Farley
test-hardlinks: stabilize for Windows
2017-06-10, by Matt Harbison
releasenotes: add more tests for formatting and merging of release notes
2017-06-04, by Rishabh Madan
releasenotes: command to manage release notes files
2017-06-02, by Gregory Szorc
packagelib: use LANGUAGE=C for "hg version"
2017-06-12, by Toshi MARUYAMA
rpms: add hgdemandimport in files
2017-06-12, by Toshi MARUYAMA
rpms: remove '%if "%{?pythonver}" != "2.4"'
2017-06-12, by Toshi MARUYAMA
obsstore: do not load all markers to detect duplication
2017-06-02, by Jun Wu
clonebundles: reference correct config option
2017-06-10, by Gregory Szorc
filestat: move __init__ to frompath constructor
2017-06-10, by Siddharth Agarwal
test-dirstate-race: ensure that a isn't in the lookup set at the end
2017-06-10, by Siddharth Agarwal
hghave: add test for whether fsmonitor is enabled
2017-06-10, by Siddharth Agarwal
tests: add a wrapper to run fsmonitor tests
2017-06-10, by Siddharth Agarwal
setdiscovery: improves logged message
2017-06-10, by Pierre-Yves David
tests: handle variation between pure and normal output in annotate --skip
2017-06-10, by Augie Fackler
bisect: improve option validation message
2017-06-09, by Brandon McCaig
context: inline makememctx (API)
2017-06-10, by Sean Farley
context: add convenience method for returning a memfilectx from a patch
2017-06-09, by Sean Farley
memctx: refactor inline getfilectx into convenience method
2017-06-09, by Sean Farley
hgweb: refresh styling of gitweb's search form
2017-06-09, by Gregory Szorc
hgweb: consistently add search form to all gitweb pages
2017-06-09, by Gregory Szorc
hgweb: consolidate search form for gitweb
2017-06-09, by Gregory Szorc
hgweb: consolidate search form for monoblue
2017-06-09, by Gregory Szorc
hgweb: consolidate search form for paper
2017-06-09, by Gregory Szorc
test-extension: fix load path for Windows
2017-06-09, by Matt Harbison
test-setdiscovery: stabilize for Windows
2017-06-10, by Matt Harbison
convert: correct the documentation about whitespace in branchmap branches
2017-06-10, by Matt Harbison
py3: use pycompat.bytestr() instead of str()
2017-06-08, by Pulkit Goyal
py3: convert bool variables to bytes
2017-06-02, by Pulkit Goyal
context: avoid writing outdated dirstate out (issue5584)
2017-06-09, by FUJIWARA Katsunori
tests: factor external procedures out for portability
2017-06-09, by FUJIWARA Katsunori
dirstate: add identity information to detect simultaneous changing in storage
2017-06-09, by FUJIWARA Katsunori
util: make filestat.__eq__ return True if both of self and old have None stat
2017-06-09, by FUJIWARA Katsunori
vfs: create copy at renaming to avoid file stat ambiguity if needed
2017-06-09, by FUJIWARA Katsunori
vfs: factor out "rename and avoid ambiguity" to reuse
2017-06-09, by FUJIWARA Katsunori
util: make filestat.avoidambig() return whether ambiguity is avoided or not
2017-06-09, by FUJIWARA Katsunori
debugcommands: issue warning when repo has secret changesets (issue5589)
2017-06-09, by Gregory Szorc
streamclone: consider secret changesets (BC) (issue5589)
2017-06-09, by Gregory Szorc
json: pass formatting options recursively
2017-06-09, by Yuya Nishihara
json: avoid extra string manipulation of dict keys
2017-04-23, by Yuya Nishihara
test-obsolete: include <> in user field to check JSON escapes
2017-06-09, by Yuya Nishihara
templatefilers: correct filename in header comment
2017-06-09, by Yuya Nishihara
repoview: remove special casing of "requirements"
2017-06-08, by Gregory Szorc
bookmarks: move variable initialization earlier
2017-06-07, by Pierre-Yves David
bookmarks: directly use base dict 'setitem'
2017-06-07, by Pierre-Yves David
bookmarks: rely on exception for malformed lines
2017-06-07, by Pierre-Yves David
bookmarks: explicitly convert to 'node' during initialization
2017-06-07, by Pierre-Yves David
bookmarks: prefetch 'lookup' outside of the loop
2017-06-07, by Pierre-Yves David
perf: add a perfbookmarks command
2017-06-07, by Pierre-Yves David
perfphases: add a flag to also include file access time
2017-05-23, by Pierre-Yves David
perf: have a generic "clearstorecache" function
2017-06-07, by Pierre-Yves David
localrepo: move filtername to __init__
2017-06-08, by Gregory Szorc
obsolete: move obsstore creation logic from localrepo
2017-06-08, by Gregory Szorc
match: allow pats to be None
2017-06-08, by Martin von Zweigbergk
tests: add a test for installing hg with pip in a virtualenv
2017-06-06, by Augie Fackler
hghave: add check for virtualenv
2017-06-06, by Augie Fackler
setup: introduce dummy copies of setuptools flags
2017-06-06, by Augie Fackler
extensions: catch uisetup and extsetup failures and don't let them break hg
2017-06-06, by Augie Fackler
tests: add test demonstrating how broken third-party extensions can get
2017-06-06, by Augie Fackler
extensions: move wrapfilecache function from fsmonitor
2017-06-08, by Augie Fackler
chmod: create a new file when flags are set on a hardlinked file
2017-04-26, by Koen Van Hoof
run-tests: make --restart work with output dir
2017-06-07, by Siddharth Agarwal
run-tests: output coverage to output dir
2017-06-07, by Siddharth Agarwal
run-tests: write JSON reports to output dir
2017-06-07, by Siddharth Agarwal
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip