Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
commit: hoist the rest of the dirstate manipulation out of commitctx
2009-05-14, by Matt Mackall
commit: hoist up dirstate invalidate
2009-05-14, by Matt Mackall
commitctx: use contexts more fully
2009-05-14, by Matt Mackall
context: add new manifestnode method
2009-05-14, by Matt Mackall
commitctx: eliminate some variables
2009-05-14, by Matt Mackall
commit: move lots of commitctx outside of the repo lock
2009-05-14, by Matt Mackall
commit: combine _commitctx and commitctx, drop unused force argument
2009-05-14, by Matt Mackall
editor: move HG: filtering from ui to commiteditor
2009-05-14, by Matt Mackall
grep: make cache LRU rather than unlimited
2009-05-14, by Matt Mackall
commit: move commit editor to cmdutil, pass as function
2009-05-14, by Matt Mackall
context: add p1 and p2 methods
2009-05-14, by Matt Mackall
commit: push repo lock down into _commitctx
2009-05-14, by Matt Mackall
commit: move 'nothing changed' test into commit()
2009-05-14, by Matt Mackall
commit: drop unused p1 and p2 args
2009-05-14, by Matt Mackall
tag: drop unused use_dirstate and parent from _tag()
2009-05-14, by Matt Mackall
filecommit: swallow some bits from _commitctx, add _
2009-05-14, by Matt Mackall
commitctx: replace wctx with ctx
2009-05-14, by Matt Mackall
commitctx: replace two dirstate vars with working
2009-05-14, by Matt Mackall
commitctx: simplify locking
2009-05-14, by Matt Mackall
remove deprecated rawcommit
2009-05-14, by Matt Mackall
patch: copy copies dict before changing it (issue1651)
2009-05-14, by Matt Mackall
status: check cmp list in order
2009-05-14, by Matt Mackall
verify: detect manifest revs not in any changeset
2009-05-14, by Peter Arrenbrecht
localrepo: use more direct vars in addchangegroup
2009-05-14, by Peter Arrenbrecht
localrepo: use cl throughout in addchangegroup
2009-05-14, by Peter Arrenbrecht
revlog: slightly tune group() by not going rev->node->rev
2009-05-14, by Peter Arrenbrecht
drop unused imports
2009-05-14, by Peter Arrenbrecht
indentation cleanup
2009-05-14, by Peter Arrenbrecht
test-debugcomplete: add --show merge option to output
2009-05-14, by Martin Geisler
merge: add -S/--show option to review revisions without merging
2009-05-14, by Dirkjan Ochtman
inotify: Abstract the layer format and sizes to a inotify.common dictionary
2009-05-14, by Nicolas Dumazet
inotify: Coding Style: name classes in lowercase.
2009-05-11, by Nicolas Dumazet
inotify: dic.setdefault(k, d) ; v = dic[k] --> v = dic.setdefault(k, d)
2009-05-08, by Nicolas Dumazet
inotify: make mask a class variable since it's instance-independant
2009-05-08, by Nicolas Dumazet
inotify: RepoWatcher.updatestatus: document & use meaningful parameter names
2009-05-08, by Nicolas Dumazet
inotify: server.walk(): use yield instead of for
2009-05-04, by Nicolas Dumazet
context: replace pseudo-set by real set
2009-05-14, by Simon Heimberg
highlight: updated changed test output
2009-05-14, by Martin Geisler
byterange: fix import error
2009-05-14, by Martin Geisler
convert: adding branchmap functionality to convert extension
2009-05-13, by Michael J. Pedersen
spartan: break long lines in map file
2009-05-13, by Martin Geisler
monoblue: break long lines in map file
2009-05-13, by Martin Geisler
gitweb: break long lines in map file
2009-05-13, by Martin Geisler
coal: break long lines in map file
2009-05-13, by Martin Geisler
paper: break long lines in map file
2009-05-13, by Martin Geisler
hgwebdir: refresh configuration periodically
2009-05-13, by Bryan O'Sullivan
allow toggling when the cursor is on the correct line instead of just the filename text in hg-commit-toggle-file
2009-05-13, by Jonathan Kotta
coal/paper: Wrap diff in <pre/>
2009-05-13, by Rocco Rutte
cmdutil: replace pseudo-set by real set
2009-05-12, by Martin Geisler
i18n-da: fixed unfortunate translation
2009-05-13, by Mikkel Krøigaard
some modernization cleanups, forward compatibility
2009-05-13, by Dirkjan Ochtman
Makefile: fix grammar in comment
2009-05-12, by Greg Ward
windows: avoid deleting non-empty reparse points
2009-05-12, by Henrik Stuart
transaction: add atomic groups to transaction logic
2009-05-11, by Henrik Stuart
mq: add -P/--push option to qimport
2009-05-12, by Dirkjan Ochtman
templater: make the templating engine pluggable to some extent
2009-05-12, by Dirkjan Ochtman
templater: provide the standard template filters by default
2009-05-12, by Dirkjan Ochtman
hgweb: trust config file passed into hgwebdir
2009-05-12, by Dirkjan Ochtman
tests: add test for branches webcommand
2009-05-12, by Dirkjan Ochtman
spartan: add branches page
2009-05-12, by Sune Foldager
gitweb: add branches page
2009-05-11, by Sune Foldager
monoblue: add branches page
2009-05-11, by Sune Foldager
hgweb: use context api in branches webcommand
2009-05-12, by Dirkjan Ochtman
paper/coal: add branches page
2009-05-12, by Sune Foldager
webcommands: add 'branches' command, similar to 'tags'
2009-05-12, by Sune Foldager
test-patchbomb: fix style
2009-05-12, by Rocco Rutte
tests: avoid export FOO=bar bashism
2009-05-11, by Martin Geisler
i18n-da: fix typo and translate rollback messages
2009-05-11, by Martin Geisler
record: better formatting for qrecord help
2009-05-10, by Martin Geisler
util.termwidth: a file-like object may legitimately lack a fileno() method
2009-05-11, by Bryan O'Sullivan
hgweb: get rid of inaccurate hgwebdir.repos_sorted, localize machinery
2009-05-11, by Dirkjan Ochtman
hgwebdir: read --webdir-conf as actual configuration to ui (issue1586)
2009-05-11, by Alexander Solovyov
url: fix bug in passwordmgr related to auth configuration
2009-05-11, by Sune Foldager
mail: updated comment
2009-05-08, by Martin Geisler
add verbose output to compact template style
2009-05-11, by Alexander Solovyov
hgrc.5: fix label delimiter
2009-05-09, by Brodie Rao
util: remove unused bufsize argument in popen[23]
2009-05-09, by Martin Geisler
util: remove ignored mode argument in popen[23]
2009-05-09, by Martin Geisler
i18n-da: synchronized and improved slightly
2009-05-09, by Martin Geisler
copies: don't translate untranslatable string
2009-05-09, by Martin Geisler
inotify: remove the useless 'if st' checks in RepoWatcher.filestatus
2009-05-08, by Nicolas Dumazet
inotify: Clarify the use of "watcher" name.
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walk() filetype is never used, do not yield it
2009-05-04, by Nicolas Dumazet
allow http authentication information to be specified in the configuration
2009-05-04, by Sune Foldager
patchbomb: quoted-printable encode overly long lines
2009-05-08, by Rocco Rutte
patchbomb: fix quotes in help string
2009-05-09, by Martin Geisler
Windows: improve performance via buffered I/O
2009-05-08, by Bryan O'Sullivan
win32: clarify comment regarding use of fdopen
2009-03-26, by Bryan O'Sullivan
win32: allow catching of both pywintypes.error and WindowsError
2009-03-26, by Bryan O'Sullivan
atomictempfile: delegate to posixfile instead of inheriting from it
2009-03-26, by Bryan O'Sullivan
merge with mpm
2009-05-08, by Dirkjan Ochtman
inotify: inotify.server.walk() simplify control flow
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walk*() remove unnecessary var
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walk*() cleanup
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walkrepodirs() simplify walking
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walkrepodirs() simplify
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walk() simplify algorithm
2009-05-04, by Nicolas Dumazet
inotify: inotify.server.walk cleanups
2009-05-04, by Nicolas Dumazet
revlog: add cache priming for reconstructing delta chains
2009-05-07, by Matt Mackall
revlog: use chunk cache to avoid rereading when splitting inline files
2009-05-07, by Matt Mackall
revlog: clean up the chunk caching code
2009-05-07, by Matt Mackall
revlog: use index to find index size
2009-05-07, by Matt Mackall
revlog: preread revlog .i file
2009-05-07, by Matt Mackall
commit: be more verbose in the -u help text
2009-05-08, by Sverre Rabbelier
separate import lines from mercurial and general python modules
2009-04-28, by Simon Heimberg
manpage build: fail early when xmlto is not available
2009-05-07, by Giorgos Keramidas
dirstate: translate forgotten string
2009-05-08, by Simon Heimberg
util: overwrite sha1 and _fastsha1
2009-05-08, by Simon Heimberg
test-convert-bzr: tweak sed hack to preserve timezone in 'bzr log' output
2009-05-07, by Greg Ward
zeroconf: remove unwarranted execute bit
2009-05-07, by Martin Geisler
test-convert-bzr: use sed instead of awk
2009-05-07, by Martin Geisler
convert/bzr: handle Bazaar timestamps correctly (issue1652).
2009-05-06, by Greg Ward
dispatch: remember loaded extensions in a real set
2009-05-07, by Martin Geisler
gpg: use reverse kwarg to sort sigs in reversed order
2009-05-07, by Martin Geisler
util: simplify pipefilter and avoid subprocess race
2009-05-07, by Martin Geisler
Removed unnecessary call to dict.keys.
2009-05-06, by Martin Geisler
gpg: fix traceback in revs{} display code
2009-05-06, by Giorgos Keramidas
util: kill unused Popen3
2009-05-04, by Matt Mackall
config: make remap actually work
2009-05-04, by Matt Mackall
util: stop overwriting sha1, overwrite _fastsha1 instead
2009-05-04, by Martin Geisler
util: remove md5
2009-05-04, by Martin Geisler
util: remove warnings when importing md5 and sha
2009-05-04, by Sune Foldager
transaction: refactor transaction.abort and rollback to use the same code
2009-05-04, by Henrik Stuart
test: change repair strip test to illustrate manifest errors
2009-05-04, by Henrik Stuart
verify: reference the correct linkrev when a filelog is missing
2009-05-04, by Benoit Boissinot
verify: avoid exception on missing file revlog
2009-04-24, by Henrik Stuart
transaction: reset transaction on abort
2009-04-19, by Henrik Stuart
transaction: ensure finished transactions are not reused
2009-04-24, by Henrik Stuart
mq: simpler check of first character of guard name
2009-05-04, by Simon Heimberg
commands: fix capitalization in revert help text
2009-05-03, by Martin Geisler
setup: require Python 2.4
2009-05-03, by Martin Geisler
Merge with crew-stable
2009-05-03, by Patrick Mezard
bisect: use subprocess to get command return code
2009-05-03, by Alexander Solovyov
setup: cleanup old left-over code
2009-05-03, by Martin Geisler
localrepo: mark commit message template for translation
2009-05-03, by Martin Geisler
util: initialize md5 and sha1 without using extra global variables
2009-05-03, by Martin Geisler
util: always use subprocess
2009-05-02, by Martin Geisler
commands: describe --debug in showconfig help
2009-05-02, by Martin Geisler
color: look for mq with extensions.find
2009-05-02, by Martin Geisler
write options in "-r/--rev" style in help texts
2009-05-02, by Martin Geisler
i18n-da: translated various short messages
2009-05-02, by Martin Geisler
i18n-da: removed fuzzy translations
2009-05-02, by Martin Geisler
i18n-da: synchronized with hg.pot
2009-05-02, by Martin Geisler
Makefile: fixed comment
2009-05-02, by Martin Geisler
Makefile: add more meta data to hg.pot
2009-05-02, by Martin Geisler
Add committer tag only when needed in git conversion
2009-05-01, by Richard Quirk
Merge with crew-stable
2009-05-01, by Patrick Mezard
simplemerge: use ui.warn() for warnings
2009-04-30, by Steve Borho
test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway
2009-05-02, by Mads Kiilerich
test-convert-baz: hide GNU tar deprecation warning
2009-05-02, by Mads Kiilerich
rebase: fix bug where --keepbranches could leave wrong branch in dirstate
2009-05-01, by Patrick Mezard
config: add parse interface
2009-04-30, by Matt Mackall
zeroconf: guess ip for Zeroconf
2009-04-27, by Alexander Solovyov
config: allow spaces in key portion of items
2009-04-29, by Matt Mackall
localrepo: use set for requirements
2009-04-29, by Matt Mackall
dirstate: use propertycache
2009-04-29, by Matt Mackall
localrepo: use propertycache
2009-04-29, by Matt Mackall
ui: replace regexp pattern with sequence of choices
2009-04-30, by Steve Borho
run-tests.py: ensure that hgpkg is always visible
2009-04-24, by Bryan O'Sullivan
Fix missing import from e68e149f4d44 merge
2009-04-30, by Patrick Mezard
Merge with crew-stable
2009-04-29, by Patrick Mezard
util.rename: use temporary file name for rename-targets on windows
2009-04-29, by Sune Foldager
churn: use .hgchurn in repo root as default map file
2009-04-29, by Martin Geisler
win32text: add copyright header
2009-04-26, by Martin Geisler
patchbomb: add copyright and license header
2009-04-26, by Martin Geisler
highlight: add copyright and license header
2009-04-26, by Martin Geisler
convert: add copyright and license headers to back-ends
2009-04-26, by Martin Geisler
Reproduce crash where synthetic revs break merge detection (issue1578).
2009-04-18, by Greg Ward
convert/svn: ignore composite tags
2009-04-29, by Patrick Mezard
Merge with crew-stable
2009-04-29, by Patrick Mezard
convert/svn: keep latest and not oldest tag value
2009-04-29, by Patrick Mezard
Don't use sed -r; instead use old-style regexp
2009-04-28, by Martijn Pieters
localrepo: Refactor var names in filecommit to improve readability.
2009-04-28, by Martijn Pieters
merge with crew-stable
2009-04-29, by Martin Geisler
Fix typeerror when specifying both --rebase and --pull
2009-04-29, by Martijn Pieters
Fix typeerror when specifying both --rebase and --pull
2009-04-29, by Martijn Pieters
coal, paper: omit unneeded #l1 anchor in links
2009-04-28, by Martin Geisler
localrepo: corrected outdated comment
2009-04-28, by Martin Geisler
localrepo: fixed typos in comments
2009-04-28, by Martin Geisler
help: document nonempty template filter.
2009-04-28, by Martin Geisler
webcommands: move nonempty logic from JavaScript to Python
2009-04-28, by Martin Geisler
hgweb: use "nonempty" filter in templates for the changelog message
2009-04-20, by Rocco Rutte
templatefilters: add "nonempty" template filter
2009-04-20, by Rocco Rutte
keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs
2009-04-27, by Patrick Mezard
pure/osutil: add copyright and license header
2009-04-26, by Martin Geisler
match: add copyright and license header
2009-04-26, by Martin Geisler
fancyopts: add copyright and license header
2009-04-26, by Martin Geisler
config: add copyright and license header
2009-04-26, by Martin Geisler
add blank line after copyright notices and after header
2009-04-26, by Martin Geisler
turn some comments back into module docstrings
2009-04-26, by Martin Geisler
put license and copyright info into comment blocks
2009-04-26, by Martin Geisler
updated license to be explicit about GPL version 2
2009-04-26, by Martin Geisler
hgweb: pre-init mimetypes module (fixes ugly bug in python-2.6.2 mimetypes)
2009-04-27, by Dirkjan Ochtman
templater: fix little problem from stylemap() changes
2009-04-27, by Dirkjan Ochtman
more whitespace cleanup and some other style nits
2009-04-27, by Dirkjan Ochtman
convert: hide svn deprecation warnings
2009-04-27, by Ronny Pfannschmidt
ui: ui.copy() now takes the ui class into account
2009-04-27, by Ronny Pfannschmidt
whitespace cleanup
2009-04-27, by Peter Arrenbrecht
templater: separate template management and actual string processing
2009-04-06, by Dirkjan Ochtman
tests: add tests for styled hgwebdir pages
2009-04-27, by Dirkjan Ochtman
hgweb: use new sessionvars code in hgwebdir, too
2009-04-27, by Dirkjan Ochtman
hgweb: some cleanups in hgwebdir, remove double defaults
2009-04-27, by Dirkjan Ochtman
convert/svn: fix pathname parsing from URL under Windows
2009-04-26, by Patrick Mezard
hghave: handle Windows raising on popen() failure
2009-04-26, by Patrick Mezard
test-extdiff: replace shell script with python for portability
2009-04-26, by Patrick Mezard
Declare bzr TERM=dumb to silence progress bars
2009-04-26, by Patrick Mezard
replace various uses of list.reverse()
2009-04-26, by Matt Mackall
replace util.sort with sorted built-in
2009-04-26, by Matt Mackall
ui: make interactive a method
2009-04-26, by Matt Mackall
util: take propertycache from context.py
2009-04-26, by Matt Mackall
ui: print_exc() -> traceback()
2009-04-26, by Matt Mackall
ui: traceback -> _traceback
2009-04-26, by Matt Mackall
ui: report_untrusted fixes
2009-04-26, by Matt Mackall
ui: privatize cdata vars
2009-04-26, by Matt Mackall
ui: buffers -> _buffers
2009-04-26, by Matt Mackall
ui: trusted_users -> _trustusers, trusted_groups -> _trustgroups
2009-04-26, by Matt Mackall
ui: assumetrusted -> trust
2009-04-26, by Matt Mackall
ui: _get_cdata -> _data
2009-04-26, by Matt Mackall
config: getsource -> source
2009-04-26, by Matt Mackall
ui: simplify fixconfig
2009-04-26, by Matt Mackall
ui: fix-up and warn about deprecated %%
2009-04-26, by Matt Mackall
bugzilla: fix section reading
2009-04-26, by Matt Mackall
templater: use new config parser
2009-04-26, by Matt Mackall
config: add section filter to read
2009-04-26, by Matt Mackall
config: deal with spaces at end of line more carefully
2009-04-26, by Matt Mackall
hgweb: kill parentui references
2009-04-26, by Matt Mackall
ui: kill most users of parentui name and arg, replace with .copy()
2009-04-26, by Matt Mackall
ui: replace parentui mechanism with repo.baseui
2009-04-26, by Matt Mackall
add cmdutil.remoteui
2009-04-26, by Matt Mackall
ui: less links to parentui
2009-04-26, by Matt Mackall
config: add some helper methods
2009-04-26, by Matt Mackall
config: split source data out into separate map
2009-04-26, by Matt Mackall
config: add %unset name support
2009-04-26, by Matt Mackall
config: allow including other config files
2009-04-26, by Matt Mackall
showconfig: show source file and line with --debug
2009-04-26, by Matt Mackall
util: kill configparser wrapper
2009-04-26, by Matt Mackall
hgweb: use config.config
2009-04-26, by Matt Mackall
clone: config escaping no longer needed
2009-04-26, by Matt Mackall
Merge with stable
2009-04-26, by Matt Mackall
Merge with crew-stable
2009-04-26, by Matt Mackall
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip