Mercurial > hg-stable
graph
-
ui: simplify fixconfigSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
ui: fix-up and warn about deprecated %%Sun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
bugzilla: fix section readingSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
templater: use new config parserSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
config: add section filter to readSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
config: deal with spaces at end of line more carefullySun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
hgweb: kill parentui referencesSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
ui: kill most users of parentui name and arg, replace with .copy()Sun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
ui: replace parentui mechanism with repo.baseuiSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
add cmdutil.remoteuiSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
ui: less links to parentuiSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
config: add some helper methodsSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
config: split source data out into separate mapSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
config: add %unset name supportSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
config: allow including other config filesSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
showconfig: show source file and line with --debugSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
util: kill configparser wrapperSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
hgweb: use config.configSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
clone: config escaping no longer neededSun, 26 Apr 2009 16:50:43 -0500, by Matt Mackall
-
Merge with stableSun, 26 Apr 2009 16:50:09 -0500, by Matt Mackall
-
Merge with crew-stableSun, 26 Apr 2009 16:49:47 -0500, by Matt Mackall
-
transplant: forbid transplant to nonempty repositories with no working directory.Sun, 26 Apr 2009 14:20:41 -0700, by Brendan Cully
-
ui.isatty() accesses sys.stdin, causing mod_wsgi to throw IOError.Sun, 26 Apr 2009 13:36:08 -0700, by Benjamin Wohlwend
-
hg: allow hg.parseurl(url, None)Fri, 24 Apr 2009 18:17:42 +0200, by Martijn Pieters
-
transplant: remove the restriction that the destination be nonempty.Fri, 24 Apr 2009 17:00:18 -0500, by Jacob Lee
-
Fix subversion convert not detecting empty changesets.Sat, 25 Apr 2009 21:27:47 +0800, by Francis Barber
-
cvsps: fix crash when log message refers to non-existent branch (issue1615).Sun, 19 Apr 2009 13:12:20 -0400, by Greg Ward
-
cvsps: add test for merge detection (issue1615).Sun, 19 Apr 2009 12:20:39 -0400, by Greg Ward
-
convert/cvs: add an option to disable remote log cachingSun, 26 Apr 2009 16:30:37 +0200, by Patrick Mezard
-
tests: removed redundant "-u test" from test scriptsSun, 26 Apr 2009 14:49:49 +0200, by Martin Geisler
-
tests: removed redundant "-d '0 0'" from test scriptsSun, 26 Apr 2009 14:29:02 +0200, by Martin Geisler
-
Merge with crew-stableSun, 26 Apr 2009 11:49:17 +0200, by Patrick Mezard
-
convert/bzr: make it work with filemaps (issue1631)Sun, 26 Apr 2009 11:35:53 +0200, by Patrick Mezard
-
verify: combine sets instead of concatenating listsSat, 25 Apr 2009 22:26:39 +0200, by Martin Geisler
-
rebase, revlog: use set(x) instead of set(x.keys())Sat, 25 Apr 2009 22:25:49 +0200, by Martin Geisler
-
monoblue: Fix indentation and other styling in the annotation view.Wed, 15 Apr 2009 10:33:58 -0500, by Augie Fackler
-
run-tests: cosmeticsWed, 22 Apr 2009 15:49:33 +0200, by Simon Heimberg
-
patchbomb: add user agent header to mailsThu, 23 Apr 2009 08:39:27 +0200, by Henrik Stuart
-
help: document stripdir template filterFri, 24 Apr 2009 19:39:27 +0200, by Martin Geisler
-
templatefilters: add new stripdir filterFri, 24 Apr 2009 18:37:44 +0200, by Aleix Conchillo Flaque
-
context: use Python 2.4 decorator syntaxFri, 24 Apr 2009 18:47:15 +0200, by Martin Geisler
-
localrepo: use sets in findcommonincomingFri, 24 Apr 2009 17:32:18 +0200, by Martin Geisler
-
strutil: removed rsplitFri, 24 Apr 2009 17:32:18 +0200, by Martin Geisler
-
notify: turned a set-like dict into a real setFri, 24 Apr 2009 17:32:18 +0200, by Martin Geisler
-
revlog: let nodestotag be a set instead of a listWed, 22 Apr 2009 20:51:20 +0200, by Martin Geisler
-
replace set-like dictionaries with real setsWed, 22 Apr 2009 00:57:28 +0200, by Martin Geisler
-
util: use built-in set instead of util.uniqueWed, 22 Apr 2009 00:56:06 +0200, by Martin Geisler
-
util: use built-in set and frozensetWed, 22 Apr 2009 00:55:32 +0200, by Martin Geisler
-
Merge with crew-stableFri, 24 Apr 2009 10:43:12 +0200, by Patrick Mezard
-
convert/bzr: fix symlink handling (issue1626)Fri, 24 Apr 2009 10:34:11 +0200, by Patrick Mezard
-
win32text: be more careful about rejecting violating changesetsFri, 24 Apr 2009 00:06:01 -0700, by Bryan O'Sullivan
-
keepalive: attempt to fix issue1003Thu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
test-archive: silence stupid messages from GNU tarThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
ui: introduce new config parserThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
ui: simplify init, kill dupconfigThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
ui: fold readsections into readconfigThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
ui: cleanup _is_trusted a bitThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
ui: simplify parent overlay logicThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
ui: always have ucdataThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall
-
ui: fold verbosity_constraints into fixconfig, simplifyThu, 23 Apr 2009 15:40:10 -0500, by Matt Mackall