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.
tests: port test-context.py to Python 3
2018-04-27, by Augie Fackler
scmutil: fix __repr__ of status tuple
2018-04-27, by Augie Fackler
update: print warning about hidden changeset after update
2018-05-07, by Martin von Zweigbergk
py3: whitelist three passing cvs convert tests
2018-04-27, by Augie Fackler
cvsps: convert encoding name to sysstr
2018-04-27, by Augie Fackler
tweakdefaults: remove "bisect" from commands.status.skipstates
2018-05-09, by Martin von Zweigbergk
hgweb: wrap {instabilities} by hybridlist()
2018-04-03, by Yuya Nishihara
hgweb: wrap {whyunstable} with mappinggenerator
2018-04-03, by Yuya Nishihara
hgweb: wrap {succsandmarkers} with mappinggenerator
2018-04-03, by Yuya Nishihara
hgweb: wrap {branches} and {entries} of branches with mappinggenerator
2018-04-02, by Yuya Nishihara
hgweb: drop tmpl argument from webutil.showtag() and showbookmark()
2018-04-02, by Yuya Nishihara
hgweb: wrap {changelogtag}, {changesettag}, and {changesetbookmark}
2018-04-02, by Yuya Nishihara
hgweb: drop useless **args from webutil.showtag() and showbookmark()
2018-04-02, by Yuya Nishihara
hgweb: reuse graph node-related functions from templates
2018-05-08, by Anton Shestakov
templates: split getgraphnode() body into two functions
2018-05-08, by Anton Shestakov
hgweb: wrap {branch} and {changesetbranch} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {inbranch} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {branches} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {bookmarks} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {tags} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {rename} with mappinglist
2018-04-02, by Yuya Nishihara
tests: fix test-status-inprocess.py on Python 3
2018-04-27, by Augie Fackler
tests: port test-filecache.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-cbor.py to Python 3
2018-04-27, by Augie Fackler
cborutil: port to Python 3
2018-04-27, by Augie Fackler
lock: pass sysstr to warnings module
2018-04-27, by Augie Fackler
tests: port test-revlog-raw.py to Python 3
2018-04-27, by Augie Fackler
tests: migrate test-wsgirequest.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-parseindex2.py to Python 3
2018-04-27, by Augie Fackler
tests: prefer string concatenation with () instead of \ in parseindex2 tests
2018-04-27, by Augie Fackler
tests: port test-simplemerge.py to Python 3
2018-04-27, by Augie Fackler
tests: replace use of assertEquals with assertEqual in test-simplemerge.py
2018-04-27, by Augie Fackler
tests: b prefixes on some inline python in test-convert-cvs.t
2018-04-27, by Augie Fackler
cvsps: wrap bytes in bytestr before %r-ing it
2018-04-27, by Augie Fackler
convcmd: make a copy of heads before mutating it
2018-04-27, by Augie Fackler
cvsps: portably convert int to bytes
2018-04-27, by Augie Fackler
cvsps: wrap cmp methods (deprecated) in functools.cmp_to_key
2018-04-27, by Augie Fackler
tests: port inline extension in test-convert-cvs.t to py3
2018-04-27, by Augie Fackler
cvsps: add b prefixes to regular expressions
2018-04-27, by Augie Fackler
minirst: fix bytes slicing defect on Python 3
2018-04-27, by Augie Fackler
tests: port test-minirst.py to Python 3
2018-04-27, by Augie Fackler
tests: use stringutil.pprint instead of pprint.pprint in test-minirst.py
2018-04-27, by Augie Fackler
tests: port test-pathencode.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-hgwebdir-paths.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-walkrepo.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-minifileset.py to Python 3
2018-04-27, by Augie Fackler
minifileset: fix on Python 3
2018-04-27, by Augie Fackler
tests: port test-url.py to Python 3
2018-04-27, by Augie Fackler
tests: fix error case in test-url.py's doctest
2018-04-27, by Augie Fackler
util: make util.url __repr__ consistent on Python 2 and 3
2018-04-27, by Augie Fackler
sslutil: fix some edge cases in Python 3 support
2018-04-27, by Augie Fackler
tests: port test-hybridencode.py to unittest
2018-04-26, by Augie Fackler
tests: make test-check-interfaces.py work on Python 3
2018-04-26, by Augie Fackler
scmutil: clean up bytes/string cache decorator mess on Python 3 again
2018-04-26, by Augie Fackler
directaccess: use resolvehexnodeidprefix() instead of _partialmatch()
2018-05-07, by Martin von Zweigbergk
revset: use resolvehexnodeidprefix() in id() predicate (BC)
2018-05-07, by Martin von Zweigbergk
revset: make id() an empty set for ambiguous nodeid (BC)
2018-05-07, by Martin von Zweigbergk
shortest: don't keep checking for longer prefix if node doesn't exist (API)
2018-05-05, by Martin von Zweigbergk
shortest: extract function for checking if a prefix is a revnum
2018-05-02, by Martin von Zweigbergk
shortest: rename "test" variable to "prefix"
2018-05-03, by Martin von Zweigbergk
shortest: move some safe code out of exception block
2018-05-02, by Martin von Zweigbergk
revlog: don't say "not found" on internal error
2018-05-04, by Martin von Zweigbergk
revlog: extract function for getting node from known-to-exist rev
2018-05-04, by Martin von Zweigbergk
shortest: make {shortest("fffffffff")} work again
2018-05-07, by Martin von Zweigbergk
revlog: use radix tree also for matching keys shorter than 4 hex digits
2018-04-29, by Martin von Zweigbergk
context: convert to hex for error message only for 20-byte changeid
2018-04-06, by Martin von Zweigbergk
context: clarify that only one attempt is made to interpret changeid
2018-04-06, by Martin von Zweigbergk
context: only bother looking for broken dirstate for 20-byte changeid
2018-04-06, by Martin von Zweigbergk
revset: pass in lookup function to matchany() (issue5879)
stable
2018-05-11, by Yuya Nishihara
test-hgweb: add test for foo-bar name lookup
stable
2018-05-11, by Yuya Nishihara
context: drop support for looking up context by ambiguous changeid (API)
2018-04-28, by Martin von Zweigbergk
tests: pass parent revision as integer to repo[x] in test-context-metadata.t
2018-04-28, by Martin von Zweigbergk
bookmarks: cache reverse mapping (issue5868)
2018-05-05, by Yuya Nishihara
bookmarks: make argument names of _set/_del() more specific
2018-05-05, by Yuya Nishihara
bookmarks: extract function that looks up bookmark names by node
2018-05-05, by Yuya Nishihara
bookmarks: hide dict behind bmstore class
2018-05-05, by Yuya Nishihara
tests: remove pid file by default
2018-05-05, by Gregory Szorc
tests: remove #require killdaemons
2018-04-30, by Gregory Szorc
pycompat: export queue module instead of symbols in module (API)
2018-05-05, by Gregory Szorc
demandimport: make module ignores a set (API)
2018-05-05, by Gregory Szorc
bundle2: mark the bundle2 part as advisory (issue5872)
stable
2018-05-08, by Boris Feld
debugbundle: also display if a part is mandatory or advisory
stable
2018-05-08, by Boris Feld
cmdutil: remove unused 'confirmopts' constant
2018-04-19, by Yuya Nishihara
formatter: ditch namedtuple in favor of attr
2018-05-03, by Yuya Nishihara
log: consume --stat/patch options at constructor of changesetprinter
2018-04-29, by Yuya Nishihara
log: cache diffopts instance
2018-04-29, by Yuya Nishihara
merge with stable
2018-05-05, by Gregory Szorc
Added signature for changeset 6614cac550ae
stable
2018-05-05, by Kevin Bullock
Added tag 4.6 for changeset 6614cac550ae
stable
2018-05-05, by Kevin Bullock
filelog: don't crash on invalid copy metadata (issue5748)
stable
4.6
2017-11-30, by Gregory Szorc
httppeer: detect redirect to URL without query string (issue5860)
stable
2018-04-30, by Gregory Szorc
hgweb: prevent triggering dummy href="#" handler
stable
2018-05-03, by Yuya Nishihara
paper: add href="#" to links with click handlers
stable
2018-05-02, by Gregory Szorc
paper: don't register click handlers with inline javascript (issue5812)
stable
2018-05-02, by Gregory Szorc
hgweb: allow Content-Security-Policy header on 304 responses (issue5844)
stable
2018-04-30, by Gregory Szorc
hgweb: discard Content-Type header for 304 responses (issue5844)
stable
2018-04-30, by Gregory Szorc
tests: add tests demonstrating ISE for HTTP 304 responses with hgwebdir
stable
2018-04-30, by Gregory Szorc
hgweb: guard against empty Content-Length header
stable
2018-04-27, by Gregory Szorc
test-push-http: do not clear pid file
stable
2018-04-26, by Yuya Nishihara
debugcolor: fix crash by empty styles (issue5856)
stable
2018-04-26, by Yuya Nishihara
tests: explicitly define compression engines for tests
stable
2018-04-25, by Gregory Szorc
tests: update no-zstd branch of test-treediscovery.t as in 330ada7e8ea5
stable
2018-04-25, by Augie Fackler
tests: glob away content-length changes relating to missing zstd bindings
stable
2018-04-25, by Augie Fackler
revlog: make pure version of _partialmatch() support 40-byte hex nodeids
stable
2018-04-25, by Martin von Zweigbergk
hgweb: reuse body file object when hgwebdir calls hgweb (issue5851)
stable
2018-04-24, by Gregory Szorc
remotenames: mark the extension as EXPERIMENTAL
stable
2018-04-25, by Pulkit Goyal
tests: fix test-check-commit.t when all commits are public
stable
2018-04-24, by Augie Fackler
import: fix crash on --exact check of empty commit (issue5702)
stable
2018-04-24, by Yuya Nishihara
tests: mark test-check-interfaces.py as requiring a repo
stable
2018-04-24, by Martin von Zweigbergk
sshpeer: reflect actual command activity one handshake
stable
2018-04-23, by Boris Feld
tests: drop a useless glob in test-infinite-bundlestore.t
stable
2018-04-23, by Matt Harbison
infinitepush: ensure fileindex bookmarks use '/' separators (issue5840)
stable
2018-04-23, by Matt Harbison
interfaceutil: module to stub out zope.interface
stable
2018-04-22, by Gregory Szorc
test-fix: normalize precision of mtime copied by 'cp -p'
stable
2018-04-23, by Yuya Nishihara
merge stable heads
stable
2018-04-20, by Augie Fackler
Added signature for changeset 1ec874717d8a
stable
2018-04-20, by Augie Fackler
Added tag 4.6rc1 for changeset 1ec874717d8a
stable
2018-04-20, by Augie Fackler
internals: correct capitalization of 'compression' stream level parameter
stable
2018-04-20, by Kim Alvefur
test-check-code: prevent from adding Python modules shadowed by ancient C
stable
4.6rc1
2018-04-20, by Yuya Nishihara
diffhelper: rename module to avoid conflicts with ancient C module (issue5846)
stable
2018-04-20, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip