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.
patchbomb: includes a unique series ID in email header
2014-05-05, by Pierre-Yves David
color: add parenthesis to help readability
2014-05-30, by Pierre-Yves David
status: document the content of the returned tuple in the docstring
2014-05-31, by Pierre-Yves David
resolve: fix grammar of no matching files message
2014-06-09, by Matt Mackall
merge with stable
2014-06-09, by Matt Mackall
bash_completion: add -l|--list support for shelve
2014-06-06, by Sean Farley
workingctx: duplicate status list received at _poststatus hook
2014-05-31, by Yuya Nishihara
patch: replace functions in fsbackend to use vfs
2014-06-05, by Chinmay Joshi
vfs: add unlinkpath to vfs
2014-06-05, by Chinmay Joshi
shelve: add option combination tests for refactoring in succeeding patch
2014-06-05, by FUJIWARA Katsunori
qfold: allow to specify '--message/'--logfile' and '--edit' at the same time
2014-06-01, by FUJIWARA Katsunori
qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same time
2014-06-01, by FUJIWARA Katsunori
backout: accept '--edit' like other commands creating new changeset
2014-06-01, by FUJIWARA Katsunori
gpg: accept '--edit' like other commands creating new changeset
2014-06-01, by FUJIWARA Katsunori
memfilectx: add a size method
2014-06-03, by Sean Farley
resolve: keep wlock while resolving
stable
2014-05-26, by Mads Kiilerich
keyword: suppress keyword expansion while 'hg fetch' for internal merge
stable
2014-06-05, by FUJIWARA Katsunori
keyword: suppress keyword expansion while 'hg histedit' for internal merge
stable
2014-06-05, by FUJIWARA Katsunori
keyword: suppress keyword expansion while 'hg backout' for internal merge
stable
2014-06-05, by FUJIWARA Katsunori
keyword: suppress keyword expansion while 'hg graft' for internal merge
stable
2014-06-05, by FUJIWARA Katsunori
keyword: suppress keyword expansion while 'hg rebase' for internal merge
stable
2014-06-05, by FUJIWARA Katsunori
keyword: suppress keyword expansion while 'hg unshelve' for internal merge
stable
2014-06-05, by FUJIWARA Katsunori
merge with stable
2014-06-01, by Matt Mackall
Added signature for changeset 269c80ee5b3c
stable
2014-06-01, by Matt Mackall
Added tag 3.0.1 for changeset 269c80ee5b3c
stable
2014-06-01, by Matt Mackall
merge with i18n
stable
3.0.1
2014-06-01, by Matt Mackall
localrepo: prevent leak of transaction object (issue4258)
stable
2014-05-21, by Gregory Szorc
i18n-ja: synchronized with 9e12579369f1
stable
2014-05-30, by FUJIWARA Katsunori
i18n-zh_TW: set Language header
stable
2014-05-07, by Martin Geisler
i18n-de: translation improvement for gpg extension
stable
2014-05-07, by Jakob Krainz
bundlerepo: backout dbf292f65b09
2014-05-30, by Matt Mackall
merge: drop the quotes around commit description
2014-05-26, by Pierre-Yves David
memfilectx: remove path since it is now inherited
2013-08-15, by Sean Farley
memfilectx: remove __str__ since it is now inherited
2013-08-15, by Sean Farley
memfilectx: remove __nonzero__ since it is now inherited
2013-08-15, by Sean Farley
memfilectx: call super.__init__ instead of duplicating code
2013-08-15, by Sean Farley
memfilectx: inherit from committablefilectx
2013-08-15, by Sean Farley
memctx: remove parents since it is now inherited
2013-08-15, by Sean Farley
memctx: remove flags since it is now inherited
2013-08-15, by Sean Farley
memctx: remove extra since it is now inherited
2013-08-15, by Sean Farley
memctx: remove branch since it is now inherited
2013-08-15, by Sean Farley
memctx: remove clean since it is now inherited
2014-05-28, by Sean Farley
memctx: remove ignored since it is now inherited
2014-05-28, by Sean Farley
memctx: remove unknown since it is now inherited
2014-05-28, by Sean Farley
memctx: remove deleted since it is now inherited
2013-08-15, by Sean Farley
memctx: remove removed since it is now inherited
2013-08-15, by Sean Farley
memctx: remove added since it is now inherited
2013-08-15, by Sean Farley
memctx: remove modified since it is now inherited
2013-08-15, by Sean Farley
memctx: remove files since it is now inherited
2013-08-15, by Sean Farley
memctx: remove description since it is now inherited
2013-08-15, by Sean Farley
memctx: remove date since it is now inherited
2013-08-15, by Sean Farley
memctx: remove user since it is now inherited
2013-08-15, by Sean Farley
memctx: remove p2 since it is now inherited
2013-08-15, by Sean Farley
memctx: remove p1 since it is now inherited
2013-08-15, by Sean Farley
memctx: remove __getitem__ since it is now inherited
2013-08-15, by Sean Farley
memctx: remove __nonzero__ since it is now inherited
2013-08-15, by Sean Farley
memctx: remove __int__ since it is now inherited
2013-08-15, by Sean Farley
memctx: remove __str__ since it is now inherited
2013-08-15, by Sean Farley
memctx: call super.__init__ instead of duplicating code
2013-08-15, by Sean Farley
memctx: inherit from committablectx
2013-08-15, by Sean Farley
committablectx: fix _manifest doc string
2014-04-29, by Sean Farley
context: fix wrong indentation from renaming method
2014-05-29, by Sean Farley
push: use bundle2 to push phases when available
2014-05-27, by Pierre-Yves David
pushkey: add an ``encode`` function
2014-05-29, by Pierre-Yves David
bundle2: add ``pushkey`` support
2014-05-27, by Pierre-Yves David
pushkey: add a ``decode`` function
2014-05-29, by Pierre-Yves David
pull: when remote supports it, pull phase data alongside changesets
2014-05-27, by Pierre-Yves David
getbundle: support of listkeys argument when bundle2 is used
2014-05-27, by Pierre-Yves David
getbundle: raise error if extra arguments are provided for bundle10
2014-05-29, by Pierre-Yves David
bundle: introduce a listkey handler
2014-05-27, by Pierre-Yves David
pull: split remote phases retrieval from actual application
2014-05-27, by Pierre-Yves David
wireproto: use pushkey.decodekey
2014-05-27, by Pierre-Yves David
pushkey: introduce an ``decodekeys`` function
2014-05-27, by Pierre-Yves David
wireproto: use pushkey.encodekey
2014-05-27, by Pierre-Yves David
pushkey: introduce an ``encodekeys`` function
2014-05-27, by Pierre-Yves David
bundle2: add more phase movement in the test
2014-05-27, by Pierre-Yves David
bundle2: use non-publishing repo in test
2014-05-27, by Pierre-Yves David
bundle2: use a smarter template for test
2014-05-27, by Pierre-Yves David
getbundle: declare type of parameters
2014-05-22, by Pierre-Yves David
bundle2: introduce a ``caps20to10`` function
2014-05-22, by Pierre-Yves David
bundle2: introduce a bundle2caps function
2014-05-24, by Pierre-Yves David
exchange: reinsert comment in the right place
2014-05-22, by Pierre-Yves David
docker: check for docker.io first
2014-05-29, by Matt Mackall
buildrpm: include release version in .tar.gz name
2014-05-20, by Mads Kiilerich
buildrpm: remove prompt for uncommitted changes - it was a bad idea
2014-05-15, by Mads Kiilerich
buildrpm: collect code for building local hg and using it in one place
2014-05-15, by Mads Kiilerich
buildrpm: various minor cleanup
2014-05-20, by Mads Kiilerich
fix_bytes: loosen blacklist matching requirements
2014-05-10, by Gregory Szorc
convert: only consider shamap revisions converted if they still exists
2014-05-19, by Mads Kiilerich
convert: introduce hascommitfrommap sink method
2014-05-19, by Mads Kiilerich
convert: rename sink hascommit to hascommitforsplicemap
2014-05-19, by Mads Kiilerich
tests: better tests for two-way convert
2014-05-19, by Mads Kiilerich
mergetools.hgrc: add minimal configuration for editmerge
2014-05-29, by Pierre-Yves David
merge with stable
2014-05-29, by Matt Mackall
convert: drastically speed up git conversions
2014-05-27, by David Schleimer
vim: use try catch in vim plugin to avoid conflicts
2014-05-03, by Ali Vakilzade
bundle2: raise BundleValueError error for stream level unsupported params
2014-05-28, by Pierre-Yves David
bundle2: support None parttype in BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: ignore advisory part with unknown parameters
2014-05-27, by Pierre-Yves David
bundle2: enforce all parameters in a part to be handled
2014-05-27, by Pierre-Yves David
bundle2: declare supported parameters for all handlers
2014-05-28, by Pierre-Yves David
bundle2: make it possible to declare params handled by a part handler
2014-05-27, by Pierre-Yves David
bundle2: support transmission of params error over the wire
2014-05-28, by Pierre-Yves David
bundle2: introduce a ``params`` attribute to BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: introduce a parttype attribute to BundleValueError
2014-05-28, by Pierre-Yves David
bundle2: rename b2x:error:unknownpart to b2x:error:unsupportedcontent
2014-05-27, by Pierre-Yves David
bundle2: move exception classes into the error module
2014-05-28, by Pierre-Yves David
bundle2: rename UnknownPartError to BundleValueError
2014-05-28, by Pierre-Yves David
context: explicitly return a tuple
2014-05-27, by Sean Farley
wireproto: expose the list of getbundle arguments to extensions
stable
2014-05-22, by Pierre-Yves David
run-tests: write .err files earlier
2014-05-27, by Gregory Szorc
run-tests: exit with non-0 exit code when tests fail or warn
2014-05-27, by Gregory Szorc
bundle2: expose mandatory params in a mandatorykeys attribute
2014-05-23, by Pierre-Yves David
bundle2: use the new ``part.params`` dictionary
2014-05-26, by Pierre-Yves David
bundle2: introduce a ``params`` dictionary on unbundled parts
2014-05-23, by Pierre-Yves David
bundle2: make sure unbundled part param are read-only
2014-05-23, by Pierre-Yves David
bundle2: introduce an ``_initparams`` method
2014-05-28, by Pierre-Yves David
bundle2: forbid duplicate parameter keys
2014-05-22, by Pierre-Yves David
bundle2: update part creators to ``addparam`` when relevant
2014-05-23, by Pierre-Yves David
bundle2: introduce a ``addparam`` method on part
2014-05-22, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip