Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
Added signature for changeset 1596f2d8f242
stable
2013-10-20, by Matt Mackall
Added tag 2.8-rc for changeset 1596f2d8f242
stable
2013-10-20, by Matt Mackall
merge default into stable for 2.8 freeze
stable
2.8-rc
2013-10-20, by Matt Mackall
discovery: revise hint message introduced by changeset b00ba31313c3
2013-10-03, by FUJIWARA Katsunori
push: add more detailed explanation about "--force" to online help document
2013-10-03, by FUJIWARA Katsunori
push: hide description about "-f" in the hint to prevent from using it easily
2013-10-03, by FUJIWARA Katsunori
demandimport: allow extensions to import own modules by absolute name
2013-10-05, by FUJIWARA Katsunori
demandimport: support "absolute_import" for external libraries (issue4029)
2013-10-05, by FUJIWARA Katsunori
hghave: add "py3k" feature to check whether test runs with Python 3.x
2013-10-05, by FUJIWARA Katsunori
hghave: add "absimport" feature to check "absolute_import" in __future__
2013-10-05, by FUJIWARA Katsunori
merge: exit early during a no-op update (BC)
2013-10-01, by Siddharth Agarwal
localrepo: invoke only feature setup functions for enabled extensions
2013-10-17, by FUJIWARA Katsunori
lock: handle race in trylock/testlock on Windows
2013-10-02, by Yuya Nishihara
rebase: preserve active bookmark when not at head (issue3813)
2013-10-14, by Pierre-Yves David
rebase: preserve working directory parent (BC)
2013-10-14, by Pierre-Yves David
tests: prepare rebase test for wc parent preservation
2013-10-14, by Pierre-Yves David
tests: test-gendoc.t checks if anything was translated
2013-10-18, by Simon Heimberg
tests: really test translations for rst syntax errors (issue4003)
2013-10-18, by Simon Heimberg
i18n: fix wrong rst syntax
2013-10-18, by Simon Heimberg
i18n-ru: fix the language team field
2013-10-19, by Matt Mackall
commands: refactor 'serve', extract the http service class
2013-10-10, by Mads Kiilerich
largefiles: refactor basestore, extract _gethash method
2013-10-10, by Mads Kiilerich
largefiles: make the protocol hack for replacing heads with lheads more precise
2013-10-10, by Mads Kiilerich
mq: refactor usage of repo.branchmap().iteritems() with itervalues()
2013-04-01, by Brodie Rao
merge with stable
2013-10-19, by Matt Mackall
merge with i18n
stable
2013-10-19, by Matt Mackall
i18n-ru: synchronized with 1aaefba2a3a9
stable
2013-10-10, by Alexander Sauta
i18n-ru: fix misprints
stable
2013-08-27, by Vladimir Zakharov
shelve: some docstring cleanups
2013-10-16, by Augie Fackler
dirstate.status: return explicit unknown files even when not asked
2013-10-14, by Siddharth Agarwal
shelve: add minimal documentation to all functions
2013-10-14, by Pierre-Yves David
shelve: use the class constant in the clear method
2013-10-14, by Pierre-Yves David
hgweb: fix unstoppable loading of graph when no more results
2013-10-12, by Alexander Plavin
hgweb: remove now unnecessary explicit header() and footer()
2013-07-24, by Alexander Plavin
hgweb: replace 'shortlog' with 'changelog' in raw changelog template
2013-08-16, by Alexander Plavin
shelve: drop pickle usage
2013-10-14, by Pierre-Yves David
store: use "vfs.exists()" instead of "os.path.exists()"
2013-10-15, by FUJIWARA Katsunori
context: use "vfs.lstat()" to examine target path instead of "os.path.*"
2013-10-15, by FUJIWARA Katsunori
context: use "vfs.lstat()" instead of "os.lstat()"
2013-10-15, by FUJIWARA Katsunori
context: use "vfs.lstat()" instead of "os.lstat()"
2013-10-15, by FUJIWARA Katsunori
changelog: use "vfs.fstat()" instead of "util.fstat()"
2013-10-15, by FUJIWARA Katsunori
changelog: use "vfs.rename()" instead of "util.rename()"
2013-10-15, by FUJIWARA Katsunori
vfs: add "open()" for newly added code paths which open files via vfs
2013-10-15, by FUJIWARA Katsunori
bookmarks: use "vfs.utime()" instead of "os.utime()"
2013-10-15, by FUJIWARA Katsunori
bookmarks: use "vfs.unlink()" instead of "util.unlink()"
2013-10-15, by FUJIWARA Katsunori
cmdutil: use None as default value for "function pointer" instead of False
2013-10-03, by Mads Kiilerich
graft: make skip messages more helpful
2013-10-03, by Mads Kiilerich
convert: update source shamap when using filemap, just as when not using filemap
2013-10-03, by Mads Kiilerich
convert: introduce hg.revs to replace hg.startrev and --rev with a revset
2013-07-20, by Mads Kiilerich
convert: refactor head calculation for hg sources
2013-10-03, by Mads Kiilerich
convert: remove unused and incorrect default handling for revmapfile
2013-07-19, by Mads Kiilerich
generaldelta: fix test
2013-09-30, by Wojciech Lopata
shelve: fix dirstate corruption during unshelve (issue4055)
2013-10-11, by Durham Goode
merge with stable
2013-10-09, by Matt Mackall
shelve: only save mq state if enabled
2013-10-09, by Sean Farley
changegroup: don't run changegroup hooks if nodes are gone
2013-10-07, by Durham Goode
hgweb: add escaping of tags and bookmarks in graph view
stable
2013-10-09, by Matt Mackall
json: add more paranoid escaping
stable
2013-10-09, by Matt Mackall
shelve: make no_backup parameter passing python 2.4 compatible
2013-10-02, by David Soria Parra
ui: send password prompts to stderr again (issue4056)
stable
2013-10-09, by Matt Mackall
hgweb: escape branch names in graph view
stable
2013-10-07, by Matt Mackall
test: make test-propertycache.py python2.4 compatible
stable
2013-10-02, by Pierre-Yves David
hgweb: log headers only if headers were successfully parsed
stable
2013-10-01, by David Soria Parra
merge with stable
2013-10-07, by Augie Fackler
patch: Fix nullid for binary git diffs (issue4054)
stable
2013-10-07, by Johan Bjork
shelve: copy bookmarks and restore them after a commit
2013-10-03, by David Soria Parra
check-code: check that '>' is used for continued lines
2013-10-03, by Mads Kiilerich
check-code: check for spaces around = for named parameters
2013-10-03, by Mads Kiilerich
run-tests: place the .t shell script next to $TESTTMP and with a useful name
2013-10-03, by Mads Kiilerich
tests: fix void and invalid test in test-archive.t
2013-10-03, by Mads Kiilerich
inotify: don't pass pidfile option to child
2013-10-02, by Siddharth Agarwal
cmdutil.service: move pidfile writing to the parent in daemon mode
2013-10-02, by Siddharth Agarwal
cmdutil.service: move pidfile writing to a local function
2013-10-02, by Siddharth Agarwal
inotify: add pidfile to parent options
2013-10-02, by Siddharth Agarwal
get-with-headers: don't block indefinitely if the server had an internal error
2013-10-02, by Javi Merino
convert: fix description of 'convert --rev'
2013-07-19, by Mads Kiilerich
convert: fix crash when existing converted revision didn't come from source
2013-10-02, by Mads Kiilerich
convert: fix crash when filemap filtering is changed
2013-10-02, by Mads Kiilerich
rebase: preserve metadata from grafts of changes (issue4001)
2013-10-01, by Augie Fackler
rebase: rework extrafn handling to support multiple extrafns
2013-10-01, by Augie Fackler
hgweb: call process_dates with a specified selector in ajax scroll
2013-09-06, by Alexander Plavin
hgweb: add parentSelector argument to process_dates
2013-09-06, by Alexander Plavin
hgweb: optimize process_dates function
2013-09-06, by Alexander Plavin
shelve: allow shelving of a change with an mq patch applied
2013-08-29, by David Soria Parra
shelve: new output format for shelve listings
2013-10-01, by David Soria Parra
shelve: add a shelve extension to save/restore working changes
2013-08-29, by David Soria Parra
localrepo: make report level in repo.transaction configurable
2013-10-01, by David Soria Parra
merge with stable
2013-10-01, by Matt Mackall
Added signature for changeset e7fa36d2ad3a
stable
2013-10-01, by Matt Mackall
Added tag 2.7.2 for changeset e7fa36d2ad3a
stable
2013-10-01, by Matt Mackall
rebase: catch RepoLookupError at restoring rebase state for summary
stable
2.7.2
2013-10-01, by FUJIWARA Katsunori
rebase: catch RepoLookupError at restoring rebase state for abort/continue
stable
2013-10-01, by FUJIWARA Katsunori
histedit: suggest "histedit --abort" for inconsistent histedit state
stable
2013-10-01, by FUJIWARA Katsunori
repoview: have unfilteredpropertycache using the underlying cache
stable
2013-09-30, by Pierre-Yves David
repoview: make propertycache.setcache compatible with repoview
stable
2013-09-30, by Pierre-Yves David
i18n-pt_BR: synchronized with 1aaefba2a3a9
stable
2013-10-01, by Wagner Bruna
merge with stable
2013-10-01, by Matt Mackall
histedit: add more detailed help about "--outgoing"
stable
2013-10-01, by FUJIWARA Katsunori
histedit: abort if there are multiple roots in "--outgoing" revisions
stable
2013-10-01, by FUJIWARA Katsunori
discovery: abort also when pushing multiple headed new branch
2013-10-01, by FUJIWARA Katsunori
branchmap: stop looking for stripped branch
2013-09-30, by Pierre-Yves David
branchmap: remove the droppednodes logic
2013-09-30, by Pierre-Yves David
branchmap: fix blank line position
2013-09-30, by Pierre-Yves David
histedit: add more detailed help about "--outgoing"
2013-10-01, by FUJIWARA Katsunori
histedit: abort if there are multiple roots in "--outgoing" revisions
2013-10-01, by FUJIWARA Katsunori
hgweb: eliminate extra complexity in process_dates definition
2013-09-06, by Alexander Plavin
util.h: backout 06badf7d10dc and 2c9645c0a582 for big-endian breakage
2013-09-30, by Siddharth Agarwal
merge with stable
2013-09-30, by Matt Mackall
i18n-de: fix record prompt (issue4044)
stable
2013-09-30, by Martin Schröder
i18n-de: synchronized with bd5c1b49d106
stable
2013-09-30, by Martin Schröder
i18n-pt_BR: synchronized with bd5c1b49d106
stable
2013-09-24, by Wagner Bruna
strip: bring extension description in line with style and copy-edit
2013-09-27, by Kevin Bullock
strip: rename test-mq-strip into test-strip
2013-09-26, by Pierre-Yves David
mq: extract strip function as its standalone extension (issue3824)
2013-09-26, by Pierre-Yves David
strip: move the strip helper function for mq to strip
2013-09-26, by Pierre-Yves David
strip: move checklocalchanges from mq to strip
2013-09-26, by Pierre-Yves David
strip: move checksubstate from mq to strip
2013-09-26, by Pierre-Yves David
mq: prepare a strip extension for extraction
2013-09-26, by Pierre-Yves David
histedit: remove unused parents() call
2013-09-26, by David Soria Parra
mq: have the strip command functionnal on repo without mq
2013-09-25, by Pierre-Yves David
mq: extract `mq.queue.strip`
2013-09-25, by Pierre-Yves David
mq: drop the use of mq.queue.qparent in mq.queue.strip
2013-09-25, by Pierre-Yves David
mq: drop the use of mq.queue.qparent in mq.strip
2013-09-25, by Pierre-Yves David
mq: document repo.mq.qparents
2013-09-25, by Pierre-Yves David
mq: use the new checklocalchange in the strip command
2013-09-25, by Pierre-Yves David
mq: extract checklocalchanges from `mq.queue`
2013-09-25, by Pierre-Yves David
mq: extract checksubstate from the queue class
2013-09-25, by Pierre-Yves David
mq: simplifies the refresh hint in checklocalchanges
2013-09-25, by Pierre-Yves David
merge: let the user choose to merge, keep local or keep remote subrepo revisions
2013-09-06, by Angel Ezquerra
python2.4: fix imports of sub-packages of the email package
2013-09-24, by Augie Fackler
httpconnection: properly inject ssl_wrap_socket into httpclient (issue4038)
2013-09-20, by Augie Fackler
sslutil: make keyfile and certfile arguments consistent between 2.6+ and 2.5-
2013-09-20, by Augie Fackler
httpclient: import 4bb625347d4a to provide SSL wrapper injection
2013-09-20, by Augie Fackler
sslutil: add a config knob to support TLS (default) or SSLv23 (bc) (issue4038)
2013-09-19, by Augie Fackler
largefiles: standardize error message for dirty working dir
2013-09-23, by Siddharth Agarwal
cmdutil.bailifchanged: standardize error message for dirty working dir
2013-09-23, by Siddharth Agarwal
merge: standardize error message for dirty subrepo
2013-09-23, by Siddharth Agarwal
merge: standardize error message for dirty working dir
2013-09-23, by Siddharth Agarwal
update: standardize error message for dirty update --check
2013-09-23, by Siddharth Agarwal
update: improve error message for dirty non-linear update with rev
2013-09-23, by Siddharth Agarwal
update: add error message for dirty non-linear update with no rev
2013-09-23, by Siddharth Agarwal
update: improve error message for clean non-linear update
2013-09-23, by Siddharth Agarwal
pull: for pull --update with failed update, print hint if any
2013-09-23, by Siddharth Agarwal
paper: edit search hint to include new feature description
2013-09-06, by Alexander Plavin
paper: define searchhint message in map file and use it in other templates
2013-07-25, by Alexander Plavin
debugshell: appease pyflakes
2013-09-23, by Matt Mackall
check-code: new rule to forbid imports of a.b on the same line as other imports
2013-09-20, by Augie Fackler
notify: correct import of email module, sort stdlib modules to top
2013-09-20, by Augie Fackler
patchbomb: correct import of email module
2013-09-20, by Augie Fackler
mail: correct import of email module
2013-09-20, by Augie Fackler
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
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip