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
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.
linkrev: also adjust linkrev when bootstrapping 'follow' revset
2014-12-29, by Pierre-Yves David
linkrev: introduce an 'introrev' method on filectx
2014-12-23, by Pierre-Yves David
filectx.parents: enforce changeid of parent to be in own changectx ancestors
2014-12-23, by Pierre-Yves David
context: remove unreliable accessor methods from committablectx
2014-12-31, by FUJIWARA Katsunori
context: cache self._status correctly at workingctx.status
2014-12-31, by FUJIWARA Katsunori
filectx.parents: also fetch the filelog of rename source too
2014-12-23, by Pierre-Yves David
Added signature for changeset 1265a3a71d75
stable
2015-01-01, by Matt Mackall
Added tag 3.2.4 for changeset 1265a3a71d75
stable
2015-01-01, by Matt Mackall
largefiles: backout f72d73937853 - linear updates handle m -> a differently
stable
3.2.4
2014-12-31, by Mads Kiilerich
largefiles: mark lfile as added in lfdirstate when the standin is added
stable
2014-12-31, by Mads Kiilerich
tests: add test coverage for lfdirstate invalidation of linear update
stable
2014-12-31, by Mads Kiilerich
test-subrepo-git: ignore global git config
2014-12-30, by Matt Mackall
tests/autodiff.py: explicitly only honor feature diffopts
2014-11-21, by Siddharth Agarwal
cmdutil.changeset_printer: explicitly honor all diffopts
2014-11-21, by Siddharth Agarwal
export: explicitly honor all diffopts
2014-11-18, by Siddharth Agarwal
webcommands.annotate: explicitly only honor whitespace diffopts
2014-11-21, by Siddharth Agarwal
filectx.parents: filter nullrev parent sooner
2014-12-23, by Pierre-Yves David
context: catch FilteredRepoLookupError instead of RepoLookupError
2014-12-23, by Pierre-Yves David
narrowmatcher: propagate the rel() method
2014-11-27, by Matt Harbison
match: add the abs() method
2014-11-28, by Matt Harbison
merge with stable
2014-12-29, by Matt Mackall
posix: quote the specified string only when it may have to be quoted
2014-12-25, by FUJIWARA Katsunori
windows: quote the specified string only when it has to be quoted
2014-12-25, by FUJIWARA Katsunori
extdiff: rename the name of an argument for readability
2014-12-25, by FUJIWARA Katsunori
extdiff: avoid unexpected quoting arguments for external tools (issue4463)
2014-12-25, by FUJIWARA Katsunori
subrepo: add forgotten annotation for reverting git subrepos
2014-12-28, by Mathias De Maré
subrepo: add full revert support for git subrepos
2014-12-28, by Mathias De Maré
setup: don't fail when Python doesn't have the cygwinccompiler package
2014-12-23, by Ludovic Chabant
tests: adapt glob pattern to fix test with NetBSD's sh(1) (issue4484)
2014-12-28, by Thomas Klausner
tests: run 'cvs init' only on non-existent directories (issue4482)
2014-12-28, by Thomas Klausner
remove: use vfs instead of os.path + match.rel() for filesystem checks
2014-12-25, by Matt Harbison
forget: use vfs instead of os.path + match.rel() for filesystem checks
2014-12-25, by Matt Harbison
tests: make a multi-statement hook in bundle2-exchange Windows compatible
2014-12-24, by Matt Harbison
sshpeer: more thorough shell quoting
stable
2014-12-29, by Matt Mackall
merge with stable
2014-12-29, by Matt Mackall
i18n-ja: synchronized with 3b84bde06d17
stable
2014-12-29, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 53a65929ef1f
stable
2014-12-26, by Wagner Bruna
localrepo: use the vfs join method to implement the localrepo join method
2014-12-23, by Angel Ezquerra
localrepo: introduce shared method to check if a repository is shared
2014-12-21, by Angel Ezquerra
trydiff: use 'ctx1.flags()' for symmetry with 'ctx2.flags()'
2014-12-23, by Martin von Zweigbergk
trydiff: use 'not in addedset' for symmetry with 'not in removedset'
2014-12-23, by Martin von Zweigbergk
trydiff: simplify checking for additions
2014-12-23, by Martin von Zweigbergk
trydiff: extract 'date2' variable like existing 'date1'
2014-12-23, by Martin von Zweigbergk
trydiff: use sets, not lists, for containment checks
2014-12-23, by Martin von Zweigbergk
largefiles: fix unused import
2014-12-24, by Matt Mackall
largefiles: look at unfiltered().lfstatus to allow status() to be filtered
2014-12-07, by Matt Harbison
largefiles: eliminate a duplicate message when removing files in verbose mode
2014-11-28, by Matt Harbison
largefiles: ensure that the standin files are available in getlfilestoupload()
2014-12-17, by Matt Harbison
merge: move checking of unknown files out of manifestmerge()
2014-12-18, by Martin von Zweigbergk
merge: extract method for checking for conflicting untracked file
2014-12-13, by Martin von Zweigbergk
merge: create 'cm' action for 'get or merge' case
2014-12-15, by Martin von Zweigbergk
merge: don't overwrite untracked file at directory rename target
2014-12-12, by Martin von Zweigbergk
merge: remove constant tuple element from 'aborts'
2014-11-18, by Martin von Zweigbergk
merge: collect checking for unknown files at end of manifestmerge()
2014-11-19, by Martin von Zweigbergk
merge: introduce 'c' action like 'g', but with additional safety
2014-11-19, by Martin von Zweigbergk
merge: structure 'remote created' code to match table
2014-11-19, by Martin von Zweigbergk
pushkey: run hook after the lock release
2014-12-22, by Pierre-Yves David
setup: use changes since latest tag instead of just distance
2014-12-12, by Siddharth Agarwal
setup: use changessincelatesttag from archive if present
2014-12-12, by Siddharth Agarwal
archive: store number of changes since latest tag as well
2014-12-12, by Siddharth Agarwal
merge with stable
2014-12-22, by Matt Mackall
demandimport: blacklist distutils.msvc9compiler (issue4475)
stable
2014-12-22, by Augie Fackler
largefiles: don't duplicate 'actions' into 'actionbyfile'
2014-12-11, by Martin von Zweigbergk
merge: make calculateupdates() return file->action dict
2014-12-11, by Martin von Zweigbergk
merge: let _forgetremoved() work on the file->action dict
2014-12-11, by Martin von Zweigbergk
merge: let _resolvetrivial() work on the file->action dict
2014-12-11, by Martin von Zweigbergk
merge: let bid merge work on the file->action dict
2014-12-11, by Martin von Zweigbergk
merge: write manifestmerge() using dictionary with entry per file
2014-12-08, by Martin von Zweigbergk
repoview: backout ced3ecfc2e57
2014-12-17, by Pierre-Yves David
largefile: explain why no monkey patching on a repoview
2014-12-17, by Pierre-Yves David
largefile: backout ca54fb3d71ce
2014-12-17, by Pierre-Yves David
incoming: handle phases the same as pull
2014-12-18, by Eric Sumner
bundlerepo: retract phase boundary
2014-12-18, by Eric Sumner
bundlerepo: implement safe phasecache
2014-12-18, by Eric Sumner
localrepo.__getitem__: add slicing support
2014-12-18, by Eric Sumner
ignore: resolve ignore files relative to repo root (issue4473) (BC)
2014-12-16, by Siddharth Agarwal
test-hgignore: add testing for ui.ignore
2014-12-17, by Siddharth Agarwal
tests: add missing globs for Windows
2014-12-10, by Matt Harbison
share: use the 'sharedpath' attr on repo instead of reloading from the file
2014-12-18, by Matt Harbison
share: fix source repo lookup on Windows
2014-12-18, by Matt Harbison
help: suggest '-v -e' to get built-in aliases for extensions (issue4461)
2014-12-22, by Chingis Dugarzhapov
test-check-commit-hg: clarify misleading "commit message rules" error
2014-12-18, by Martin von Zweigbergk
keyword: handle resolve to either parent
2014-12-21, by Christian Ebert
keyword: update test file syntax
2014-12-21, by Christian Ebert
branches: deprecate -a
2014-12-22, by Matt Mackall
largefiles: fix a spurious missing file warning with forget (issue4053)
stable
2014-12-21, by Matt Harbison
largefiles: fix a spurious missing file warning with 'remove -A' (issue4053)
stable
2014-12-21, by Matt Harbison
largefiles: introduce the 'composelargefilematcher()' method
stable
2014-12-21, by Matt Harbison
context: return dirstate parents in workingctx.ancestors()
2014-12-18, by Durham Goode
backout: add --commit option
2014-12-17, by Mateusz Kwapich
share: add option to share bookmarks
2014-12-13, by Ryan McElroy
highlight: ignore Unicode's extra linebreaks (issue4291)
2014-12-17, by Matt Mackall
test: fix typo in test-help.t
2014-12-18, by André Sintzoff
templatekw: remove unneeded showtags
2014-12-15, by Sean Farley
namespaces: generate template keyword when registering a namespace
2014-10-16, by Sean Farley
templatekw: add helper method to generate a template keyword for a namespace
2014-12-14, by Sean Farley
namespaces: add names method to return list of names for a given node
2014-12-14, by Sean Farley
namespaces: add nodemap property
2014-12-15, by Sean Farley
namespaces: add method to get template name of namespace
2014-12-14, by Sean Farley
namespaces: add template name of a namespace
2014-12-15, by Sean Farley
memctx: remove redundant test for issue4470 from test-commit.t
2014-12-19, by FUJIWARA Katsunori
memctx: calculate manifest more efficiently
2014-12-19, by FUJIWARA Katsunori
merge with stable
2014-12-18, by Matt Mackall
Added signature for changeset 6dad422ecc5a
stable
2014-12-18, by Matt Mackall
Added tag 3.2.3 for changeset 6dad422ecc5a
stable
2014-12-18, by Matt Mackall
pathauditor: check for Windows shortname aliases
stable
3.2.3
2014-12-18, by Matt Mackall
pathauditor: check for codepoints ignored on OS X
stable
2014-12-16, by Augie Fackler
darwin: omit ignorable codepoints when normcase()ing a file path
stable
2014-12-16, by Augie Fackler
encoding: add hfsignoreclean to clean out HFS-ignored characters
stable
2014-12-16, by Augie Fackler
test-casefolding.t: demonstrate a bug with HFS+ ignoring some codepoints
stable
2014-12-11, by Augie Fackler
manifest: disallow setting the node id of an entry to None
stable
2014-12-12, by Augie Fackler
context: stop setting None for modified or added nodes
stable
2014-12-12, by Augie Fackler
largefiles: don't actually remove largefiles in an addremove dry run
stable
2014-12-13, by Matt Harbison
bundle2: lowercase part types
2014-12-17, by Eric Sumner
bundle2.bundlepart: make mandatory part flag explicit in API
2014-12-17, by Eric Sumner
memctx: calculate manifest correctly with newly-removed files (issue4470)
2014-12-17, by FUJIWARA Katsunori
memctx: calculate manifest including newly added files correctly
2014-12-17, by FUJIWARA Katsunori
memctx: calculate exact status being committed from specified files
2014-12-17, by FUJIWARA Katsunori
bundle2._processpart: forcing lower-case compare is no longer necessary
2014-12-12, by Eric Sumner
bundle2.unbundlepart: decouple mandatory from parttype
2014-12-12, by Eric Sumner
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip