Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
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.
largefiles: don't mute and obfuscate http errors when putlfile fails
stable
2015-10-23, by Mads Kiilerich
largefiles: test coverage of error handling from putlfile
stable
2015-10-23, by Mads Kiilerich
largefiles: check hash of files in the store before copying to working dir
stable
2015-10-23, by Mads Kiilerich
largefiles: test coverage of handling of store corruption
stable
2015-10-23, by Mads Kiilerich
merge: improve clarity of table in update docstring
stable
2015-10-23, by Augie Fackler
ui: support paths.default-push without paths.default set (issue4914)
stable
2015-10-22, by Gregory Szorc
bookmarks: don't allow pushing new head for existing mark with -B (issue4400)
stable
2015-10-21, by Matt Mackall
commands: fix help for debugobsolete
stable
2015-10-20, by timeless
largefiles: fix explicit commit of normal/largefile switch
stable
2015-10-21, by Mads Kiilerich
largefiles: test coverage of explicit commit of normal/largefile switch
stable
2015-10-21, by Mads Kiilerich
Added signature for changeset b66e3ca0b90c
stable
2015-10-20, by Matt Mackall
Added tag 3.6-rc for changeset b66e3ca0b90c
stable
2015-10-20, by Matt Mackall
merge default into stable for code freeze
stable
3.6-rc
2015-10-20, by Matt Mackall
convert: fix Python syntax in 'splice in' message
2015-10-19, by Mads Kiilerich
rebase: fix wrong 'no changes to commit' when using --collapse
2015-10-19, by Mads Kiilerich
pull: all pass along extra opargs
2015-10-19, by Sean Farley
push: all pass along opargs
2015-10-19, by Sean Farley
check-code: allow argument passing py2.6ism
2015-10-15, by timeless
mail: drop python 2.5 self.sock.read workaround
2015-10-15, by timeless
url: drop support for python2.5
2015-10-15, by timeless
win32: drop reference to python2.5
2015-10-15, by timeless
editmerge: dequote other use of $ED
2015-10-19, by Ryan McElroy
bundlerepo: properly extract compressed changegroup from bundle2
2015-10-19, by Pierre-Yves David
bundle2: make unbundle.compressed return True when compressed
2015-10-02, by Pierre-Yves David
bundlerepo: uncompress changegroup in bundle1 case only
2015-10-19, by Pierre-Yves David
bundlerepo: move temp-bundle writing logic into a closure
2015-10-19, by Pierre-Yves David
shelve: properly process bundle2 bundle
2015-10-19, by Pierre-Yves David
histedit: properly apply bundle2 backups
2015-10-20, by Pierre-Yves David
strip: pass source and url to bundle2 processing
2015-10-20, by Pierre-Yves David
unbundle: use 'url' argument with applybundle
2015-10-20, by Pierre-Yves David
applybundle: take url as argument
2015-10-20, by Pierre-Yves David
unbundle: use 'source' argument with applybundle
2015-10-20, by Pierre-Yves David
applybundle: take source as argument
2015-10-20, by Pierre-Yves David
applybundle: set 'bundle2=1' env for all transaction
2015-10-20, by Pierre-Yves David
unbundle: use 'bundle2.applybundle'
2015-10-20, by Pierre-Yves David
bundle2: introduce an "applybundle" function
2015-10-20, by Pierre-Yves David
commands.resolve: conclude merge driver if no unresolved files are left
2015-10-15, by Siddharth Agarwal
commands.resolve: call driverpreprocess if we haven't run it yet
2015-10-15, by Siddharth Agarwal
merge.applyupdates: call driverconclude after performing merge actions
2015-10-15, by Siddharth Agarwal
merge.applyupdates: call driverpreprocess before starting merge actions
2015-10-15, by Siddharth Agarwal
merge: add stubs for preprocess and conclude steps of merge driver
2015-10-15, by Siddharth Agarwal
commands.resolve: don't allow users to mark or unmark driver-resolved files
2015-10-15, by Siddharth Agarwal
resolve: only create wctx once
2015-10-15, by Siddharth Agarwal
dirstate: fix invalid reference to self.ui
2015-10-19, by James Mills
spelling: trivial spell checking
2015-10-17, by Mads Kiilerich
mq: consistently use qrefresh
2015-10-14, by timeless
grammar: use does instead of do where appropriate
2015-10-14, by timeless
l10n: use %d instead of %s for numbers
2015-10-14, by timeless
check-code: block non-portable pipe-and
2015-10-15, by timeless
test-shelve: do not use non-portable pipe-and
2015-10-15, by timeless
parsers: suppress warning of signed and unsigned comparison at nt_init
2015-10-18, by Yuya Nishihara
parsers: correct type of temporary variables for dirstate tuple fields
2015-10-17, by Yuya Nishihara
test: enforce v1 type in 'test-bundle2-remote-changegroup.t'
2015-10-16, by Pierre-Yves David
test: enforce v1 type in 'test-bundle2-format.t'
2015-10-16, by Pierre-Yves David
editmerge: properly quote variables
2015-10-17, by Ryan McElroy
commands.resolve: print out warning when only driver-resolved files remain
2015-10-15, by Siddharth Agarwal
merge.mergestate: set merge driver state to 's' if there's none present
2015-10-15, by Siddharth Agarwal
merge.mergestate: only check for merge driver when property is accessed
2015-10-15, by Siddharth Agarwal
localrepo.commit: abort if merge driver's conclude step hasn't been run yet
2015-10-15, by Siddharth Agarwal
merge.mergestate: add a way to get the merge driver state
2015-10-15, by Siddharth Agarwal
merge.mergestate: add a way to get the other side of the merge
2015-10-15, by Siddharth Agarwal
commands.resolve: support printing out driver-resolved files
2015-10-15, by Siddharth Agarwal
histedit: make histedit prune when obsolete is enabled
2015-10-17, by Durham Goode
clonebundles: rewrite documentation
2015-10-17, by Gregory Szorc
exchange: support streaming clone bundles in clone bundles
2015-10-17, by Gregory Szorc
exchange: parse requirements from stream clone specification string
2015-10-17, by Gregory Szorc
exchange: support parameters in bundle specification strings
2015-10-14, by Gregory Szorc
commands: support consuming stream clone bundles
2015-10-15, by Gregory Szorc
commands: support creating stream clone bundles
2015-10-17, by Gregory Szorc
exchange: support for streaming clone bundles
2015-10-15, by Gregory Szorc
streamclone: support for producing and consuming stream clone bundles
2015-10-17, by Gregory Szorc
spelling: fix typo in transaction error messages
2015-10-17, by Matt Mackall
transaction: reorder unlinking .hg/journal and .hg/journal.backupfiles
2015-10-16, by FUJIWARA Katsunori
merge: make in-memory changes visible to external update hooks
2015-10-17, by FUJIWARA Katsunori
hook: centralize passing HG_PENDING to external hook process
2015-10-17, by FUJIWARA Katsunori
cmdutil: make in-memory changes visible to external editor (issue4378)
2015-10-17, by FUJIWARA Katsunori
dirstate: show develwarn for write() invocation without transaction
2015-10-17, by FUJIWARA Katsunori
dirstate: make dirstate.write() callers pass transaction object to it
2015-10-17, by FUJIWARA Katsunori
dirstate: remove layering violation around writing dirstate out
2015-10-17, by FUJIWARA Katsunori
dirstateguard: remove layering violation around saving/restoring backup
2015-10-17, by FUJIWARA Katsunori
rebase: reduce scope of try catch in restorestate
2015-10-15, by Christian Delahousse
rebase: on abort delete rebase state file no matter what
2015-10-15, by Christian Delahousse
contrib: make editmerge look for merge markers at the beginning of the line
2015-10-16, by Christian Delahousse
commit: abort when a committemplate is not changed
2015-10-09, by Tony Tung
localrepo.commit: disallow commit when driver-resolved files exist
2015-10-14, by Siddharth Agarwal
merge.mergestate: add a generator for driver-resolved files
2015-10-14, by Siddharth Agarwal
hook: for python hooks, also return whether an exception was raised
2015-10-14, by Siddharth Agarwal
hook.runhooks: return a dict of result values
2015-10-14, by Siddharth Agarwal
hook: factor out determination of hooks from running them
2015-10-14, by Siddharth Agarwal
mq: generate patch names from first line of description
2015-03-10, by Mads Kiilerich
contrib: offer Python 2.7.10
2015-10-15, by Mads Kiilerich
contrib: drop Python < 2.6 from Makefile.python
2015-10-15, by Mads Kiilerich
mergetools.rc: find OSX FileMerge in the new location inside Xcode 4.3
2015-10-16, by Mads Kiilerich
exchange: don't print error codes after clone bundle failure
2015-10-15, by Gregory Szorc
debian: install bash completion as hg and not mercurial (issue4900)
2015-10-14, by Augie Fackler
merge-tools: allow marking a mergetool as completely disabled
2015-10-14, by Augie Fackler
exchange: add oparg to push so that extensions can wrap pushop
2015-10-13, by Sean Farley
destmerge: extract logic based on branch heads in its own function
2015-10-15, by Pierre-Yves David
destmerge: extract logic based on bookmark into its own function
2015-10-15, by Pierre-Yves David
destupdate: have a generic and extensible way to run each step
2015-10-15, by Pierre-Yves David
destupdate: extract logic based on branch in its own function
2015-10-15, by Pierre-Yves David
destupdate: extract logic based on bookmarks in its own function
2015-10-15, by Pierre-Yves David
destupdate: extract logic based on obsolescence marker in its own function
2015-10-15, by Pierre-Yves David
destupdate: move obsolete handling first
2015-10-15, by Pierre-Yves David
destupdate: indent bookmark and branch logic
2015-10-15, by Pierre-Yves David
destupdate: extract validation logic
2015-10-15, by Pierre-Yves David
rebase: rename and test '_destrebase'
2015-10-15, by Pierre-Yves David
rebase: directly use '_destrebase'
2015-10-15, by Pierre-Yves David
rebase: extra default destination in its own function
2015-10-15, by Pierre-Yves David
revset: rename and test '_destmerge'
2015-10-15, by Pierre-Yves David
merge: directly get destination from destutil
2015-10-15, by Pierre-Yves David
destutil: move default merge destination into a function
2015-10-15, by Pierre-Yves David
revset: reintroduce and experimental revset for update destination
2015-10-15, by Pierre-Yves David
changegroup: move manifest unpacking into its own method
2015-10-14, by Augie Fackler
changegroup: move manifest packing into a separate function
2015-10-01, by Augie Fackler
changegroup: rename manifest linknode closure for clarity
2015-09-30, by Augie Fackler
changegroup: reformat packermap and add comment
2015-09-29, by Augie Fackler
changegroup: document the public surface area of cg?unpackers
2015-10-14, by Augie Fackler
changegroup: mark cg1unpacker.chunklength as private
2015-10-14, by Augie Fackler
changegroup: note why a few methods on cg1unpacker exist
2015-10-14, by Augie Fackler
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip