Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+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.
extdata: just use iterator to read lines one by one
2017-10-01, by Yuya Nishihara
extdata: ignore ambiguous identifier as well
2017-10-01, by Yuya Nishihara
templater: add experimental support for extdata
2017-10-01, by Yuya Nishihara
revset: add experimental support for extdata
2017-10-01, by Yuya Nishihara
extdata: add extdatasource reader
2016-09-13, by Matt Mackall
tests: change to parent directory before all "hg init" in test-log.t
2017-10-04, by Denis Laxalde
config: add a missing preparewrite() call
2017-10-03, by Jun Wu
test-strip: make test compatible with chg
2017-10-03, by Saurabh Singh
test-hook: make test compatible with chg
2017-10-03, by Saurabh Singh
test-setdiscovery: make test compatible with chg
2017-10-03, by Saurabh Singh
test-merge-subrepos: make test compatible with chg
2017-10-03, by Saurabh Singh
test-convert-cvs: make test compatible with chg
2017-10-03, by Saurabh Singh
test-basic: make test compatible with chg
2017-10-03, by Saurabh Singh
zeroconf: do not crash if socket being read is closed by another thread
2017-10-02, by Jun Wu
test-revlog-mmapindex: make it compatible with chg
2017-10-02, by Jun Wu
test-profile: gate chg-incompatible part with '#if chg'
2017-10-02, by Jun Wu
test-logtoprocess: make it compatible with chg
2017-10-02, by Jun Wu
test-globalopts: make the test compatible with chg
2017-10-03, by Saurabh Singh
test-pager: make it compatible with chg
2017-10-02, by Jun Wu
changelog: use a Factory for default value for files
2017-10-02, by Gregory Szorc
cext: wrap before brace for functions
2017-10-02, by Gregory Szorc
cext: put case statements on separate line
2017-10-02, by Gregory Szorc
cext: reorder #include
2017-10-02, by Gregory Szorc
cext: move braces for control statements to same line
2017-10-02, by Gregory Szorc
registrar: fixing typo in comment
2017-10-02, by Saurabh Singh
style: never put multiple statements on one line
2017-09-29, by Alex Gaynor
annotate: mark lines affected by skip-annotate with *
2017-10-02, by Siddharth Agarwal
annotate: track whether a particular annotation was the result of a skip
2017-10-02, by Siddharth Agarwal
annotate: introduce attr for storing per-line annotate data
2017-10-02, by Siddharth Agarwal
context: rename local 'attr' to 'attr_'
2017-10-02, by Siddharth Agarwal
annotate: move annotatepair unit tests to a separate file
2017-10-02, by Siddharth Agarwal
check-code: allow an exception for camelcase where required
2017-10-02, by Siddharth Agarwal
url: use native strings for header values
2017-10-01, by Augie Fackler
keepalive: python 3 portability tweaks
2017-10-01, by Augie Fackler
httppasswordmgrdbproxy: specify exact arguments
2017-10-01, by Augie Fackler
formatter: fix default list/dict generator to be evaluated more than once
2017-10-01, by Yuya Nishihara
doctest: drop hack to run py2/3 tests selectively
2017-09-27, by Yuya Nishihara
docker: try to follow the best practices for writing Dockerfiles
2017-10-01, by muxator
effectflag: document effect flag
2017-08-24, by Boris Feld
effectflag: detect when diff changed
2017-07-06, by Boris Feld
effectflag: detect when meta changed
2017-07-06, by Boris Feld
effectflag: detect when parents changed
2017-07-06, by Boris Feld
effectflag: detect when branch changed
2017-07-06, by Boris Feld
effectflag: detect when date changed
2017-07-06, by Boris Feld
effectflag: detect when user changed
2017-07-06, by Boris Feld
effectflag: detect when description changed
2017-07-06, by Boris Feld
tests: add tests for effect flags
2017-07-06, by Boris Feld
effectflag: store an empty effect flag for the moment
2017-07-06, by Boris Feld
configitems: register the 'profiling.type' config
2017-06-30, by Boris Feld
configitems: register the 'profiling.showmin' config
2017-06-30, by Boris Feld
configitems: register the 'profiling.showmax' config
2017-06-30, by Boris Feld
configitems: register the 'profiling.output' config
2017-06-30, by Boris Feld
dirstate: implement __len__ on dirstatemap (issue5695)
2017-10-01, by Simon Whitaker
obsmarker: crash more helpfully when metadata fields are >255bytes (issue5681)
2017-10-01, by Simon Whitaker
deb: build and install chg
2017-10-01, by Kyle Lippincott
deb: install zsh completions to /usr/share/zsh/vendor-completions
2017-10-01, by Kyle Lippincott
releasenotes: display release notes when no filename is specified
2017-10-01, by Rishabh Madan
hgweb: use parsebool for parsing diff query string options
2017-10-01, by Gregory Szorc
hgweb: remove extra </div>
2017-10-01, by Gregory Szorc
tests: add "have" check for dpkg builddeps
2017-10-01, by Kyle Lippincott
tests: expect parsers.so in cext, parsers.py in pure (test-debian-packages)
2017-10-01, by Kyle Lippincott
hghave: check for debuild being installed as well
2017-10-01, by Kyle Lippincott
changelog: use attrs instead of namedtuple
2017-10-01, by Siddharth Agarwal
thirdparty: vendor attrs
2017-10-01, by Siddharth Agarwal
python3: don't byte mangle third-party packages
2017-10-01, by Siddharth Agarwal
tests: disable lints on mercurial/thirdparty
2017-10-01, by Siddharth Agarwal
hghave: fix dpkg --version check to work on recent dpkg versions
2017-10-01, by Kyle Lippincott
commands: rename clone --uncompressed to --stream and document
2017-10-01, by Gregory Szorc
commands: remove suggestion to clone via `cp -al`
2017-10-01, by Gregory Szorc
hgweb: add HTML elements to control whitespace settings for annotate
2017-09-30, by Gregory Szorc
hgweb: query string arguments to control whitespace for annotate
2017-09-30, by Gregory Szorc
tests: add tests for hgweb annotate output
2017-09-30, by Gregory Szorc
obsolete: clean createmarkers part about operation
2017-07-06, by Boris Feld
treediscovery: update test expectation
2017-09-30, by Augie Fackler
tests: update some clonebundles expectations to pass on both pure and non-pure
2017-09-30, by Augie Fackler
merge with stable
2017-10-01, by Kevin Bullock
contrib: add a check to check-code to ban superfluous pass statements
2017-09-29, by Augie Fackler
posix: replace superfluous pass statement with explicit return
2017-09-30, by Augie Fackler
subrepo: remove superfluous pass statements
2017-09-30, by Augie Fackler
registrar: remove superfluous pass statements
2017-09-30, by Augie Fackler
patch: remove superfluous pass statements
2017-09-30, by Augie Fackler
obsolete: remove superfluous pass statements
2017-09-30, by Augie Fackler
match: remove superfluous pass statements
2017-09-30, by Augie Fackler
localrepo: remove superfluous pass statements
2017-09-30, by Augie Fackler
hgweb: remove superfluous pass statements
2017-09-30, by Augie Fackler
formatter: remove superfluous pass statements
2017-09-30, by Augie Fackler
exchange: remove superfluous pass statements
2017-09-30, by Augie Fackler
commandserver: remove superfluous pass statements
2017-09-30, by Augie Fackler
cmdutil: remove superfluous pass statements
2017-09-30, by Augie Fackler
byterange: remove superfluous pass statements
2017-09-30, by Augie Fackler
branchmap: remove superfluous pass statements
2017-09-30, by Augie Fackler
convert: remove superfluous pass statements
2017-09-30, by Augie Fackler
bugzilla: remove superfluous pass statements
2017-09-29, by Augie Fackler
merge with stable
2017-09-30, by Martin von Zweigbergk
copytrace: use ctx.mutable() instead of adhoc constant of non-public phases
2017-09-22, by Yuya Nishihara
exchange: fix test for remote support of binary phases
2017-09-30, by Boris Feld
exchange: perform stream clone with clone bundle with --uncompressed
2017-09-28, by Gregory Szorc
tests: add tests for clone bundles with --uncompressed
2017-09-28, by Gregory Szorc
py3: work around bytes/unicode divergence in parsedate()
2017-09-27, by Yuya Nishihara
py3: replace bytes[n] with slicing in checkwinfilename()
2017-09-27, by Yuya Nishihara
py3: manually escape control character to be embedded in win filename error
2017-09-27, by Yuya Nishihara
py3: replace str(None) with literal in convcmd.py
2017-09-27, by Yuya Nishihara
py3: remove use of str() in hgwebdir
2017-09-27, by Yuya Nishihara
config: use copy-on-write to improve copy performance
2017-09-27, by Jun Wu
Added signature for changeset 2f427b57bf90
stable
2017-10-01, by Augie Fackler
Added tag 4.3.3 for changeset 2f427b57bf90
stable
2017-10-01, by Augie Fackler
rebase: move bookmarks with --keep (issue5682)
stable
4.3.3
2017-09-18, by Jun Wu
cleanupnodes: rename "mapping" to "replacements"
stable
2017-09-20, by Martin von Zweigbergk
cleanupnodes: separate out bookmark destination calculation from actual update
stable
2017-09-20, by Martin von Zweigbergk
ui: check for progress singleton when clearing progress bar (issue5684)
stable
2017-09-20, by Mark Thomas
py3: whitelist 15 more tests passing on Python 3
2017-09-30, by Pulkit Goyal
py3: use pycompat.bytestr instead of str
2017-09-30, by Pulkit Goyal
py3: explicitly convert dict.keys() and dict.items() into a list
2017-09-30, by Pulkit Goyal
py3: use '%d' instead of '%s' for integers
2017-09-30, by Pulkit Goyal
py3: use pycompat.strkwargs() before passing a dict as keyword argument
2017-09-30, by Pulkit Goyal
py3: return False early while checking whether None is a key in lazymanifest
2017-09-30, by Pulkit Goyal
dirstate: use keyword arguments to clarify status()'s callers
2017-09-29, by Martin von Zweigbergk
dirstate: use keyword arguments to clarify walk()'s callers
2017-09-29, by Martin von Zweigbergk
perf: remove fallbacks to ancient versions of dirstate.walk()
2017-09-29, by Martin von Zweigbergk
releasenotes: update docstrings with information on additional flags
2017-08-29, by Rishabh Madan
releasenotes: raise error on simultaneous usage of flags
2017-09-28, by Rishabh Madan
dirstate: move parents source of truth to dirstatemap
2017-09-26, by Durham Goode
dirstate: move parent reading to the dirstatemap class
2017-09-26, by Durham Goode
dirstate: move opendirstatefile to dirstatemap
2017-09-26, by Durham Goode
dirstate: move _copymap to dirstatemap
2017-09-26, by Durham Goode
dirstate: move _dirs to dirstatemap
2017-09-26, by Durham Goode
dirstate: move filefoldmap to dirstatemap
2017-09-26, by Durham Goode
dirstate: move nonnormalentries to dirstatemap
2017-09-26, by Durham Goode
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+1000
+3000
+10000
tip