log mercurial/localrepo.py @ 11230:5116a077c3da

age author description
Thu, 27 May 2010 17:47:40 +0200 Ronny Pfannschmidt make transactions work on non-refcounted python implementations
Fri, 28 May 2010 16:01:57 -0500 Matt Mackall Merge with stable
Fri, 28 May 2010 14:41:11 -0500 Matt Mackall status: avoid performance regression when no .hgsub is present stable
Fri, 21 May 2010 15:22:29 +0200 Sune Foldager push: add --new-branch option to allow intial push of new branches
Sat, 15 May 2010 17:48:49 -0500 Matt Mackall commands: initial audit of exit codes
Thu, 13 May 2010 17:36:45 -0500 Matt Mackall rollback: fix off-by-one in message
Tue, 11 May 2010 17:03:44 -0500 Matt Mackall Merge with stable
Mon, 07 Dec 2009 12:31:45 +0200 Alexander Solovyov expand paths to local repository or bundle in appropriate classes stable
Sun, 02 May 2010 21:56:25 -0400 Greg Ward push: document return values between various repo methods.
Sat, 01 May 2010 23:05:22 +0200 Edouard Gomez subrepo: print paths relative to upper repo root for push/pull/commit
Mon, 19 Apr 2010 17:41:12 +0900 Nicolas Dumazet tag: warn users about tag/branch possible name conflicts
Mon, 26 Apr 2010 15:58:36 -0400 Eric Eisner tags: return tags in sorted order
Wed, 21 Apr 2010 01:34:12 +0200 Benoit Boissinot localrepo.commit: use explicit variables, avoid creating new contexts
Wed, 21 Apr 2010 01:18:31 +0200 Benoit Boissinot context: remove parents parameter to workingctx
Mon, 12 Apr 2010 19:33:25 -0400 Steve Losh commands: add more robust support for 'hg log -b' (issue2078)