From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 9 Apr 2007 18:15:15 +0200 From: Martin Neubauer To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] bell-labs website and plan9 Message-ID: <20070409161515.GA874@shodan.homeunix.net> References: <160b8b18ca5720d6144ba0b9e75c0b30@coraid.com> <9ab217670704090844g4a719e9cgc0c6b965338f79f5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9ab217670704090844g4a719e9cgc0c6b965338f79f5@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Topicbox-Message-UUID: 423c5dbc-ead2-11e9-9d60-3106f5b1d025 * Devon H. O'Dell (devon.odell@gmail.com) wrote: > The scenario being, I want to test my hypothetical replica/applylog > action parser / diff generator. I run pull, which grabs stuff, but > I've made changes to xyz.c and that file doesn't get modified because > of local changes. So I want to roll back my log so I can run pull > again with -s /sys/src/cmd/xyz.c > > This wouldn't be an issue if we added a '*' option to replica/pull for > the -c and -s flags. But I'll send a patch for that shortly and see if > that gets committed. > > --dho I'm not sure how serious that really is. You can always run ``pull -n'' (actually, I regularly do); and if you positively want to replace every locally modified file you can pipe the output through some trivial awk. Martin