Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
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.
patch: correct import of email module
2013-09-20, by Augie Fackler
subrepo: move import of xml.minidom.dom to its own line for check-code
2013-09-20, by Augie Fackler
convert: move import of xml.minidom.dom to its own line for check-code
2013-09-20, by Augie Fackler
perf: rearrange imports of changelong and manifest to appease check-code
2013-09-20, by Augie Fackler
merge with stable
2013-09-23, by Matt Mackall
tests: fix check-code breakage
stable
2013-09-23, by Matt Mackall
paper: add infinite scrolling to graph by calling ajaxScrollInit at the page
2013-09-22, by Alexander Plavin
hgweb: add graph mode of ajax response processing
2013-09-20, by Alexander Plavin
hgweb: make infinite scroll handling more generic and extensible
2013-09-22, by Alexander Plavin
hgweb: add reset javascript function to Graph
2013-09-06, by Alexander Plavin
largefiles: setup "largefiles" feature in each repositories individually
2013-09-21, by FUJIWARA Katsunori
localrepo: make supported features manageable in each repositories individually
2013-09-21, by FUJIWARA Katsunori
extensions: list up only enabled extensions, if "ui" is specified
2013-09-21, by FUJIWARA Katsunori
merge with stable
2013-09-23, by Matt Mackall
largefiles: remove bailifchanged check from overridepull (BC)
2013-09-20, by Siddharth Agarwal
rebase: remove bailifchanged check from pullrebase (BC)
2013-09-20, by Siddharth Agarwal
debugshell: check ui.debugger for which debugger to use
2013-07-14, by Sean Farley
debugshell: add function to embed ipython
2013-07-14, by Sean Farley
debugshell: abstract out pdb code.interact
2013-07-14, by Sean Farley
templater: support using templates with non-standard names from map file
2013-09-22, by Alexander Plavin
help: use full name of extensions to look up them for keyword search
stable
2013-09-23, by FUJIWARA Katsunori
hgweb: add link to force literal keyword search
2013-09-06, by Alexander Plavin
raw: show current search mode name at search results
2013-09-06, by Alexander Plavin
paper: show current search mode name at search results
2013-09-06, by Alexander Plavin
hgweb: pass variable with current search mode name to the search template
2013-09-06, by Alexander Plavin
generaldelta: initialize basecache properly
stable
2013-09-20, by Wojciech Lopata
merge with stable
2013-09-20, by Matt Mackall
paper: add reddish background to ajax error message
2013-09-06, by Alexander Plavin
paper: add simple animation to the loading indicator
2013-09-06, by Alexander Plavin
hgweb: add CSS class to the last entry on a page
2013-09-06, by Alexander Plavin
run-tests: find mercurial path with syntax valid on both py2 and py3
2013-09-19, by Augie Fackler
run-tests: if run by python3, execute setup.py with --c2to3
2013-09-19, by Augie Fackler
commands: import hgweb.server in a way that 2to3 can rewrite
2013-09-19, by Augie Fackler
hgweb: show message when an error occured during ajax loading
2013-09-06, by Alexander Plavin
hgweb: show loading indicator while an ajax request is in process
2013-09-06, by Alexander Plavin
hgweb: show a message when there are no more entries in the list
2013-09-06, by Alexander Plavin
util.h: fix gcc version checking
2013-09-19, by Siddharth Agarwal
mq: remove unused repo._committingpatch-related code
2013-09-16, by Brodie Rao
strip: set current bookmark to None if stripped
stable
2013-09-07, by Sean Farley
merge with stable
2013-09-18, by Matt Mackall
sslutil: backed out changeset 074bd02352c0 (issue4038)
stable
2013-09-18, by Augie Fackler
httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038)
stable
2013-09-18, by Augie Fackler
paper: call ajaxScrollInit in shortlog
2013-09-06, by Alexander Plavin
hgweb: add ajaxScrollInit function, which does the ajax requests and processing
2013-09-18, by Alexander Plavin
check-code: add bracket style check
2013-09-18, by Matt Mackall
util.h: getbe32() and putbe32() use intrinsic function to improve performance
2013-09-14, by Wei, Elson
hgweb: add appendFormatHTML javascript function
2013-09-06, by Alexander Plavin
hgweb: add removeByClassName javascript function
2013-09-06, by Alexander Plavin
hgweb: add docFromHTML javascript function
2013-09-06, by Alexander Plavin
hgweb: add makeRequest javascript function
2013-09-06, by Alexander Plavin
hgweb: add format javascript function
2013-09-06, by Alexander Plavin
hgweb: add nextentry variable for easy pagination in changelog
2013-09-06, by Alexander Plavin
hgweb: always compute all entries and latestentry in changelog
2013-09-06, by Alexander Plavin
templatefilters: add short format for age formatting
2013-09-17, by David Soria Parra
hgweb: remove unused argument of changelist function in changelog
2013-09-06, by Alexander Plavin
context: move evolution functions from changectx to basectx
2013-09-17, by Sean Farley
context: use correct spelling of committable
2013-09-17, by Sean Farley
check-code: check C patterns against .h files
2013-09-17, by Matt Mackall
check-code: make casting style check more precise
2013-09-17, by Matt Mackall
log: make file log slow path usable on large repos
2013-09-10, by Durham Goode
plan9: update util.py for cpython 2.7 build
2013-09-13, by Jeff Sickel
parse_manifest: rewrite to use memchr
2013-09-06, by Siddharth Agarwal
parsers: correctly handle a failed allocation
2013-09-16, by Bryan O'Sullivan
parsers: use Py_INCREF safely
2013-09-16, by Bryan O'Sullivan
parsers: state is a char, not an int
2013-09-16, by Bryan O'Sullivan
setup: check if mercurial/util.h has been modified
2013-09-13, by Wei, Elson
util.h: add stdint basic type definitions
2013-09-13, by Wei, Elson
hgweb: add revset syntax support to search
2013-09-06, by Alexander Plavin
revset: add a whitelist of DoS-safe symbols
2013-09-06, by Alexander Plavin
revset: add helper function to get functions used in a revset parse tree
2013-08-07, by Alexander Plavin
revset: add helper function to get revset parse tree depth
2013-08-09, by Alexander Plavin
parsers: use a lookup table to convert hex to binary
2013-09-07, by Siddharth Agarwal
revlog: remove _chunkbase since it is no longer used
2013-09-06, by Siddharth Agarwal
revlog: move chunk cache preload from revision to _chunks
2013-09-06, by Siddharth Agarwal
revlog._chunks: inline getchunk
2013-09-06, by Siddharth Agarwal
revlog.revision: fix cache preload for inline revlogs
2013-09-07, by Siddharth Agarwal
revlog: add a fast method for getting a list of chunks
2013-09-06, by Siddharth Agarwal
perfmanifest: allow and require passing in a rev
2013-09-06, by Siddharth Agarwal
perfmanifest: fix cache invalidation
2013-09-06, by Siddharth Agarwal
lrucachedict: implement clear()
2013-09-06, by Siddharth Agarwal
merge with stable
2013-09-07, by Kevin Bullock
bundle: fix performance regression when bundling file changes (issue4031)
stable
2013-09-07, by Antoine Pitrou
merge with stable
2013-09-07, by Kevin Bullock
revset: fix wrong keyword() behaviour for strings with spaces
stable
2013-08-06, by Alexander Plavin
commitablefilectx: move children from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: move parents from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: move __nonzero__ from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: move __init__ from workingfilectx
2013-08-15, by Sean Farley
commitablefilectx: add a class that will be used for mutable file contexts
2013-08-15, by Sean Farley
commitablectx: move dirs from workingctx
2013-08-14, by Sean Farley
commitablectx: move markcommitted from workingctx
2013-08-14, by Sean Farley
commitablectx: move ancestors from workingctx
2013-08-14, by Sean Farley
commitablectx: move walk from workingctx
2013-08-14, by Sean Farley
commitablectx: move ancestor from workingctx
2013-08-14, by Sean Farley
commitablectx: move flags from workingctx
2013-08-14, by Sean Farley
commitablectx: move children from workingctx
2013-08-14, by Sean Farley
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip