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.
i18n-ru: translated notify, pager
2011-12-25, by Alexander Sauta
i18n-ru: translated inotify, interhg; skipped strings added
2011-12-19, by Alexander Sauta
i18n-ru: translated convert messages
2011-12-18, by Alexander Sauta
i18n-ru: translated bugzilla
2011-12-18, by Alexander Sauta
i18n-ru: synchronized with d976b1ef6760
2011-12-17, by Alexander Sauta
icasefs: add test for case preservation on case insensitive filesystem
2011-12-24, by FUJIWARA Katsunori
i18n: use "encoding.lower()" to normalize string in hgweb search query
2011-12-25, by FUJIWARA Katsunori
i18n: use "encoding.lower()" to normalize specified string for revset
2011-12-25, by FUJIWARA Katsunori
i18n: use "encoding.lower()" to normalize specified keywords for log searching
2011-12-25, by FUJIWARA Katsunori
win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
2011-12-25, by FUJIWARA Katsunori
windows: use normalized path as path to subrepo
stable
2011-12-24, by FUJIWARA Katsunori
windows: use normalized path to check repository nesting
stable
2011-12-24, by FUJIWARA Katsunori
windows: force specified path to be audited in localpath form
stable
2011-12-24, by FUJIWARA Katsunori
icasefs: rewrite comment to explain situtation precisely
2011-12-24, by FUJIWARA Katsunori
icasefs: follow standard cache look up pattern
2011-12-24, by FUJIWARA Katsunori
icasefs: disuse length check against un-normcase()-ed filenames
2011-12-24, by FUJIWARA Katsunori
merge with stable
2011-12-22, by Matt Mackall
merge with i18n
2011-12-22, by Matt Mackall
i18n-de: Translations and fixes until line 6000; more annotations
2011-12-21, by Fabian Kreutz
i18n-de: New translations, mostly largefiles extension
2011-12-19, by Fabian Kreutz
phases: do not exchange secret changesets
2011-12-22, by Pierre-Yves David
phases: test the new-commit option and proper inheritence of phase
2011-12-22, by Pierre-Yves David
cygwin: add cygwin specific normcase logic
2011-12-16, by FUJIWARA Katsunori
icasefs: avoid path-absoluteness/existance check in util.fspath() for efficiency
2011-12-16, by FUJIWARA Katsunori
icasefs: retry directory scan once for already invalidated cache
2011-12-16, by FUJIWARA Katsunori
push: propagate --new-branch and --ssh options when pushing subrepos
2011-09-29, by Angel Ezquerra
phases: implement ``phase()`` and ``hidden()`` method for workingctx
2011-12-21, by Pierre-Yves David
Add a phases.new-commit option to control minimal phase of new commit
2011-12-20, by Pierre-Yves David
phases: update doc to mention secret phase
2011-12-20, by Pierre-Yves David
phases: prevent mq to qimport immutable change.
2011-12-21, by Pierre-Yves David
phases: add a mutable boolean property on context
2011-12-19, by Pierre-Yves David
ignore: add files present in the hackable-hg windows distribution
2011-12-20, by Laurens Holst
graft: use consistent language in help
stable
2011-12-20, by Kevin Bullock
merge with stable
2011-12-21, by Matt Mackall
largefiles: copy files in binary mode (issue3164)
stable
2011-12-20, by Matt Mackall
diff: when diffing a revision with a deleted subrepo, maintain the node context (issue3153)
stable
2011-12-15, by Alistair Bell
phases: add a function to compute visible heads
2011-12-19, by Pierre-Yves David
phases: Add a third phase for secret changeset
2011-12-18, by Pierre-Yves David
phases: fix advanceboundary behavior when targetphase !=0
2011-12-19, by Pierre-Yves David
phases: add a bit more test for local phase movement.
2011-12-18, by Pierre-Yves David
merge with stable
2011-12-19, by Matt Mackall
merge with i18n
2011-12-19, by Matt Mackall
merge with i18n
stable
2011-12-19, by Matt Mackall
i18n-de: several new translations
2011-12-19, by Martin Schröder
merge with i18n stable
2011-12-16, by Wagner Bruna
i18n-pt_BR: synchronized with dc5d1394ecd1
stable
2011-12-16, by Wagner Bruna
merge with i18n
2011-12-16, by Wagner Bruna
i18n-ru: translated purge, progress, rebase
2011-12-16, by Alexander Sauta
i18n-ru: editing for 'push' and 'pull'
2011-12-14, by Andrei Polushin
i18n-ru: editing for 'commit'
2011-12-14, by Andrei Polushin
i18n-ru: editing for 'directory'
2011-12-14, by Andrei Polushin
i18n-ru: editing for 'remote'
2011-12-14, by Andrei Polushin
i18n-ru: editing for 'repository'
2011-12-13, by Andrei Polushin
i18n-ru: editing for 'store' (largefiles concept)
2011-12-13, by Andrei Polushin
i18n-ru: editing for 'branch'
2011-12-13, by Andrei Polushin
i18n-ru: spellcheck
2011-12-13, by Andrei Polushin
i18n-ru: glossary synchronized with wiki, still requires fixing
2011-12-12, by Alexander Sauta
i18n-ru: mq translated
2011-12-11, by Alexander Sauta
i18n-ru: largefiles strings fixed
2011-12-08, by Alexander Sauta
merge with stable
2011-12-16, by Matt Mackall
merge: check filename case collision between changesets for branch merging
stable
2011-12-16, by FUJIWARA Katsunori
i18n: use encoding.lower/upper for encoding aware case folding
stable
2011-12-16, by FUJIWARA Katsunori
windows: use upper() instead of lower() or os.path.normcase()
stable
2011-12-16, by FUJIWARA Katsunori
icasefs: avoid normcase()-ing in util.fspath() for efficiency
stable
2011-12-16, by FUJIWARA Katsunori
icasefs: use util.normcase() instead of lower() or os.path.normcase in fspath
stable
2011-12-16, by FUJIWARA Katsunori
dirstate: prevent useless util.fspath() invocation for '.'
stable
2011-12-16, by FUJIWARA Katsunori
icasefs: consider as case sensitive if there is no counterevidence, for safety
stable
2011-12-16, by FUJIWARA Katsunori
pathauditor: switch normcase logic according to case sensitivity of filesystem
stable
2011-12-16, by FUJIWARA Katsunori
pathauditor: preserve case in abort messages
stable
2011-12-16, by FUJIWARA Katsunori
pathauditor: use normcase()-ed path for audit result cache
stable
2011-12-16, by FUJIWARA Katsunori
largefiles: handle merges between normal files and largefiles (issue3084)
stable
2011-12-09, by Martin Geisler
progress: check for ui.quiet and ui.debugflag before we write
stable
2011-12-14, by David Soria Parra
changelog: handle decoding of NULs in extra more carefully (issue3156)
stable
2011-12-16, by Matt Mackall
merge with stable
2011-12-15, by Matt Mackall
phases: change publish behavior to only alter behavior when server.
2011-12-15, by Pierre-Yves David
largefiles: don't require a user cache (issue3088) (issue3155)
stable
2011-12-15, by Kevin Gessner
util: don't mess with builtins to emulate buffer()
2011-12-15, by Matt Mackall
util: clean up function ordering
2011-12-15, by Matt Mackall
merge with stable
2011-12-15, by Matt Mackall
notify: change behavior of "changegroup" hook
2011-12-15, by Nikolaus Schueler
largefiles: optimize status when files are specified (issue3144)
2011-12-15, by Na'Tosha Bard
wireproto: handle other server output in pushkey
2011-12-12, by Pierre-Yves David
phases: exchange phase boundaries on push
2011-12-15, by Pierre-Yves David
phases: exchange phase boundaries on pull
2011-12-15, by Pierre-Yves David
phases: add a function to compute heads from root
2011-12-15, by Pierre-Yves David
phases: add basic pushkey support
2011-12-15, by Pierre-Yves David
phases: update exchange test to include node hash.
2011-10-26, by Pierre-Yves David
phases: add a phases.publish option
2011-12-15, by Pierre-Yves David
zsh completion: add support for qfinish
2011-12-12, by Augie Fackler
merge with crew
2011-12-15, by Matt Mackall
merge with i18n
2011-12-15, by Matt Mackall
i18n-de: Error reported by Mathias Goldau and commit msg shortened
2011-12-10, by Fabian Kreutz
i18n-de: mostly update fuzzies
2011-12-10, by Fabian Kreutz
i18n-ru: eol, fetch, color, LargeFiles, gpg, keywords translated
2011-12-08, by Alexander Sauta
i18n-ru: glossary added, acl translation fixed
2011-11-18, by Alexander Sauta
i18n-ru: update translation
2011-11-10, by Andrey Somov
icasefs: use util.normcase() instead of str.lower() or os.path.normpath()
stable
2011-12-12, by FUJIWARA Katsunori
merge with stable
2011-12-15, by Martin Geisler
test-subrepo: test for Issue3153
stable
2011-12-15, by Martin Geisler
diff: don't crash when diffing a revision with a deleted subrepo (issue3153)
stable
2011-12-14, by Renato Cunha
status: add missing ":" to help text
stable
2011-12-15, by Martin Geisler
dispatch: remove extra newline
2011-12-10, by Martin Geisler
annotate: show full changeset hash when invoked with --debug and -c
2011-12-09, by Ion Savin
merge with stable
2011-12-09, by Martin Geisler
largefiles: fix 'hg status' abort after merge
stable
2011-12-09, by Martin Geisler
largefiles: use lfutil functions
2011-12-09, by Martin Geisler
largefiles: fix indentation
2011-12-09, by Martin Geisler
largefiles: remove pre-1.7 compatibility code
2011-12-07, by Martin Geisler
merge: make debug output easier to read
2011-12-09, by Martin Geisler
sshrepo: add more safe characters (issue2983)
2011-12-09, by Thomas Arendsen Hein
merge with stable
2011-12-08, by Matt Mackall
sshrepo: don't quote obviously safe strings (issue2983)
2011-12-08, by Mads Kiilerich
bookmarks: update and updatecurrentbookmark return status
2011-11-16, by Kevin Bullock
bookmarks: clarify help for use of merge and update
2011-12-07, by Kevin Bullock
merge: make 'nothing to merge' aborts consistent
2011-12-07, by Kevin Bullock
merge: remove excess creation of changectx
2011-12-07, by Kevin Bullock
largefiles: optimize performance of status on largefiles repos (issue3136)
2011-12-07, by Na'Tosha Bard
Describe all files related to the standard commands.
stable
2011-12-06, by Olav Reinert
branch: warn on branching
stable
2011-12-08, by Matt Mackall
bookmarks: mark divergent bookmarks with book@pathalias when source in [paths]
2011-12-07, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip