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 2d8cd3d0e83c
stable
2014-07-01, by Matt Mackall
Added tag 3.0.2 for changeset 2d8cd3d0e83c
stable
2014-07-01, by Matt Mackall
merge with i18n
stable
3.0.2
2014-07-01, by Matt Mackall
i18n-pt_BR: synchronized with a4b67bf1f0a5
stable
2014-06-30, by Wagner Bruna
i18n-ja: synchronized with a4b67bf1f0a5
stable
2014-06-30, by FUJIWARA Katsunori
rebase: fix bug that caused transitive copy records to disappear (issue4192)
stable
2014-06-07, by Augie Fackler
cmdutil: add copy-filtering support to duplicatecopies
stable
2014-06-07, by Augie Fackler
dispatch: handle empty IOError args
2014-07-01, by Matt Mackall
repoview: do not crash when localtags refers to non existing revisions
stable
2014-06-29, by Angel Ezquerra
templater: add symbol to error
2014-06-12, by Ryan McElroy
templater: introduce startswith function
2014-06-12, by Ryan McElroy
templatefilter: add splitlines function
2014-06-12, by Ryan McElroy
serve: tidy up indent level of repository not found message
2014-05-01, by Yuya Nishihara
serve: inline checkrepo() that is used only when --stdio is specified
2014-05-01, by Yuya Nishihara
serve: make sure to print "listening at" message immediately
2014-06-28, by Yuya Nishihara
merge with stable
2014-06-27, by Matt Mackall
match: make glob '**/' match the empty string
stable
2014-06-25, by Siddharth Agarwal
tags: read tag info into a sorted dict (rather than into a regular dict)
2014-02-23, by Angel Ezquerra
config: move config.sortdict class into util
2014-02-23, by Angel Ezquerra
hg: add support for HGUNICODEPEDANTRY environment variable
2014-06-23, by Augie Fackler
dirstate.status: assign members one by one instead of unpacking the tuple
2014-05-27, by Siddharth Agarwal
dirstate.status: assign members one by one instead of unpacking the tuple
2014-05-27, by Siddharth Agarwal
parsers: inline fields of dirstate values in C version
2014-05-27, by Siddharth Agarwal
dirstate: add dirstatetuple to create dirstate values
2014-05-27, by Siddharth Agarwal
parsers: remove no longer used dirstate_unset
2014-05-27, by Siddharth Agarwal
pack_dirstate: in C version, for invalidation set dict to what we write to disk
2014-05-27, by Siddharth Agarwal
record: update comment to match code
2014-06-26, by Jordi GutiƩrrez Hermoso
hg: update newly added listdir function of vfs in clone
2014-06-21, by Chinmay Joshi
hg: use vfs functions in clone
2014-06-21, by Chinmay Joshi
hg: update util.writefile method to use write with vfs in share
2014-06-21, by Chinmay Joshi
hg: update to use vfs functions in shared destination repository
2014-06-21, by Chinmay Joshi
hg: use vfs functions in destination repository with share
2014-06-21, by Chinmay Joshi
vfs: add listdir for os.listdir in vfs
2014-06-20, by Chinmay Joshi
templater: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
hook: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
help: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
extensions: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
fancyopts: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
gendoc: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
check-seclevel: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
check-code: drop ban on callable() which was restored in Python 3.2
2014-06-23, by Augie Fackler
diff: add nobinary config to suppress git-style binary diffs
2014-06-21, by Stephen Lee
branchmap: don't use ui.warn for debug message
2014-06-23, by Matt Mackall
branch: add debug message for branch cache write failure
2014-06-23, by Matt Mackall
record: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
mq: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
largefiles: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
keyword: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
hgk: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
graphlog: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
extdiff: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
children: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
churn: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
commands: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
cmdutil: support inferrepo in command decorator
2014-05-04, by Gregory Szorc
keyword: define optionalrepo in command decorator
2014-05-04, by Gregory Szorc
commands: define optionalrepo in command decorator
2014-05-04, by Gregory Szorc
cmdutil: add optionalrepo argument to command decorator
2014-05-04, by Gregory Szorc
tests: define norepo in command decorator
2014-05-04, by Gregory Szorc
share: define norepo in command decorator
2014-05-04, by Gregory Szorc
mq: define norepo in command decorator
2014-05-04, by Gregory Szorc
largefiles: define norepo in command decorator
2014-05-04, by Gregory Szorc
convert: define norepo in command decorator
2014-05-04, by Gregory Szorc
commands: define norepo in command decorator
2014-05-04, by Gregory Szorc
commands: add norepo argument to command decorator
2014-05-04, by Gregory Szorc
cmdutil: better document command()
2014-05-04, by Gregory Szorc
convert: update the transplant, rebase and graft references in 'extra'
2014-06-11, by Matt Harbison
merge with stable
2014-06-18, by Matt Mackall
run-tests: hold iolock across diff/prompt when interactive
2014-06-18, by Matt Mackall
bookmarks: improve the bookmark help (issue4244)
2014-06-18, by Matt Mackall
push: restore contents of HG_URL for hooks (issue4268)
stable
2014-06-18, by Matt Mackall
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239)
stable
2014-06-18, by Matt Mackall
hgweb: avoid initialization race (issue4280)
stable
2014-06-16, by Matt Mackall
p4: accept changesets with no description (issue4282)
stable
2014-06-16, by Matt Mackall
merge with stable
2014-06-14, by Matt Mackall
test-run-tests.t: test the --nodiff option
2014-05-30, by Pierre-Yves David
test-run-tests.t: test the --interactive option
2014-05-30, by Pierre-Yves David
run-tests: fixes the '--interactive' option error
2014-06-13, by anuraggoel
run-tests: checks behaviour of test on failure while testing
2014-06-13, by anuraggoel
revlog: fix check-code error
stable
2014-06-14, by Matt Mackall
merge with stable
2014-06-13, by Matt Mackall
revlog: hold a private reference to self._cache
stable
2014-06-13, by Matt Mackall
revlog: make _chunkcache access atomic
stable
2014-06-13, by Matt Mackall
tests: cat error messages are different on Solaris
stable
2014-06-09, by Danek Duvall
error: restore python 2.4 compatibility for BundleValueError
2014-06-10, by Brendan Cully
i18n: explicitly decode paragraphs
2014-06-12, by Matt Mackall
minirst: explicitly decode substitutions
2014-06-13, by Matt Mackall
test-run-tests.t: tests --jobs option
2014-05-30, by Pierre-Yves David
test-run-tests.t: test --debug option
2014-05-30, by Pierre-Yves David
test-run-tests.t: test selection of testfile from the command line
2014-05-30, by Pierre-Yves David
test-run-tests.t: tests the --retest option
2014-05-30, by Pierre-Yves David
run-tests: fixes the number of tests ran when '--retest' is enabled
2014-06-12, by anuraggoel
run-tests: skipped test should not produce 'i' mark while retesting
2014-06-12, by anuraggoel
test-run-tests.t: test running a failing test
2014-05-30, by Pierre-Yves David
run-tests: filter whitespace at end of error diffs
2014-06-13, by Matt Mackall
run-tests: produce '!' mark after running a failing test
2014-06-12, by anuraggoel
run-tests: produce error on running a failing test
2014-06-12, by anuraggoel
test-run-tests.t: test running a passing test
2014-05-30, by Pierre-Yves David
run-tests: don't check for the mercurial library used when using --with-hg
2014-06-10, by Pierre-Yves David
test: introduce test-run-tests.t
2014-05-30, by Pierre-Yves David
tests: comment the main purpose of ``test-unified-test.t``
2014-05-30, by Pierre-Yves David
parsers.c: fix a couple of memory leaks
stable
2014-06-11, by Danek Duvall
tests: rename ``test-run-tests.t`` to ``test-unified-test.t``
2014-05-30, by Pierre-Yves David
wireproto: rephrase the error message for unknown getbundle parameters
2014-05-27, by Pierre-Yves David
patchbomb: reorder header insertions to clarify code
2014-06-07, by Augie Fackler
patchbomb: always use message-id of first patch for series-id
2014-06-07, by Augie Fackler
test-patchbomb: normalize glob lines and record their construction
2014-06-07, by Augie Fackler
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
bundle2: the ability to set ``data`` attribute of the part is now official
2014-05-22, by Pierre-Yves David
bundle2: introduce a ReadOnlyPartError exception
2014-05-24, by Pierre-Yves David
bundle2: warn about error during initialization in ``newpart`` docstring
2014-05-23, by Pierre-Yves David
bundle2: track life cycle of parts
2014-05-22, by Pierre-Yves David
bundle2: update all ``addpart`` callers to ``newpart``
2014-05-23, by Pierre-Yves David
bundle2: have ``newpart`` automatically add the part to the bundle
2014-05-23, by Pierre-Yves David
bundle2: add a ``newpart`` method to ``bundle20``
2014-05-23, by Pierre-Yves David
bundle2: small doc update on the bundler
2014-05-22, by Pierre-Yves David
localrepo: replace status method with a shim
2014-04-25, by Sean Farley
workingctx: have status method call super instead of customized code.
2014-05-27, by Sean Farley
basectx: copy localrepo.status method
2014-04-24, by Sean Farley
committablectx: cache _status in _poststatus
2014-04-24, by Sean Farley
committablectx: simplify caching the status
2014-04-24, by Sean Farley
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip