Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
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
commitablectx: move hidden from workingctx
2013-08-14, by Sean Farley
commitablectx: move phase from workingctx
2013-08-14, by Sean Farley
commitablectx: move bookmarks from workingctx
2013-08-14, by Sean Farley
commitablectx: move tags from workingctx
2013-08-14, by Sean Farley
commitablectx: move extra from workingctx
2013-08-14, by Sean Farley
commitablectx: move closesbranch from workingctx
2013-08-14, by Sean Farley
commitablectx: move branch from workingctx
2013-08-14, by Sean Farley
commitablectx: move clean from workingctx
2013-08-14, by Sean Farley
commitablectx: move ignored from workingctx
2013-08-14, by Sean Farley
commitablectx: move unknown from workingctx
2013-08-14, by Sean Farley
commitablectx: move deleted from workingctx
2013-08-14, by Sean Farley
commitablectx: move removed from workingctx
2013-08-14, by Sean Farley
commitablectx: move added from workingctx
2013-08-14, by Sean Farley
commitablectx: move modified from workingctx
2013-08-14, by Sean Farley
commitablectx: move files from workingctx
2013-08-14, by Sean Farley
commitablectx: move description from workingctx
2013-08-14, by Sean Farley
commitablectx: move date from workingctx
2013-08-14, by Sean Farley
commitablectx: move _date from workingctx
2013-08-15, by Sean Farley
commitablectx: move user from workingctx
2013-08-14, by Sean Farley
commitablectx: move _user from workingctx
2013-08-15, by Sean Farley
commitablectx: move status from workingctx
2013-08-14, by Sean Farley
commitablectx: move _status from workingctx
2013-08-14, by Sean Farley
commitablectx: move _manifest from workingctx
2013-08-14, by Sean Farley
commitablectx: move _flagfunc from workingctx
2013-08-14, by Sean Farley
commitablectx: move _buildflagfunc from workingctx
2013-08-14, by Sean Farley
commitablectx: move __contains__ from workingctx
2013-08-14, by Sean Farley
commitablectx: move __nonzero__ from workingctx
2013-08-14, by Sean Farley
commitablectx: move __str__ from workingctx
2013-08-14, by Sean Farley
commitablectx: move __init__ from workingctx
2013-08-14, by Sean Farley
commitablectx: add a class that will be used as a parent of mutable contexts
2013-08-14, by Sean Farley
workingfilectx: remove unneeded __repr__ since it is now inherited
2013-08-14, by Sean Farley
workingfilectx: remove bogus comment
2013-08-15, by Sean Farley
workingfilectx: remove __str__ manifest since it is now inherited
2013-08-15, by Sean Farley
basefilectx: use basectx __str__ instead of duplicating logic
2013-08-15, by Sean Farley
workingctx: remove unneeded manifest since it is now inherited
2013-08-14, by Sean Farley
workingctx: remove unneeded __repr__ since it is now inherited
2013-08-14, by Sean Farley
hgweb: import the whole util module in webcommands instead of just one function
2013-09-03, by Alexander Plavin
hgweb: add string constants for search mode names
2013-09-04, by Alexander Plavin
addremove: don't do full walks
2013-09-04, by Siddharth Agarwal
merge with mpm
2013-09-05, by Augie Fackler
merge with mpm
2013-09-03, by Augie Fackler
pack_dirstate: only invalidate mtime for files written in the last second
2013-08-17, by Siddharth Agarwal
dirstate.status: don't ignore symlink placeholders in the normal set
2013-08-31, by Siddharth Agarwal
localrepo.status: ignore empty symlink placeholders
2013-08-31, by Siddharth Agarwal
merge with stable
2013-09-03, by Matt Mackall
Added signature for changeset 335a558f81dc
stable
2013-09-03, by Matt Mackall
Added tag 2.7.1 for changeset 335a558f81dc
stable
2013-09-03, by Matt Mackall
tags: write tag overwriting history also into tag cache file (issue3911)
stable
2.7.1
2013-08-28, by FUJIWARA Katsunori
merge with stable
2013-09-03, by Matt Mackall
histedit: add description about "histedit --outgoing" to command help
stable
2013-08-26, by FUJIWARA Katsunori
histedit: add description about basic histedit function to command help
stable
2013-08-26, by FUJIWARA Katsunori
rebase: handle bookmarks matching revset function names (issue3950)
stable
2013-09-03, by Bryan O'Sullivan
rebase: handle bookmarks matching revset function names (issue3950)
2013-09-03, by Bryan O'Sullivan
dispatch: add ability to specify a custom pdb module as a debugger
2013-07-25, by Sean Farley
dispatch: move command line --config argument parsing to _runcatch()
2013-07-13, by Sean Farley
mq: update subrepos when applying / unapplying patches that change .hgsubstate
2013-08-13, by Angel Ezquerra
subrepo: make submerge() return the merged substate
2013-08-21, by Angel Ezquerra
mq: look for modified subrepos when checking for local changes
2013-08-06, by Angel Ezquerra
localrepo: get value from the unfiltered caches should check if the attribute existed.
2013-08-07, by Wei, Elson
hgweb: always run search when a query is entered (bc)
2013-07-19, by Alexander Plavin
hgweb: search() function supports direct pointing to revision
2013-07-19, by Alexander Plavin
hgweb: pass arguments which a function depends on explicitly in search
2013-08-22, by Alexander Plavin
hgweb: add dynamic search function selection, depending on the query
2013-08-22, by Alexander Plavin
unionrevlog: extract 'baserevision' and 'baserevdiff' methods
2013-08-26, by Wojciech Lopata
bundlerevlog: extract 'baserevision' method
2013-08-26, by Wojciech Lopata
solaris: tests can't use tail -n
2013-08-26, by Danek Duvall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip