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.
peer: introduce real peer classes
2012-07-13, by Peter Arrenbrecht
peer: introduce peer methods to prepare for peer classes
2012-07-13, by Sune Foldager
bookmarks: document behavior of -B/--bookmark in help
2012-07-06, by Augie Fackler
test-bookmarks-pushpull.t: verify correct push -B behavior
2012-07-06, by Augie Fackler
debugrevlog: handle numrevs == numfull case (issue3537)
2012-07-11, by Patrick Mezard
templatekw/help: document the {parents} keyword
2012-07-10, by epriestley
revset: add destination() predicate
2012-07-07, by Matt Harbison
revset: add origin() predicate
2012-07-07, by Matt Harbison
convert: remove unused newnames variable in filemap
2012-07-16, by Patrick Mezard
push: fix bug in detection of remote obsolete support
2012-07-12, by Pierre-Yves David
incoming/outgoing: handle --graph in core
2012-07-11, by Patrick Mezard
log: support --graph without graphlog extension
2012-07-14, by Patrick Mezard
graphlog: extract revset/support functions into cmdutil
2012-07-14, by Patrick Mezard
graphlog: extract ascii drawing code into graphmod
2012-07-11, by Patrick Mezard
patchbomb: rewrite getoutgoing() with revsets
2012-06-24, by Patrick Mezard
patchbomb: support --outgoing and revsets
2012-06-24, by Patrick Mezard
patchbomb: make --outgoing ignore secret changesets
2012-07-14, by Patrick Mezard
merge with stable
2012-07-15, by Matt Mackall
convert: make filemap renames consistently override revision renames
stable
2012-07-06, by Wagner Bruna
obsolete: compute extinct changesets
2012-07-06, by Pierre-Yves David
push: refuse to push unstable changesets without force
2012-07-10, by Pierre-Yves David
obsolete: compute unstable changeset
2012-07-06, by Pierre-Yves David
revset: add an `obsolete` symbol
2012-07-06, by Pierre-Yves David
push: refuse to push obsolete changesets
2012-07-10, by Pierre-Yves David
push: accept revset argument for --rev
2012-07-05, by Pierre-Yves David
check-code: recognise %= as an operator
2012-07-06, by Pierre-Yves David
tests: do exclude what is expected
2012-07-04, by Simon Heimberg
parsers.c: remove warning: 'size' may be used uninitialized in this function
2012-07-06, by Mads Kiilerich
graphlog: remove unused ASCIIDATA constant
2012-07-11, by Patrick Mezard
graphlog: make functions private, fix names
2012-07-11, by Patrick Mezard
graphlog: remove unused get_revs() function
2012-07-11, by Patrick Mezard
localrepo: use file API via vfs while ensuring repository directory
2012-07-06, by FUJIWARA Katsunori
localrepo: use "vfs" intead of "opener" while ensuring repository directory
2012-07-06, by FUJIWARA Katsunori
localrepo: use the path relative to "self.vfs" instead of "path" argument
2012-07-06, by FUJIWARA Katsunori
localrepo: use "self.wvfs.join()" instead of "os.path.join()"
2012-07-06, by FUJIWARA Katsunori
localrepo: use path expansion API via vfs
2012-07-06, by FUJIWARA Katsunori
localrepo: add "vfs" fields to "localrepository" for migration from "opener"
2012-07-06, by FUJIWARA Katsunori
largefiles: optimize status by synchronizing lfdirstate with the largefile on update
2012-07-13, by Na'Tosha Bard
store: abstract out how we retrieve a file's size
2012-06-25, by Bryan O'Sullivan
mq: check subrepo synchronizations against parent of workdir or other appropriate context
2012-06-27, by FUJIWARA Katsunori
mq: create patch file after commit to import diff of ".hgsubstate" at qrefresh
2012-06-27, by FUJIWARA Katsunori
mq: add ".hgsubstate" to patch target list only if it is not listed up yet
2012-06-27, by FUJIWARA Katsunori
backout e7167007c083
2012-07-12, by Matt Mackall
merge with crew-stable
2012-07-12, by Martin Geisler
revert: use term "uncommitted merge" in help text
stable
2012-07-09, by Adrian Buehlmann
histedit: use cmdutil.command decorator
2012-07-06, by Adrian Buehlmann
hgweb: show help with verbose sections included
2012-07-10, by Adrian Buehlmann
merge with crew-stable
2012-07-12, by Martin Geisler
update: mention how update can be used to cancel an uncommitted merge
stable
2012-07-10, by Adrian Buehlmann
update: move help text about parent revision higher up
stable
2012-07-10, by Adrian Buehlmann
rollback: move examples and --force note in help into verbose section
stable
2012-07-11, by Adrian Buehlmann
rollback: split off command example paragraph in help
stable
2012-07-11, by Adrian Buehlmann
subrepo: add missing newline in Git warning message
stable
2012-07-12, by Martin Geisler
merge with main
2012-07-12, by Martin Geisler
Merge
2012-07-11, by Bryan O'Sullivan
localrepo: make requirements and openerreqs mutable by subclasses
2012-07-11, by Bryan O'Sullivan
test-clone: load extensions before doing anything
2012-07-11, by Bryan O'Sullivan
test-clone: load extensions before doing anything
2012-07-11, by Bryan O'Sullivan
revlog: fix for generaldelta distance calculation
2012-07-11, by Friedrich Kastner-Masilko
Merge
2012-07-11, by Bryan O'Sullivan
tests: reduce spurious failures when run with generaldelta
2012-07-11, by Bryan O'Sullivan
histedit: add extension docstring from external README
2012-07-06, by Augie Fackler
histedit: don't crash if the result of fixing up a fold is empty
2012-07-06, by Augie Fackler
histedit: replace hexshort lambda with node.short
2012-07-06, by Augie Fackler
revlog: make compress a method
2012-06-25, by Bryan O'Sullivan
largefiles: batch statlfile requests when pushing a largefiles repo (issue3386)
2012-06-24, by Na'Tosha Bard
obsolete: write obsolete marker inside a transaction
2012-07-04, by Pierre-Yves David
obsolete: append new markers to obsstore file instead of rewriting everything
2012-07-04, by Pierre-Yves David
obsolete: move obsolete markers read/write logic to obsstore object
2012-07-04, by Pierre-Yves David
debugobsolete: remove spurious ctx from variable name
2012-07-11, by Matt Mackall
Merge
2012-07-06, by Bryan O'Sullivan
setup: disable -mno-cygwin if building under mingw32
2012-07-06, by Bryan O'Sullivan
graphlog: don't truncate template value at last \n
2012-07-06, by Mads Kiilerich
graphlog: display obsolete changeset as "x"
2012-07-04, by Pierre-Yves David
obsolete: fix context.obsolete() method
2012-07-04, by Pierre-Yves David
obsolete: fix error message at marker creation
2012-07-04, by Pierre-Yves David
help: explain effect of .hgignore on tracked files
2012-07-02, by Adrian Buehlmann
hgignore: simply ignore all *.exe's everywhere
2012-07-01, by Adrian Buehlmann
tests: ignore pax_global_header in test-subrepo-git.t
2012-07-05, by Mads Kiilerich
tests: remove GNU quoting in test-subrepo-deep-nested-change.t
2012-07-05, by Mads Kiilerich
tests: add '(glob)' for Windows paths in test-subrepo-deep-nested-change.t
2012-07-05, by Mads Kiilerich
check-code: verify that 'saved backup bundle to ...' is '(glob)'ed
2012-07-05, by Mads Kiilerich
tests: fix test markup in test-merge-types.t
2012-07-05, by Mads Kiilerich
test-hgweb-diffs: partially adapt for Windows
2012-07-04, by Adrian Buehlmann
subrepo: propagate matcher to subrepos when archiving
2012-06-16, by Matt Harbison
largefiles: remove a standin check that could never be true
2012-06-18, by Matt Harbison
largefiles: fix the directory structure when archiving a subrepo in a subrepo
2012-06-18, by Matt Harbison
largefiles: fix a traceback when archiving a subrepo in a subrepo
2012-06-17, by Matt Harbison
help: improve hgweb help
2012-06-21, by Mads Kiilerich
convert: keep branch switching merges with ancestors (issue3340)
2012-06-18, by Patrick Mezard
revset: add "diff" field to "matching" keyword
2012-06-13, by Angel Ezquerra
mq: defer command wrapping to extsetup (API)
2012-06-08, by Matt Harbison
revset: ensure we are reversing a list (issue3530)
2012-07-04, by Bryan O'Sullivan
test-keyword: adapt for Windows
2012-07-03, by Adrian Buehlmann
tests: don't use dates before epoch in test-keyword.t
2012-07-04, by Mads Kiilerich
tests: make test-convert-bzr.t more stable
2012-07-04, by Mads Kiilerich
casecollision: add tests
2012-06-27, by Joshua Redstone
dirstate: add dir/file collision test
2012-06-27, by Joshua Redstone
dirstate: factor common update code into _addpath
2012-06-18, by Joshua Redstone
test-subrepo-relative-path: partially adapt for Windows
2012-07-02, by Adrian Buehlmann
tests: make rm of usercache in test-largefiles.t more robust
2012-07-03, by Mads Kiilerich
merge with stable
2012-07-01, by Matt Mackall
merge with crew
2012-07-01, by Matt Mackall
tests: enable test-largefiles.t on Windows MSYS
2012-07-02, by Mads Kiilerich
test-largefiles: partially adapt for Windows
2012-06-30, by Adrian Buehlmann
tests: make histedit pass on Windows MSYS
2012-07-02, by Mads Kiilerich
tests: make histedit tests more resilient to filesystem variation
2012-06-30, by Mads Kiilerich
tests: convert histedit tests to .t
2012-06-30, by Mads Kiilerich
histedit: use stable iteration order for processing bookmarks
2012-06-30, by Mads Kiilerich
Added signature for changeset b013baa3898e
stable
2012-07-01, by Matt Mackall
Added tag 2.2.3 for changeset b013baa3898e
stable
2012-07-01, by Matt Mackall
record: fix display of non-ASCII names
stable
2.2.3
2012-07-01, by Matt Mackall
i18n-pt_BR: synchronized with d63fb1fce977
stable
2012-07-01, by Wagner Bruna
merge with i18n
stable
2012-07-01, by Wagner Bruna
i18n-ja: fix some rst syntax problems
stable
2012-07-01, by FUJIWARA Katsunori
i18n-ja: synchronized with 86a3bb9c5f5c
stable
2012-06-30, by FUJIWARA Katsunori
obsolete: function and method to access some obsolete data
2012-06-06, by Pierre-Yves David
obsolete: exchange obsolete marker over pushkey
2012-06-07, by Pierre-Yves David
debugobsolete: list all obsolete marker if no argument are specified
2012-06-07, by Pierre-Yves David
obsolete: add easy way to iterate over obsolete marker object
2012-06-04, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip